Вход Регистрация
Файл: assets/modules/downloads/rating.php
Строк: 28
<?php
/**
 * mobiCMS (https://mobicms.org/)
 * This file is part of mobiCMS Content Management System.
 *
 * @license     https://opensource.org/licenses/GPL-3.0 GPL-3.0 (see the LICENSE.md file)
 * @link        http://mobicms.org mobiCMS Project
 * @copyright   Copyright (C) mobiCMS Community
 */

$vote abs(intval($_GET['img']));

if (
$vote 100) {
    
$vote 100;
}

header("Content-type: image/gif");
$vote_img imageCreateFromGIF('vote.gif');
$color imagecolorallocate($vote_img02550);
$color2 imagecolorallocate($vote_img255153153);
$color3 imagecolorallocate($vote_img255102102);
$color4 imagecolorallocate($vote_img2555151);
$color5 imagecolorallocate($vote_img255102102);
$color6 imagecolorallocate($vote_img000);
imagefilledrectangle($vote_img00$vote5$color);
ob_start();
ImageGIF($vote_imgnull100);
ImageDestroy($vote_img);
header("Content-Type: image/gif");
header('Content-Disposition: inline; filename=vote.gif');
header('Content-Length: ' ob_get_length());
ob_end_flush();
Онлайн: 1
Реклама