ULoKI ForumOther PHP ScriptsLearning SEO Blog
If you want to learn SEO basics and so SEO for your site, then read our blog:
Learn SEO from Basics
|
Download PHP captcha code script
<img src="capimg.php?do=show">
Remember to give proper path to capimg.php file as it may be kept at some other location on webserver. Now where you need verification (normally after form submits.)
you can use following code using PHP.
include "capimg.php";
You can also read detailed explaination in read me.txt. This was our first version of captcha code. If you find bugs and suggestions just
let us know at our support forums.
if($u_verify==true){ print "You are humain"; // image code verified put your code here } else{ print "Wrong cap code"; // You may not be humain. you may be a spam bot. } Download captcha code We provide you support at support forums for the script. Click here to Download PHP Captcha Code v1.0. Unzip the files and read "read me.txt" file for usage. If you love the our work, then we request you to recommed this site or software to your friends and families. |