uloki logo

ULoKI Forum



Other PHP Scripts



Learning 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


Usage of PHP captcha code script

Download and unzip the captcha code script zip package. It consists of cap.png and capimg.php files, upload them to web sever at some location. Now wherever you wants to keep captcha verification(normally some form), you can keep following image in that place.

<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";

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.
}
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.

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.