Вход Регистрация
Файл: votes/static.php
Строк: 6
<?
$p 
abs(intval($_GET['p']));
$image ImageCreate(102,10);
$fiol  imagecolorallocate($image85,  51,  213);
$white imagecolorallocate($image255255255);
$blue  imagecolorallocate($image200210255);
imagefill($image00$fiol);
imagefilledrectangle($image11,  1008$white);
if(
$p>&& $p<=100)
{
   
imagefilledrectangle($image11$p8$blue);
}
header("Content-Type: image/gif");
imagegif($image);
imagedestroy($image);
?>
Онлайн: 0
Реклама