Main > Free Download Search >

Free valid script

valid

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 192
linkValidator

linkValidator


Ive GPLed an old class of mine. This PHP class, a link validator, i wrote in october 2003 and only used it in a site of mine nlweed.com to check if posted links are still valid. Now I found the class more>> Ive GPLed an old class of mine. This PHP class, a link validator, i wrote in october 2003 and only used it in a site of mine nlweed.com to check if posted links are still valid. Now I found the class and thought that it would be a waste only to use it ones. This class can check a link and will return the status. Easy to implement in your own scripts. So here is the GPLed version. Check the source for documentation and the readme for code examples. Now it checks HTTP/1.0 served links too. (fixed hanging links)<<less
Added: 2005-02-18 License: GPL Price: Free
1709 downloads
Valid tiny Erp 1.6

Valid tiny Erp 1.6


A usefull tiny-erp for profesionals. You can keep your inventory , your sales , your buys and you keep record of customers & suppliers. Its a multiuser application so your parthners and your secretery can use it too. more>> A usefull tiny-erp for profesionals. You can keep your inventory , your sales , your buys and you keep record of customers & suppliers. Its a multiuser application so your parthners and your secretery can use it too.<<less
Added: 2008-02-29 License: GPL Price: $0.00USD
28 downloads
Email validator 1.2

Email validator 1.2


This script allows you to check if a proved email-address is valid or not. It checks wheather the syntax of the provided email address is valid and wheather the domain is capable of receiving an email message. more>> This script allows you to check if a proved email-address is valid or not. It checks wheather the syntax of the provided email address is valid and wheather the domain is capable of receiving an email message.<<less
Added: 2008-06-05 License: Freeware Price: $0.00USD
12 downloads
Email Validation script

Email Validation script


This nice and simple script that uses regular expressions to check that a form field contains a valid email address. more>> This nice and simple script that uses regular expressions to check that a form field contains a valid email address.<<less
Added: 2005-11-12 License: Freeware Price: $0.00USD
10 downloads
Validation in ASP.NET 1

Validation in ASP.NET 1


Validation server controls are set of controls that enable you to work with the information your end users inputs into application. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that you more>> Validation server controls are set of controls that enable you to work with the information your end users inputs into application. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that you apply to the data you collect.<<less
Added: 2008-04-16 License: Freeware Price: $0.00USD
14 downloads
Credit card validator 1.0

Credit card validator 1.0


Credit card validator is a free php script that allow you to validate if a credit card is valid or not. Supported credit card types: Master card, Visa, Diners Club /Carte Blanche, Discover more>> Credit card validator is a free php script that allow you to validate if a credit card is valid or not. Supported credit card types: Master card, Visa, Diners Club /Carte Blanche, Discover<<less
Added: 2007-12-08 License: Freeware Price: $0.00USD
15 downloads
PHP User Email Validation 1.0

PHP User Email Validation 1.0


Here is a simple script can valid a users email address. This script works by sending a confirmation email to the users email account. The user then must confirm their email address. This script is great for any user login system. This script requires more>> Here is a simple script can valid a users email address. This script works by sending a confirmation email to the users email account. The user then must confirm their email address. This script is great for any user login system. This script requires MySQL. It comes with installation instructions and a demo.<<less
Added: 2007-07-12 License: Freeware Price: $0.00USD
17 downloads
 
Other version of PHP User Email Validation
License:Freeware
Download
591 downloads
Added: 2007-07-12
Validate Date field script

Validate Date field script


This script validates a date field to ensure its in the format mm/dd/yyyy. It also intelligently checks that the date ranges are valid, so something like 02/30/2005 is caught. more>> This script validates a date field to ensure its in the format mm/dd/yyyy. It also intelligently checks that the date ranges are valid, so something like 02/30/2005 is caught.<<less
Added: 2005-11-01 License: Freeware Price: $0.00USD
14 downloads
validate email address 1.0

validate email address 1.0


Verifies that a string looks like a real email address. It may return false for some valid exotic email addresses. To correct this you may want to edit the valid_chars string in the Validate_String function. more>> Verifies that a string looks like a real email address. It may return false for some valid exotic email addresses. To correct this you may want to edit the valid_chars string in the Validate_String function.<<less
Added: 2004-09-15 License: Freeware Price: 0.00
19 downloads
Anti Spam Image Validation 0.1

Anti Spam Image Validation 0.1


An antispam image script written in PHP, generates a code, creates an image out of it, and registers this code in a session. User input will be checked against this session value. If it is valid no spambot is the one that is submitting this more>> An antispam image script written in PHP, generates a code, creates an image out of it, and registers this code in a session. User input will be checked against this session value. If it is valid no spambot is the one that is submitting this form. Only 2 lines of code needed to use it in your website.<<less
Added: 2006-07-10 License: Freeware Price: $0.00USD
10 downloads
LUHN10 (Credit Card) Validation

LUHN10 (Credit Card) Validation


A function that validates a credit card based on the LUHN10 algorithm. This function does not care if the number is a visa, mastercard, etc. etc. Pass the credit card number to the function, if its valid true will be returned, if not, false will be more>> A function that validates a credit card based on the LUHN10 algorithm. This function does not care if the number is a visa, mastercard, etc. etc. Pass the credit card number to the function, if its valid true will be returned, if not, false will be returned.<<less
Added: 2005-03-30 License: Price: 0.00 Price: 0.00
15 downloads
Validate/Format Phone Numbers 1.0

Validate/Format Phone Numbers 1.0


The purpose of this script is to format and validate Telephone Numbers in a form field. The script strips all non-numeric characters and then validates that the remaining characters are sufficient to make up a valid phone number. If there remaining more>> The purpose of this script is to format and validate Telephone Numbers in a form field. The script strips all non-numeric characters and then validates that the remaining characters are sufficient to make up a valid phone number. If there remaining string is 10 characters in length, the script then formats by adding a "-" after the third and sixth digits. Resulting in a mask like ###-###-####.<<less
Added: 2006-10-27 License: Freeware Price: $0.00USD
16 downloads
Validation ASP.NET 2.0 Example RB2 1.5

Validation ASP.NET 2.0 Example RB2 1.5


The RequiredFieldValidator control ensures that the user does not skip an entry. The control fails validation if the value it contains does not change from its initial value when validation is performed. If all the fields in the page are valid, the page more>> The RequiredFieldValidator control ensures that the user does not skip an entry. The control fails validation if the value it contains does not change from its initial value when validation is performed. If all the fields in the page are valid, the page is valid.<<less
Added: 2006-12-20 License: Freeware Price: $0.00USD
10 downloads
 
Other version of Validation ASP.NET 2.0 Example RB2
Validation ASP.NET 2.0 Example RB2If all the fields in the page are valid, the page is valid
License:Freeware
Download
1047 downloads
Added: 2006-12-20
Verify Email Address / Validator 1.0

Verify Email Address / Validator 1.0


This tool let you verify an email address and check its validity. To validate an address it verifies the format, check for forbidden characters, make sure the domain name is valid, and verify that the user and mailbox really exist. This is the most more>> This tool let you verify an email address and check its validity. To validate an address it verifies the format, check for forbidden characters, make sure the domain name is valid, and verify that the user and mailbox really exist. This is the most complete email verification you can perform.<<less
Added: 2005-10-25 License: Freeware Price: $0.00USD
33 downloads
Validate/Format Social Security Number 1.0

Validate/Format Social Security Number 1.0


The purpose of this script is to format and validate Social Security Numbers in a form field. The script strips all non-numeric characters and then validates that the remaining characters are sufficient to make up a valid SSN. If there remaining string more>> The purpose of this script is to format and validate Social Security Numbers in a form field. The script strips all non-numeric characters and then validates that the remaining characters are sufficient to make up a valid SSN. If there remaining string is 9 characters in length, the script then formats by adding a "-" after the third and fifth digits. Resulting in a mask like ###-##-####.<<less
Added: 2006-10-27 License: Freeware Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5