Вход Регистрация
Файл: _modules/captcha/index.php
Строк: 19
<?php

    
# mark core  v1.0
    # author Drk in
    # date 24.10.19 

    
session_start();

    
define ('root'$_SERVER['DOCUMENT_ROOT'].'/'); # корневой каталог

    
$img root.'css/i/fon.png';

    
$im imagecreatefrompng($img);
    
    
$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)));

    endfor;    
    
    
$_SESSION['captcha'] = $str;
       
    
header('Content-type: image/jpeg');
    
    
imagepng($im);
    
    
imagedestroy($im);

?>
Онлайн: 0
Реклама