Файл: DarkAge/trenzal.php
Строк: 18
<?
error_reporting(0);
include_once("files/zag.php");
include_once("files/lvl.php");
echo"- - -<br/>";
if (md5($pas)==$password && $log==$login && $log!=="" && md5($pas)!=="") {
$dir = opendir ("data/monstrs/tren");
$dropp = @file("data/drop/$drop.dat");
$dropp = explode(":||:",$dropp[0]);
while ($file = readdir ($dir))
{
if (( $file != ".") && ($file != ".."))
{
$id=str_replace(".dat","",$file);
$text = @file("data/monstrs/tren/$file");
$data = explode("||",$text[0]);
if($data[4]==$udata[37]+zbot){
echo "
[<a href="infomobzal.php?log=$log&pas=$pas&id=$id">?</a>] <a href="ok.php?log=$log&pas=$pas&id=$id&drop=$dropp">$data[0]</a> [$data[1] lvl]<br/>";
}}}
include_once"files/xtotut.php";
}else{echo"Пароль или логин неверен!";}
include_once"files/downokr.php";
?>