Вход Регистрация
Файл: includes/count.php
Строк: 61
<?php
#---------------------------------------------#
#      ********* RotorCMS *********           #
#           Author  :  Vantuz                 #
#            Email  :  visavi.net@mail.ru     #
#             Site  :  http://visavi.net      #
#              ICQ  :  36-44-66               #
#            Skype  :  vantuzilla             #
#---------------------------------------------#
if (!defined('BASEDIR')) {
    exit(
header('Location: /index.php'));
}
// -------------------- Вывод статистики ------------------------------//
$week_day date("w");
$arr_week = array('вс''пн''вт''ср''чт''пт''сб');

$count stats_counter();
$online stats_online();

if (
file_exists(DATADIR.'/temp/counter7.dat')) {
    
$host_data unserialize(file_get_contents(DATADIR.'/temp/counter7.dat'));
} else {
    
$host_data array_fill(060);
}

array_push($host_data$count['count_dayhosts']);
// ----------------------------------------------------------------------//
$img imageCreateFromPNG(BASEDIR.'/images/img/counter.png');
$color imagecolorallocate($img000);
$color2 imagecolorallocate($img102102102);

if (
$online[1] >= && $online[1] < 10$pos 65;
if (
$online[1] >= 10 && $online[1] < 100$pos 52;
if (
$online[1] >= 100 && $online[1] < 200$pos 44;
if (
$online[1] >= 200 && $online[1] < 1000$pos 40;

$colors = array(array(191109232), array(87164246), array(0203189), array(019968), array(1492170), array(2552550), array(2551810));

$max max($host_data);
if (
$max == 0$max 1;

$per_host = array();
foreach (
$host_data as $value) {
    
$per_host[] = $value 0.90 $max;
}

$coll 11;
$im 14;
$x1 2;
$y2 15;
$x2 $x1 $coll;

foreach (
$per_host as $key => $percent) {
    
$week_day++;

    if (
$week_day 6) {
        
$week_day -= 7;
    }

    
$y1 round($im $im $percent 1);

    if (!empty(
$percent)) {
        
$col imagecolorallocate($img$colors[$key][0], $colors[$key][1], $colors[$key][2]);
        
imagefilledrectangle ($img$x1-1$y1$x2-2$y2$col);
    }

    
imageTTFtext($img60$x115$colorBASEDIR.'/assets/fonts/font.ttf'$arr_week[$week_day]);

    
$x1 += $coll;
    
$x2 += $coll;
}

imageTTFtext($img601323$color2BASEDIR.'/assets/fonts/font4.ttf'$count['count_dayhosts']);
imageTTFtext($img601329$color2BASEDIR.'/assets/fonts/font4.ttf'$count['count_dayhits']);
imageTTFtext($img120$pos29$color2BASEDIR.'/assets/fonts/font7.ttf'$online[1]);

ImagePNG($imgBASEDIR.'/upload/counters/counter.png');
ImageDestroy($img);
?>
Онлайн: 0
Реклама