verification code
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2372
Mobile Verification
Mobile Verification is considered to be a smart and useful PHP class that can be used to generate a verification code for a mobile phone number. more>> Mobile Verification is considered to be a smart and useful PHP class that can be used to generate a verification code for a mobile phone number.<<less
Added: 2009-07-16 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
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
Added: 2007-07-12 License: Freeware Price: $0.00USD
12 downloads
Other version of Captcha Verification
License:Freeware
TGD Age Verification 1.0
This script is written in JavaScript but saved with a .php extension. Simple upload this script to your website and read the ReadMe file. Very simple and takes > 5 minutes to install. more>> This script is written in JavaScript but saved with a .php extension. Simple upload this script to your website and read the ReadMe file. Very simple and takes > 5 minutes to install.<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
11 downloads
Image Verification (Captcha) For Forms
This is a sample script that allows you to add image verification to your HTML forms. It includes a sample implementation, PHP code check and extras (Font+Background). more>> This is a sample script that allows you to add image verification to your HTML forms. It includes a sample implementation, PHP code check and extras (Font+Background).<<less
Added: 2007-01-05 License: Freeware Price: Free
1076 downloads
PHP Form image verification
When you build a form in your web page, you are susceptible to being spamed by automated systems. In order to make sure that the one who completes the form is human, you can use the system with image more>> When you build a form in your web page, you are susceptible to being spamed by automated systems. In order to make sure that the one who completes the form is human, you can use the system with image verification.<<less
Added: 2006-05-03 License: Other Free / Open Source License Price: Free
807 downloads
Password format verification 1.0
This class is written for PHP5, and is designed to be used in admin interfaces, ecommerce sites and other front end interfaces where its important not to use easily-guessable passwords. It can make sure that passwords contain no spaces, both letters more>> This class is written for PHP5, and is designed to be used in admin interfaces, ecommerce sites and other front end interfaces where its important not to use easily-guessable passwords. It can make sure that passwords contain no spaces, both letters and numbers, at least 1 or more non-alpha characters, and make sure passwords are within minimum and maximum constraints.<<less
Added: 2005-09-14 License: LGPL Price: $0.00USD
12 downloads
Other version of Password format verification
Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
License:LGPL
License:LGPL
X-Cart "Image Verification" module.
This addon was developed by Phpmagicscripts company. It allows you to use more complex image generator for X-Carts "Image Verification" module. This generator based on math formulas such as addition - "+", multiplication - "x", subtraction - "-", more>> <<less
Added: 2008-10-09 License: GPL Price: $0.00USD
13 downloads
VVS, Visitor Verification Script for web forms 1.1
Displays an ascii art image of a random sequence of letters/digits and asks the visitor to type the sequence in a field provided. If the typed sequence is the same as in the image, the original form script (action) is invoked. Otherwise, the visitor is more>> Displays an ascii art image of a random sequence of letters/digits and asks the visitor to type the sequence in a field provided. If the typed sequence is the same as in the image, the original form script (action) is invoked. Otherwise, the visitor is asked to go back and correct what he/she typed before. VVS requires Perl with the CGI class. It works for any form script written in Perl, independently of whether the script uses CGI or cgi-lib.pl or etc. It also preserves values of arbitrary variables of the environment for use in the original form script.<<less
Added: 2006-07-10 License: GPL Price: $0.00USD
15 downloads
Other version of VVS, Visitor Verification Script for web forms
License:GPL
PHP validation and verification
This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some more>> This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some coplicated logic to prevent the input of wrong symbols, check the consistence of the data and do whatever possible to make sure that it is all OK, there is still possibility that the users enter the wrong number. Though all said, we must try to prevent the most of human errors and the best way to do this is by using Regular Expressions. Basicly Regular Expressions are used for string matches. They are based on search and pattern matching strings in text. A lot of books are written about them, there are even some programming languages designed especially for Regular Expressions.<<less
Added: 2007-12-08 License: Freeware Price: $0.00USD
13 downloads
Writing Debuggable Code
For those of you who take on massive coding tasks such as creating an entire site from scratch, youll notice that it tends to become tedious to debug your code unless youve taken a few precautionary m more>> For those of you who take on massive coding tasks such as creating an entire site from scratch, youll notice that it tends to become tedious to debug your code unless youve taken a few precautionary measures. This tutorial will start you off in the right direction. It wont make your code debuggable for you, but youll have an idea on how to do it. Most code can be modified to fit the schema suited for debugging fairly easily, but this guide is written with a clean slate in mind; it will describe the process of preparing your code to be easily debuggable from scratch.<<less
Added: 2005-01-31 License: Not Specified Price: Free
1739 downloads
Counter Code
Counter Code allows you to install a text counter for your visitors. more>>
Counter Code is a powerful click tracking tool which enables you to install a text counter for your visitors. It has a user friendly interface and very easy to use. Download to enjoy it now.
Added: 2007-06-07 License: Freeware Price: Freeware
11 downloads
TPCS Referrer verification/validation
Do you want to make sure that your visitors can only access your content via your domain. This Javascript is very useful for this. This javascript verifies that the request for the page (containing the script) was made from a page on your domain. This is more>> Do you want to make sure that your visitors can only access your content via your domain. This Javascript is very useful for this. This javascript verifies that the request for the page (containing the script) was made from a page on your domain. This is really useful for log in forms that you want to make sure that the visitor uses the form you provide on your server.<<less
Added: 2008-03-16 License: Freeware Price: $0.00USD
11 downloads
Sec-Code 1.2
This PHP script creates an image with a security code (known as "captcha") that can be used to protect e.g. your guestbook from spam. It requires PHP 4.1.0 or higher with session support and GD library. more>> This PHP script creates an image with a security code (known as "captcha") that can be used to protect e.g. your guestbook from spam. It requires PHP 4.1.0 or higher with session support and GD library.<<less
Added: 2006-10-05 License: Free Non-Commercial Price: $0.00USD
13 downloads
Other version of Sec-Code
Price: FreeAdditionalInfoFreeforprivateuse5
License:Free for non-commercial use
License:Free for non-commercial use
Simple Random Character Verification script 2
A validation script that displays random characters which the user must enter into the box to continue the script, if they are entered incorrectly or not at all, the form will just reload. It uses has more>> A validation script that displays random characters which the user must enter into the box to continue the script, if they are entered incorrectly or not at all, the form will just reload. It uses hashed cookies to stop bots from reading the code. It will stop robots from using a form to send spam. Its a foundation to either experiment with or add to a form.<<less
Added: 2006-08-08 License: Freeware Price: Free
1183 downloads
Contact form with image verification (Captcha)
If you use a normal contact form then spammers will fond a way to automatically send junk messages through that form, so you need a way to verify that the sender is an actual person and not an automat more>> If you use a normal contact form then spammers will fond a way to automatically send junk messages through that form, so you need a way to verify that the sender is an actual person and not an automated script. A good solution for this is to use an random code that is generated by a script the code will be displayed as an image so only a person could read the image and type the number. This practice is called Captcha image validation. The image also has a noise added to avoid any existent automated scripts that could read the text from the image. The contact form also makes sure the user filled all the form fields correctly, when all fields are completed and the text entered inside email box is an email address.<<less
Added: 2007-03-31 License: Freeware Price: Free
609 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above verification code search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed