Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() ![]() |
Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2009-01-27 (7 years ago) ![]() | Not enough user ratings | Total: 340 | All time: 6,690 This week: 935![]() |
Version | License | PHP version | Categories | |||
mailto 0.0.2 | GNU Lesser Genera... | 4.2.0 | HTML, Email |
Description | Author | |||||||||||||
This class can be used to obfuscate e-mail links using the ROT13 algorithm. |
|
NAME: Mailto: A PHP class for obfuscating e-mail addresses from spam harvesters VERSION: 0.0.2 AUTHOR: Debugged Interactive Designs <info@debuggeddesigns.com> DOWNLOAD: The latest version can always be found at http://www.debuggeddesigns.com/open-source-projects/mailto/code DOCUMENTATION: Online documentation of the class, methods, and variables can be found at http://www.debuggeddesigns.com/open-source-projects/mailto/docs REQUIREMENTS: PHP 4.2.0 SYNOPSIS: include 'Mailto.php'; $mailto = new Mailto(); //$mailto = new Mailto('cc8b'); $encrypted_link = $mailto->createLink('spam@debuggeddesigns.com','Debugged Interactive Designs'); DESCRIPTION: What is Mailto? Mailto is a class written by Debugged Interactive Designs in PHP4 to obfuscate e-mail addresses from spam harvesters. The class lets you easily encode an entire anchor tag using ROT13 Encryption or an 8 bit random key ASCII Caesar Cipher. At run-time, javascript is used to decode the encryption. If javascript is disabled, then the e-mail address is safely shown by reversing the e-mail address using PHP and re-reversing (versing?) it at run-time using CSS. COPYRIGHT: Copyright (c) 2008 Debugged Interactive Designs. All rights reserved. This software is released under the GNU Lesser General Public License. |
![]() |
File | Role | Description |
---|---|---|
![]() ![]() |
Class | The class source |
![]() |
Example | Drop this test script in the same directory as the class source |
![]() |
Class | javascript file to decrypt cc8b |
![]() |
Data | Code used to decode ROT13 encoded text at run-time |
![]() |
Doc. | Read this before you do anything else |
![]() |
Lic. | GNU Lesse General Public License |
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 |
Official Mailto project page The official project page for the Mailto class. |
Official Mailto documentation The official documentation for the Mailto class. |