Размер файла: 4.65Kb
<?php
///////////////////////////////////////////////////////////////////////////////////////////
/////
///// ********* WAP-MOTORS *********
/////
///// Made by : VANTUZ
///// E-mail : [email protected]
///// Site : http://pizdec.ru
///// WAP-Site : http://visavi.net
///// ICQ : 36-44-66
/////
//////////////////////////////////////////////////////////////////////////////////////////////
// ВЫ НЕ ИМЕЕТЕ ПРАВО ВНОСИТ ИЗМЕНЕНИЯ В КОД СКРИПТА ДЛЯ ДАЛЬНЕЙШЕГО РАСПРОСТРАНЕНИЯ //
//////////////////////////////////////////////////////////////////////////////////////////////
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
function myErrorHandler ($errno, $errstr, $errfile, $errline) {}
set_error_handler("myErrorHandler");
extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
extract($HTTP_COOKIE_VARS);
extract($HTTP_SERVER_VARS);
extract($HTTP_SESSION_VARS);
//////////////////////////////////////////////////////////////////////////////////////
ini_set('arg_separator.output','&');
session_name("SID");
session_start();
require_once"template/regglobals.php";
require_once"template/antiban.php";
require_once"config.php";
if(@file ("themes/$themes.php"))
{include_once"themes/$themes.php";}else{$themes="default"; include_once"themes/$themes.php";}
$mmm=$col;
//////////////////////////////////////////////////////////////////////////////////////
if(empty($list)){$list="1";}
$dir=opendir("local/profil"); // Открываем папку
$n = "0";
while(($k=readdir($dir))!==false){
if ($k=='.'||$k=='..'||$k=='index.php'||$k=='.htaccess') continue; // Пропускаем .. и .
$n++;
}
closedir($dir);
////////////////////
$num=($n/$col);
if ($num!==(int)$num){$foo = (int) $num;
$fo = ($foo + 1);} else {$fo=$num;}
for ($i="1"; $i<=$fo; $i++)
if ($list == "") {$c="0";} else {$c=($col*($list-1));}
///////////////////////
$dir = opendir ("local/profil");
echo "<img src=\"images/partners.gif\" alt=\"\"> <b><font color=\"#FFFF00\">ЮЗЕРЛИСТ</font></b><br><br>";
while ($file = readdir ($dir))
{
if (( $file != ".") && ($file != "..") && ($file != ".htaccess") && ($file != "index.php"))
{
$file= str_replace(".prof","",$file);
$file2= "$file";
$text = @file("local/profil/$file2.prof");
$udata = explode(":||:",$text[0]);
$otkel=trim($udata[2]);
$osebe=trim($udata[3]);
$mail=trim($udata[4]);
$site=trim($udata[5]);
$datar=$udata[6];
$kmes=trim($udata[8]);
$kmesguest=trim($udata[9]);
$inputs=trim($udata[11]);
$kmeschats=trim($udata[12]);
$km=trim($udata[33]);
$postsall=round($kmes+$kmesguest+$kmeschats+$inputs+$km);
if ($avators=="http://") {$avators="";}
$la = $la + 1;
if($list=="1"){$col=round($mmm+1);}
if($la>$c-1 and $la<$c+$col){
if ($mode == "1"){$ee = strtr($e1,$tran);}else{$ee = $e1;}
$laa = $la + 1; // Номер файла
$currHour=date("H",time());
$currHour= round($currHour+$clocks);
$currDate=date("d F Y", time());
$curr=date("i:s", time());
$currTime=date("$currHour:i:s", time());
classus2();
echo "<a href=\"anketa.php?uz=$file2\">$file2</a> (";
$uz=$file2;
include"template/statuses.php";
echo $statuses.')';
classus5();
echo"Оставленных сообщений<br> Форум: $kmes | Гостевая: $kmesguest | Чат: $kmeschats | Коммент: $km<br>Посещений: $inputs<br>Дата регистрации: $datar ";
}}
}
if ($list == "") {$c="0";} else{$c=($col*($list-1));}
$lis = $list + 1;
$lis1 = $list - 1;
if ($lis1 < "1") {echo"<hr>Назад ";} else{print "<hr><a href=\"userlist.php?list=$lis1\">Назад</a> ";}
if ($lis == "$i") {echo"| Вперед";} else { print "| <a href=\"userlist.php?list=$lis\">Вперед</a><br>";}
$random =rand(0,99);
print "<form method=\"get\" action=\"userlist.php?$random\">Перейти к:<br><input name=\"list\" value=\"\"><br>странице<br><input value=\"Перейти\" type=\"submit\"></form><hr>";
$allpage = $i - 1;
print "<br>Всего юзеров: $n<br>Страниц: $allpage<br><br>";
closedir ($dir);
//////////////////////////////////////////////////////////////////
echo"<a href=\"index.php\"><font color=\"#FF0033\">На главную</font></a>";
require_once"template/foot.php";
?>