Вход Регистрация
Файл: spuff.ru/other/banned.php
Строк: 24
<?php
include '../includes/sys.php';
include 
'../includes/header.php';
echo 
'<div class="title">Баня</div>';
$ban_r=mysql_query("SELECT * FROM `ban` WHERE `id_user` = '$u[id]' and `until` > '".TIME."'");
$ban=mysql_fetch_assoc($ban_r);
if (
$ban['id']){
if (
$ban['reason']){
echo 
'<div class="body"><b>Вас забанил:</b> '.username($ban['by'], 2).'<br/><b>Бан до:</b> '.ccdate($ban['until'], 0).'<br/><b>Причина:</b> '.bb($ban['reason']).'</div>';
}else{echo 
'<div class="raz">'.bb('Тебя выпнули на 100 сек :D').'</div>';}
}else{
header('Location: /index.php');}
include 
'../includes/tail.php';
?>
Онлайн: 0
Реклама