Categories
Open Classifieds PHP

Ultra Light Captcha for PHP

So I was searching and searching and nothing really good was found…

I just needed a captcha that didn’t weight too much, so no extra fonts, or images etc.

So I took a different aproach, generating the image on the fly without fonts and readable. This implemented in Open Classifieds 1.8.2. Also I added to this class a simple CSRF checker 😉

How to use it:

';		}
		else echo "Wrong captcha";

?>
Name:

Captcha*:


Full example and download here.