Просмотр файла pages/ban.php

Размер файла: 3.25Kb
<?php
#-----------------------------------------------------#
#     **** WAP-MOTORS AutoDetect XHTML/WML ****       #
#-----------------------------------------------------#
#     Original Made by  :  VANTUZ                     #
#               E-mail  :  [email protected]             #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#-----------------------------------------------------#
#   AutoDetect Made by  :  X-ray (Юрий)               #
#               E-mail  :  [email protected]           #
#                 Site  :  http://zugdidi.us          #
#             WAP-Site  :  http://geowap.mobi         #
#-----------------------------------------------------#
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/maincore.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
//require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";


$text = @file("../local/profil/$log.prof"); 
if ($text!=""){
$udata = explode(":||:",$text[0]);
$provlog=trim($udata[0]);
$provpar=trim($udata[1]);}


if (!$_SESSION['log']=="" && !md5($_SESSION['par'])=="" && md5($_SESSION['par'])==$provpar && $_SESSION['log']==$provlog ) {
$time=time();
$time_ban=round(($udata[38]-$time)/60);
if($time_ban>60) {$time_ban=round($time_ban/60).' ч.';}else{$time_ban=$time_ban.' м.';}	
if(!empty($log)){
if($time_ban>0){

echo'Вас забанили<br>';	
if($udata[39]==""){echo'Причина не указана';}else{echo'Причина: '.$udata[39];}

echo'<br>Время до окончания бана: '.$time_ban;	
SetCookie("cookid", "1",time()+3600*24*5);	
}else{

//------------------------------ Запись в профиль ----------------------------//
$ufile = file(BASEDIR."local/profil/$log.prof"); 
$udata = explode(":||:",$ufile[0]);

$udata[37]=0;
$udata[38]='';
$udata[39]='';

for ($u=0; $u<$config_userprofkey; $u++){
$utext.=$udata[$u].':||:';}

if($udata[0]!="" && $udata[1]!="" && $udata[4]!="" && $utext!=""){
$fp=fopen(BASEDIR."local/profil/$log.prof","w");  
flock($fp,LOCK_EX);                                                     
fputs($fp,$utext);
fflush($fp);
flock($fp,LOCK_UN);
fclose($fp);  
unset($utext);
SetCookie("cookid", "0",time()+3600*24*5);
}

echo'ВЫ БЫЛИ ЗАБАНЕНЫ<br>Поздравляем!!! Время вашего бана вышло, постарайтесь вести себя достойно, чтобы не злить админа или модераторов';}


}else{header ("Location: ../index.php?".SID);}	
}else{header ("Location: ../index.php?".SID);}


echo'<br><img src="../images/img/homepage.gif" alt=""> <a href="../index.php?'.$detect_wap.''.SID.'">На главную</a>';
include_once"../themes/$config_themes/foot.php";
?>