Вход Регистрация
Файл: billing/cod.php
Строк: 13
<?php

session_start
();
$rand rand(100000,999999);
$_SESSION['checkcod'] = $rand;
$im imagecreate(4515);
$background_color imagecolorallocate($im255255255);
$col ImageColorAllocate($im,255,0,0);
ImageString($im,3,2,1,$rand,$col);
header('Content-Type: image/gif');
header('Cache-control: no-cache, no-store');
imagegif($im);
imagedestroy($im);
?>
Онлайн: 1
Реклама