captcha system
PHP Captcha System. No DB required 3.0
Easy to install captcha system to keep bots from making false submissions to your web forms. Requires PHP. Customizable in the following ways: * Choose Font Size * Choose Colors * Choose # of characters in string. * Choose more>> Easy to install captcha system to keep bots from making false submissions to your web forms. Requires PHP. Customizable in the following ways: * Choose Font Size * Choose Colors * Choose # of characters in string. * Choose character set (numbers, letters, uppercase, lowercase). * Very customizable backgrounds.<<less
CAPTCHA X
This PHP class can be used to perform CAPTCHA validation of human users. more>>
CAPTCHA X offers you a powerful tool that easily performs CAPTCHA validation of human users. It is not only easy to-use but flexible
Major Features:
- Generates an image with a random text rendered in a fuzzy way to make it difficult to guess by robots.
- The configuration details are read from an file in the ini format.
- Several types of options can be configured like the text fonts, letters, colors and the noise level of the generated image.
- The verification image is generated in the JPEG format.
- An MD5 hash of the verification text is stored in a session variable.
Captcha
The name of this project tells everything by itself ! Its a little captcha generator which creates human-readable check codes which will keep you away from spammers and flooders. It requires GD librar more>> The name of this project tells everything by itself ! Its a little captcha generator which creates human-readable check codes which will keep you away from spammers and flooders. It requires GD library, Session handling and some files linked at the bottom of this page.<<less
Jax Captcha Class 1.01
Image captchas are effective protections against automatic form SPAM (often used in guestbooks, boards, bloggs etc.) This class will help you to generate captcha checks for your application. more>> Image captchas are effective protections against automatic form SPAM (often used in guestbooks, boards, bloggs etc.) This class will help you to generate captcha checks for your application.<<less
Captcha ZDR 1
This is simple, complete and powerfull captcha tool written in PHP for protecting your web FORMS from spammers. "Captcha ZDR" offers several methods of captcha protection, string protection, calculation protection (sum and deduction), noise in more>> This is simple, complete and powerfull captcha tool written in PHP for protecting your web FORMS from spammers. "Captcha ZDR" offers several methods of captcha protection, string protection, calculation protection (sum and deduction), noise in image, string symbols are hard for reading from spamer machines. 8 unique backgrounds for captcha image.<<less
myCaptcha 1
myCaptcha is a selection of php scripts that enable you to implement a Captcha mechcanism within your projects or site. more>> myCaptcha is a selection of php scripts that enable you to implement a Captcha mechcanism within your projects or site.<<less
reCAPTCHA
reCAPTCHA is a powerful and functional tool that can prevent automated abuse of your site (such as comment spam or bogus registrations) by using a CAPTCHA to ensure that only humans perform certain actions. more>> reCAPTCHA is a powerful and functional tool that can prevent automated abuse of your site (such as comment spam or bogus registrations) by using a CAPTCHA to ensure that only humans perform certain actions.
reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher.
More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA. This is possible because most OCR programs alert you when a word cannot be read correctly.
But if a computer cant read such a CAPTCHA, how does the system know the correct answer to the puzzle? Heres how: Each new word that cannot be read correctly by OCR is given to a user in conjunction with another word for which the answer is already known.
The user is then asked to read both words. If they solve the one for which the answer is known, the system assumes their answer is correct for the new one. The system then gives the new image to a number of other people to determine, with higher confidence, whether the original answer was correct.
reCAPTCHA helps prevent automated abuse of your site (such as comment spam or bogus registrations) by using a CAPTCHA to ensure that only humans perform certain actions.
Simple Captcha Script 2
A very simple and light wight Captcha script. This script is different than the usual Captcha scripts and requires users to do a simple mathematical calculation (+ or *) and users often find it easier than conventional Captcha images. more>> A very simple and light wight Captcha script. This script is different than the usual Captcha scripts and requires users to do a simple mathematical calculation (+ or *) and users often find it easier than conventional Captcha images.<<less
UN Captcha Script 1.0
Captcha Script is a powerful script that can protect your form, comment area, guestbook or shopping cart from automatic submissions, the tool generates an image with distorted text which your visitor is required to type into a text box, The idea is to more>> Captcha Script is a powerful script that can protect your form, comment area, guestbook or shopping cart from automatic submissions, the tool generates an image with distorted text which your visitor is required to type into a text box, The idea is to prevent spammers from using web bots to automatically post form data in order to create email accounts (for sending spam) or to submit feedback comments or guestbook entries containing spam messages.<<less
Awake WebTV System
Awake WebTV System is CMS system developed especially for video streaming. It includes a CMS system, Chat System, Polls and many other facilities. more>> Awake WebTV System is CMS system developed especially for video streaming. It includes a CMS system, Chat System, Polls and many other facilities.<<less
Click Captcha 1
Original Click Captcha: Click Captcha is a randomly generated rectangular gif file that is dynamically displayed in a random area below form Requirements - php >= 4.3 with GD support. Click Captcha is a randomly generated gif file that is more>> Original Click Captcha: Click Captcha is a randomly generated rectangular gif file that is dynamically displayed in a random area below form Requirements - php >= 4.3 with GD support. Click Captcha is a randomly generated gif file that is dynamically displayed in a random area below form, generated gif file is less than 0.39 KB.<<less
CAPTCHA Arg 1.0
This PHP class can be used to display and validate text in CAPTCHA images more>>
Captcha-arg-1.0 is a useful tool to display and validate text in CAPTCHA images.
Major Features:
- Generate a random text and generate an image with the text rendered over a base background image.
- The image is saved in PNG format to a local file on the webserver.
- Verify the validation text, as well as generate HTML to display the image along a form text input to let the user enter the validation text.
Requirements:
- PHP 4.0 or higher
Open Captcha 1.2
OpenCaptcha is a php script designed to dynamically create a captcha image in .png form. It uses a randomly chosen background to start with, then chooses a random string of a randomly chosen length, color, size, font, and orientation. Then it adds more>> OpenCaptcha is a php script designed to dynamically create a captcha image in .png form. It uses a randomly chosen background to start with, then chooses a random string of a randomly chosen length, color, size, font, and orientation. Then it adds randomly coloured and placed lines to create an image that computers cant easily interpret. With OpenCaptcha, you can easily use your own custom backgrounds and fonts to make it fit in better with your overall site design.<<less
Captcha Verification 1.0
CAPTCHA is the mthod of security that many websites use now. It generates random numbers and/or letters and produces them inside an image. This is done by the use of GD in PHP. more>> CAPTCHA is the mthod of security that many websites use now. It generates random numbers and/or letters and produces them inside an image. This is done by the use of GD in PHP.<<less
PHP CAPTCHA Tutorial
Captcha stands for "Completely Automated Public Turing test to tell Computers and Humans Apart" and is used for telling humans and computers apart. Here is a tutorial that will teach you how to create your own PHP CAPTCHA. more>> Captcha stands for "Completely Automated Public Turing test to tell Computers and Humans Apart" and is used for telling humans and computers apart. Here is a tutorial that will teach you how to create your own PHP CAPTCHA.<<less