Файл: DarkAge/res.php
Строк: 19
<?
Error_Reporting(E_ALL & ~E_NOTICE);
include_once("files/antixak.php");
include_once("files/zag.php");
echo"- - -<br/>";
$log = htmlspecialchars(stripslashes($log));
$pas = htmlspecialchars(stripslashes($pas));
$name = htmlspecialchars(stripslashes(addslashes($name)));
$id = htmlspecialchars(stripslashes(addslashes($id)));
/////////////////////////////////////////////////////
$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)!=="") {
$dir = opendir ("data/res");
while ($file = readdir ($dir))
{
if (( $file != ".") && ($file != ".."))
{ $file= str_replace(".dat","",$file);
$file2= "$file";
$text = @file("data/res/$file2.dat");
$udat = explode(":||:",$text[0]);
$hp=trim($udat[0]);
$file2=str_replace("Stem","Stem", $file2);
$file2=str_replace("Flower","Flower", $file2);
$file2=str_replace("AnimalSkinx2","AnimalSkinx2", $file2);
echo "<a href="byres.php?log=$log&pas=$pas&vesh=$file&gorod=$gorod&tip=$data[4]">$file2</a> [$udat[1] аден]<br/>";
}
}
closedir ($dir);
}else{echo"Пароль или логин неверен!";}
include_once"files/down.php";
?>