By : zajcman Published On Thursday, August 05, 2010, 04:25 In PHP Scripts
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