Просмотр файла book/del.php

Размер файла: 1.78Kb
<?
///////////////////////////////////////////////////////////////////////////////////////////
/////        
/////                        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&amp;pas=$pas\"/>	
<title>$zag</title></head><body bgcolor=\"#000000\"><p align=\"center\">";
                                                        /////////////   
if($log!=""){unlink ("zapis/$nmes.mess");
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>";

?>