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

Размер файла: 1.76Kb
<?
/////////////////////////////////////////////////////
$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)!=="") {

$self = $_SERVER['SCRIPT_NAME'];
include_once"files/chat.php";

include_once"files/check.php";

include_once"files/xtotut.php";
if(@file("data/tmp/$log.dat")){echo"<small><br/>- - -<br/>&#187; <a href=\"ataka.php?log=$log&amp;pas=$pas\">Вернуться в бой</a></small><br/>";}else{echo"<br/><small>- - -</small><br/>";}
echo"<small>&#187; <a href=\"inventar.php?log=$log&amp;pas=$pas\">Инвентарь</a></small><br/>";
echo"<small>&#187; <a href=\"gorod.php?log=$log&amp;pas=$pas\">В город</a></small>";
if(!empty($udata[23])){echo"<small><br/>&#187; <a href=\"clanroom.php?log=$log&amp;pas=$pas\">Комната клана</a></small>";}
if(@file("data/ali/names/$udata[23].dat") || @file("data/ali/$log.dat")){echo"<small><br/>&#187; <a href=\"aliroom.php?log=$log&amp;pas=$pas\">Альянс комната</a></small>";}

echo"<small><br/>&#187; <a href=\"main.php?log=$log&amp;pas=$pas\">Моё меню</a></small><br/>";
echo"<img src=\"http://vlog.su/image.php?1469\" alt=\"waplog\"/><br/>";


include_once"files/online.php";
include_once("files/regeneration.php");
echo"<br/><small><a href=\"wml.php?log=$log&amp;pas=$pas\">[WML]</a> <a href=\"xhtml.php?log=$log&amp;pas=$pas\">[HTML]</a> <a href=\"web.php?log=$log&amp;pas=$pas\">[WEB]</a></small><br/>";
list($msec,$sec)=explode(chr(32),microtime());
echo "<small>[".round((($sec+$msec)-$gtime),4)." секунд]</small>"; }
echo "</p></card></wml>";
?>