Вход Регистрация
Файл: test.otwap.aux.su/test/code.php
Строк: 13
<?php
session_start
();
$rand rand(10000,99999);
$_SESSION['code']=$rand;
$im = @imagecreate(3815);
$background_color imagecolorallocate($im200235220);
$col ImageColorAllocate($im,0,0,0);
ImageString($im,3,2,1,$rand,$col);
header('Content-Type: image/gif');
header('Cache-control: no-cache, no-store');
ImageGIF($im);
?>
Онлайн: 0
Реклама