Вход Регистрация
Файл: CMS/votes/graph.php
Строк: 12
<?php
define
('CMS',TRUE);
define('ROOT','../');
include(
'../core/init.php');

$rat = !empty($_GET['rat']) ? num($_GET['rat']) : 0;

$per = !empty($_GET['per']) ? check($_GET['per']) : 0;

if (
$rat || $rat 200) {
    
$rat 0;
}
if (
$per || $per 100) {
    
$per 0;
}

$clr = !empty($_SESSION[SP]['color']) ? $_SESSION[SP]['color'] : array(99151188);

$im     = @ImageCreate(20211);
$color  imagecolorallocate ($im239255234);
$color1 imagecolorallocate($im000);
$color2 imagecolorallocate ($im$clr[0], $clr[1], $clr[2]);
$color3 imagecolorallocate($im78135178);
imagefilledrectangle ($im11$rat7$color2);
imagerectangle ($im002018$color3);
imageTTFtext($im601757$color1ROOTPATH '/gallery/fonts/font.ttf'"$per %");
header("Content-type: image/gif");
ImageGIF($im);
ImageDestroy($im);
exit;
?>
Онлайн: 1
Реклама