Open Source PHP Captcha for Your Forms

In: web resources

1 Oct 2009

Securimage is an open-source free PHP Captcha script for generating complex images and CAPTCHA codes to protect forms from spam and abuse. It can be easily added into existing forms on your website to provide protection from spam bots.

It can run on most any webserver as long as you have PHP installed, and GD support within PHP. Securimage does everything from generate complicated CAPTCHA images to making sure the code the user entered was correct.

Securimage CAPTCHA

Requirements: PHP and GD Support
Demo: http://www.phpcaptcha.org/?page_id=12
License: License Free


Sponsors

Dreamhost: Get $50 Off with Coupon Code: WEBAPPERS


Go to Source

3 Responses to Open Source PHP Captcha for Your Forms

Avatar

Colinc

January 22nd, 2010 at 7:35 pm

This requires more detail than one can provide here, but all you really need to do is create two connections in the script.

You create a connection the mysql_connect(), right? Well, you can do this for as many separate connections as you need, as long as you uniquely identify each one with a different variable name:

$conn1 = mysql_connect(server, user, password)…
$conn2 = mysql_connect(server2, user2, password2)…

Now, you use the resource name (the variable name) to send database requests to each server.

The script doesn't care how many systems you connect to, as long as each one is uniquely identified.

Avatar

Isabella

January 28th, 2010 at 3:00 pm

to say they r hot

Avatar

Coronado

February 7th, 2010 at 7:57 pm

Buy him a nice "lay zee boy" recliner or a nice soft pillow.

People on those meds usually just want to chill out.

Comment Form

About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.