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