0byt3m1n1-V2
Path:
/
home
/
xncercjb
/
domains
/
quickspace.co.th
/
public_html_bak2
/
contactus
/
[
Home
]
File: verify-image-bg.php
<?php session_start(); $word_1 = ''; for ($i = 0; $i < 3; $i++) { $word_1 .= chr(rand(97, 122)); } for ($i = 0; $i < 2; $i++) { $word_2 .= chr(rand(97, 122)); } $_SESSION['random_number'] = $word_1.$word_2; $dir = 'fonts/'; $image = imagecreatetruecolor(100, 32); $font = "recaptchafont.ttf"; // font style $color = imagecolorallocate($image,95,95,95);// color $white = imagecolorallocate($image, 255,255,255); // background color white imagefilledrectangle($image, 0,0, 709, 99, $white); imagettftext ($image, 20, 0, 5, 25, $color, $dir.$font, $_SESSION['random_number']); header("Content-type: image/png"); imagepng($image); ?>
©
2018.