Вход Регистрация
Файл: exp.php
Строк: 24
<?
define
('PROTECTOR'1);

@include(
'files/path.php');
@include(
$path.'files/db.php');
@include(
$path.'files/auth.php');
@include(
$path.'files/func.php');
@include(
$path.'files/core.php');
@include(
$path.'files/lvl.php');
$nlvl $op-$udata[exp];
if(
$nlvl==0){$nlvl=1;}
$proc=round((($udata[exp]-$ol)/($op-$ol))*100,2);
$max $op-$ol;
$now $udata[exp]-$ol;
if(
$now==0){$now=1;}
$health 150 / ($max $now);


$img="pic/exp.gif";
$pic ImageCreateFromgif($img);
header('Content-Type: image/gif');
$black imagecolorallocate($pic999999999);
$white imagecolorallocate($pic000000888);
imagefilledpolygon($pic, array(255,00,24$health,24$health,0), 4$black);
imagestring($pic132''.$proc.' % '$white);
imagepolygon($pic, array(0,00,11149,11149,0), 4$white);
ob_end_clean();
imagegif($pic);

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