File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/completeitsolution.in/captcha.php
Back
<?php session_start(); $total_characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; $code = ''; for ($i = 0; $i < 6; $i++) { $index = rand(0, strlen($total_characters) - 1); $code .= $total_characters[$index]; } //$code=rand(11111,99999); $_SESSION["vercode"]=$code; $im = imagecreatetruecolor(75, 40); $bg = imagecolorallocate($im, 255, 255, 255); $fg = imagecolorallocate($im, 0, 0, 0); imagefill($im, 0, 0, $bg); imagestring($im, 10, 15, 13, $code, $fg); header("Cache-Control: no-cache, must-revalidate"); header('Content-type: image/png'); imagepng($im); imagedestroy($im); ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings