Вход Регистрация
Файл: code.php
Строк: 18
<?php
define
('_CMEX_'1);
require 
'core/core.php';

if( !isset(
$_SESSION['code']) ) exit;

$_SESSION['code'] = (string)$_SESSION['code'];

$image imagecreate(22225);
$background_color imagecolorallocate($image20200);
$color imagecolorallocate($image255255255);

imagechar($imagerand(35), rand(38), rand(310), $_SESSION['code']{0}, $color);
imagechar($imagerand(35), rand(1722), rand(310), $_SESSION['code']{1}, $color);
imagechar($imagerand(35), rand(3136), rand(310), $_SESSION['code']{2}, $color);
imagechar($imagerand(35), rand(4550), rand(310), $_SESSION['code']{3}, $color);

header('Content-Type: image/gif');
imagegif($image);
imagedestroy($image);
?>
Онлайн: 2
Реклама