File size: 1.98Kb
<?
///////////////////////////////////////////////////////////////////////////////////////////
/////
///// Made by : АХХХУЕННЫЙ ЧУВАК VANTUZ
///// E-mail : [email protected]
///// WEB-site : http://www.pizdec.ru
///// WAP-site : http://wap.pizdec.ru
/////
//////////////////////////////////////////////////////////////////////////////////////////////
include "config.php";
$u1=getenv('HTTP_USER_AGENT');
$brayz=strtok($u1,'/');
$currHour=date("H",time());///////////
$currDate=date("dS F, Y", time());
$curr=date("i:s", time());
$currTime=date("$currHour:i:s", time());
$vrem=time();
if($log!=$admin){$log="";}
if($pas!=$parad) {$log="";}
header("Content-type:text/html; charset=utf-8");
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>';
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<meta http-equiv=\"refresh\" content=\"1;URL=index.php?log=$log&pas=$pas\"/>
<title>$zag</title></head><body bgcolor=\"#000000\"><p align=\"center\">";
/////////////
if($log!=""){
$file = fopen ("zapis/$nmes.mess","a");
$str = ":||:$ntext";
if ( !$file )
{
echo("Ошибка открытия файла");
}
else
{
fputs ( $file, $str);
}
fclose ($file);
print"<font color=\"#FFFF33\">Ответ успешно добавлен!</font>";}
else{print"<font color=\"#FFFF33\">Произошла ошибка при добавлении сообщения. Возможно, у вас недостаточно прав чтобы это сделать, добавлять сообщения может только администратор.</font>";}
print "
<br/><a href=\"$gl\"><font color=\"#FFFF33\">На главную</font></a><br/>
</p></body></html>";
?>