Файл: darkworld/ratingwinolimpiads.php
Строк: 29
<?
Error_Reporting(0);
list($msec,$sec)=explode(chr(32),microtime());
$HeadTime=$sec+$msec;
header("Content-type:text/vnd.wap.wml");
echo "<?xml version="1.0" encoding="UTF-8"?>";
echo "<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd">";
echo "<wml>n";
echo "<head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>";
echo "<card id="index" title="Персонаж">";
echo "<p align="left">";
$log = htmlspecialchars(stripslashes($log));
$pas = htmlspecialchars(stripslashes($pas));
/////////////////////////////////////////////////////
$text = @file("data/reg/$log.dat");
if ($text!=""){
$udata = explode(":||:",$text[0]);
$login=trim($udata[0]);
$password=trim($udata[1]);}
////////////////////////////////////////////////////////
if (md5($pas)==$password && $log==$login && $log!=="" && md5($pas)!=="") {
$dir = opendir ("data/rating/olimpiads");
echo "<b><small>Герои</small></b><br/><br/>";
$dir = opendir ("data/rating/olimpiads");
while ($file = readdir ($dir))
{if (( $file != ".") && ($file != ".."))
{$a[]=$file;}}
closedir ($dir);
$total = count($a);
if($total!=="0"){
for ($i = 0; $i < $total; $i++){
$tex = @file("data/rating/olimpiads/$a[$i]");
$data = explode("||",$tex[0]);
$dat_log[]=$data[0];
$dat_kol[]=$data[1];
}
@arsort($dat_kol);
foreach($dat_kol as $k=>$v)
{
$dat_screen[]='<small><b><a href="search.php?nick='.$dat_log[$k].'&log='.$log.'&pas='.$pas.'&go=go">'.$dat_log[$k].'</a></b><br/>Собрал медалей: '.$dat_kol[$k].'<br/></small>';
}
if($total<"10"){
$list=$total;}else{$list="10";}
for ($i = 0; $i < $list; $i++){
$i2=$i+1;
echo "<small>$i2.</small> $dat_screen[$i]";
}
echo"<br/><small>Всего героев: $total</small>";
}else{echo"<small>Героев нет.</small>";}
}else{echo"<small>Пароль или логин неверен!</small>";}
include_once"files/down.php";
?>