Вход Регистрация
Файл: darkworld/exp.php
Строк: 13
<?
Error_Reporting
(E_ALL & ~E_NOTICE);

$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(
"files/opit.php");

$max "100";
$now "$exp"
$health 100 / ($max $now); 

header('Content-Type: image/gif');
$img imagecreatetruecolor(10010);

imagecolorallocate($img000);
$red imagecolorallocate($img224223227);
$white imagecolorallocate($img255255255);
imagefilledpolygon($img, array(0,00,10$health,10$health,0), 4$red);

imagestring($img131"       $now%"$white);
imagepolygon($img, array(0,00,999,999,0), 4$white);

imagegif($img);

}
?>
Онлайн: 2
Реклама