Вход Регистрация
Файл: system/cap.php
Строк: 14
<?php
session_start
();
$width=75;
$height=20;
$im=imagecreatetruecolor($width$height);
imagefill($im00imagecolorallocate($im255255255));
$str=NULL;
for(
$i=0$i<5$i++)
    {
        
$y=rand(25);
        
$x+=rand(814);
        
$str.=rand(19);
        
imagestring($imrand(110), $x$y$str[$i],
        
imagecolorallocate($imrand(90150), rand(90150), rand(90150)));
    }
$_SESSION['kod'] = $str;
header('Content-type: image/png');
imagepng($im);
imagedestroy($im);
?>
Онлайн: 3
Реклама