PHP Scripts - NoSpam â Custom email Validator for PHP - CodeCanyon
NoSpam â Custom email Validator for PHP his title this type of PHPScripts/Forms This time I will review,made by zajcman, PHPScripts/Forms is sold at a price of $3 in CodeCanyon. anti-spam // email form // email validation // php email // spam // spam control // spam protection //Created | 5 August 10 |
Last Update | 5 August 10 |
Compatible Browsers | IE6, IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
Software Version | PHP 4.x, PHP 5.x, PHP 5.0 - 5.2, PHP 5.3, jQuery |
Files Included | PHP |
Say “NO” a SPAM
This plug-in is filtering email address writed by user in form. - Check that email is from top-level domain (270 top-level domain) ( no more mail like ”@gmail.xx” or ”@gmail.com1” – check all top-level domains) -No more email from temporary mail providers ( block more that 90 providers like:”mailinator.com”, “trash2009.com”, “jetable.net” ....) -Allow to block email from domain (example: you can block all mail from “gmail.com”) -Easy to configure.
This class is : -Useful for any PHP website -Cross-browser compatible -simple to use -detailed documentation included - PHP file included
code to implemented in your php file : $myClass1 = new noSpam; $myClass1 -> Checkmail(“your_email@to_check.com”); if ($myClass1 -> Checkmail(“your_email@to_check.com”) != 1 ) { echo $myClass1 -> spamMail; }
If you like my code but you dont want to buy it you can support me by clicking this link Support zajcman
No comments:
Post a Comment