Размер файла: 3.15Kb
<?
Error_Reporting(E_ALL & ~E_NOTICE);
include_once("files/antixak.php");
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)!=="") {
if(getenv("HTTP_X_FORWARDED_FOR")){ $ip = getenv("HTTP_X_FORWARDED_FOR"); }else{
if(getenv("REMOTE_ADDR")) $ip = getenv("REMOTE_ADDR");}
$ip=htmlspecialchars(stripslashes($ip));
$brow=htmlspecialchars(stripslashes(getenv('HTTP_USER_AGENT')));
$brow=strtok($brow,'/');
$ipone=explode(".",$ip);
$iptwo="$ipone[0].$ipone[1].$ipone[2]";
$file=file("data/ban.dat");
$total=count($file);
for($i=0; $i<$total; $i++){
$data = explode("||",$file[$i]);
if($data[0]==$iptwo){
$time=time()-86400;
if($data[1]>$time){echo"<small>Вы забанены на 24 часа!</small>"; echo "</p></card></wml>"; exit; }
}}
if(@file("data/item/$log.dat")){
$file = @file("data/item/$log.dat");
$total = count($file);
if (empty($_GET['start'])) $start = 0;
else $start = $_GET['start'];
if ($total < $start + 10){ $end = $total; }
else {$end = $start + 10; }
for ($i = $start; $i < $end; $i++){
$file = @file("data/item/$log.dat");
$file = array_reverse($file);
$data = explode(":||:",$file[$i]);
if($data[2]=="vesh"){
echo"<b><small><a href=\"sellrukvesh.php?log=$log&pas=$pas&name=$data[4]&id=$i\">$data[4]</a></small></b> <small>- ($data[3] штук)</small><br/>";}
elseif($data[2]=="vesh2"){
echo"<b><small><a href=\"sellrukvesh.php?log=$log&pas=$pas&name=$data[4]&id=$i\">$data[4]</a></small></b> <small>- ($data[3] штук) [+$data[0]]</small><br/>";}
else{
echo"<b><small><a href=\"sellrukshmot.php?log=$log&pas=$pas&name=$data[4]&id=$i\">$data[4]</a></small></b><br/>";}
}}else{echo"<small>У вас нет вещей.</small>";}
if ($start != 0) {echo '<small><a href="sellruk.php?start='.($start - 10).'&log='.$log.'&pas='.$pas.'">Назад</a> </small>';}
if ($total > $start + 10) {echo '<small> <a href="sellruk.php?start='.($start + 10).'&log='.$log.'&pas='.$pas.'">Далее</a></small>';}
}else{echo"<small>Пароль или логин неверен!</small>";}
include_once"files/down.php";
?>