Вход Регистрация
Файл: l2ps_v5/cp.php
Строк: 19
<?php
ob_start
();
include_once(
"files/ini.php");
include_once(
"files/data.php");
//include_once("files/opiti.dat");


$polz=mysql_query("SELECT * FROM `users` WHERE `udata0`='$log' AND `udata1`='$pas' LIMIT 1");
if(
mysql_num_rows($polz)==0){

header ("Location: index.php?error");  
echo
'<div class="p">Ошибка! Пользователь с таким логином и паролем не зарегистрирован, или пароль/логин неверен! <a href="index.php">На главную</a><br>';exit;

}else{

$max $udata42;
$now $udata43;
$health 100 / ($max $now);

header('Content-Type: image/gif'); 

$img=imagecreatefromgif('l2pic/logo/cp.gif'); 
//$logo=imagecreatefromgif('l2pic/logo/cpmin.gif'); 
imagecopy($img,$logo,$health,0,0,0,100,12); 

$white imagecolorallocate($img255255255); 
imagestring($img152"CP  $now/$max"$white); 

imagegif($img); 
imagedestroy($img); 
}
?>
Онлайн: 3
Реклама