Просмотр файла darkworld/gk.php

Размер файла: 1.65Kb
<?
Error_Reporting(E_ALL & ~E_NOTICE);
header("Content-type:text/vnd.wap.wml");
include_once("files/antixak.php");
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=\"&#x41F;&#x435;&#x440;&#x441;&#x43E;&#x43D;&#x430;&#x436;\">";
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)!=="") {

include_once"files/up.php";

if (isset($error))
{ echo'<small>У вас не хватает денег.</small><br/>'; }

$dir = opendir ("data/idgorod"); 

while ($file = readdir ($dir)) 
{
if (( $file != ".") && ($file != ".."))
{ $id=str_replace(".dat","",$file);
   
$text = @file("data/idgorod/$file"); 
$data = explode("||",$text[0]);

echo "<small><a href=\"teleport.php?log=$log&amp;pas=$pas&amp;gorod=$id\">$data[0]</a> [$data[2] &#x430;&#x434;&#x435;&#x43D;]</small><br/>";}}



closedir ($dir);


}else{echo"<small>&#x41F;&#x430;&#x440;&#x43E;&#x43B;&#x44C; &#x438;&#x43B;&#x438; &#x43B;&#x43E;&#x433;&#x438;&#x43D; &#x43D;&#x435;&#x432;&#x435;&#x440;&#x435;&#x43D;!</small>";}

include_once"files/down.php";
?>