Вход Регистрация
Файл: c.php
Строк: 20
<?php
require'includes.php';



$count mysql_result(query('SELECT COUNT(*) FROM `who`'),0);

if ( 
<= $count && $count 10 )
{
    
$pos 20;
}
if ( 
10 <= $count && $count 100 )
{
    
$pos 25;
}
if ( 
100 <= $count && $count 1000 )
{
    
$pos 30;
}
$im = @imagecreate( @$pos15 );
$background_color imagecolorallocate$im255255255 );
$col imagecolorallocate$im00);
imagestring$im211"".$count.""$col );
header"Content-Type: image/png" );
header"Cache-control: no-cache, no-store" );
imagepng$im );
@
mysql_close( @$link );
?>
Онлайн: 0
Реклама