Recommend this page to a friend! |
Download .zip |
Info | View files (4) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2008-04-09 (8 years ago) | Not enough user ratings | Total: 915 | All time: 3,743 This week: 958 |
Version | License | PHP version | Categories | |||
antispambotemail 0.0.1 | GNU Free Document... | 5.0 | HTML, Email, Text processing |
Description | Author | ||||||||
This class can be used to encode e-mail addresses to avoid robots that crawl pages to harvest e-mail addresses. |
|
+------------------------------------------------------------------------- +---------------------->> In The Name Of Allah <<------------------------- +------------------------------------------------------------------------- | Class AntiIFLSpamBotEmail version 0.0.1 (for php 5++) | Security Email Print 100% Protected For Spam Bot | Anti Span Bot Email by ASCII | Author Behrouz Pooladrag (IFLashLord) <Me [at] IFLashLord [dot] Com> | Email bugs/suggestions to Me [at] iflashlord.com | Copyright (c) 2008 By Behrouz Pooladrag ,IFLashLord Co. +------------------------------------------------------------------------- | This script has been created and released under | the GNU GPL and is free to use and redistribute | only if this copyright statement is not removed +------------------------------------------------------------------------- +--------------| Contact 2 Behrouz Pooladrag |---------------------------- | Email : Me [ at ] IFLashLord [dot] Com | WebSite : http://www.IFLashLord.Com | Yahoo : BehrouzPC [at] yahoo.Com | G-Mail : FLashLordX [at] gmail.Com | Mobile : +98 913 12 777 14 +------------------------------------------------------------------------- | (Zakate Elame Nasher Aan Ast ) +------------------------------------------------------------------------- **/ /* +--------------| arguments |---------------------------------------------- |*new AntiIFLSpamBotEmail (string [Email Address for AntiSpam]); |||||||||||||||||||||||||||||||||||||||||||||||||||||||| |*AntiIFLSpamBotEmail->antispambot([integer Number]); | Number 0 ---> For Show Email text Print | Number 1 ---> For Set Email to Link (mailto:..) | Number 2 ---> Return Randomly Part Of Eamil in Hexadecimal +------------------------------------------------------------------------- */ /* Full Exampel of This Class $antiSpambotBehrouzpc=new AntiIFLSpamBotEmail("behrouzpc@yahoo.com"); //start class $EmailForShow=$antiSpambotBehrouzpc->antispambot(0); // for show mode return $EmailForLink=$antiSpambotBehrouzpc->antispambot(1); // for link mode return print "<a href='mailto:".$EmailForLink."'>".$EmailForShow."</a>"; //and Print */ /* Result is this Type <a href='mailto:behr%6f%75zpc@ya%68oo%2ec%6f%6d'> behrouzpc@yahoo.com</a> */ |
Files |
File | Role | Description |
---|---|---|
antiSpamEmail-IFLashLord-php4.php | Class | anti Spam Bot Email php4 |
antiSpamEmail-IFLashLord-php5.php | Class | class Orginal File |
example.php | Example | Example Anti Spam Bot Email |
README.txt | Doc. | README |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Anti Spam Bot Email by ASCII Article and Report Article and Report |
Pages that reference this package |
Email Anti Spam Class PHP (100% AntiSpam) - |