File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/lotusresort.in/captcha.php
Back
<?php session_start(); $code=rand(11111,99999); $_SESSION["vercode"]=$code; $im = imagecreatetruecolor(75, 40); $bg = imagecolorallocate($im, 22, 86, 165); $fg = imagecolorallocate($im, 255, 255, 255); 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.03 |
proxy
|
phpinfo
|
Settings