Tuesday, April 21, 2009

captcha ดีๆที่หามาได้ Captcha ZDR

Captcha ZDR ผมไปหามาได้จาก hotscripts แล้วลองแล้วก็ดี ทั้งๆที่ก็รู้ว่าตอนนี้ bot มันพัฒนาไปมากจนอ่าน gd ได้ล่ะ แต่ก็จาใช้ 555


INSTALLATION

1. Copy file "captcha_img.php" to your "FORM" directory;
2. Copy directory "png_bank" to directory where is captcha_img.php;
3. Copy directory "class" to directory where is captcha_img.php;
4. Paste CAPTCHA image in your "FORM". Example: =" mce_src="captcha_img.php?=" border="0">
5. Paste CAPTCHA field in your "FORM". Example
6. Make some logic in your "VERIFY" page (submit target page). Example:


if($_SESSION['captcha']!=$_POST['capt'])
{
echo 'Your Input is wrong! :-(';
}
else
{
echo 'Your Input is true! :-)';
}

http://www.webtoolbag.com/captcha-zdr-powerfull-captcha-tool--r70.htm

No comments: