Downloadliste

Projektbeschreibung

Mailto.php reclaims HTML mailto: links from the clutches of address harvesters.
It's a PHP library containing functions that generate JavaScript which produce
mailto: links, but keep the email addresses obfuscated so they can't be picked
up by email address harvesters.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-05-09 23:52
1.4.1

Dieses Release führt eine definierbare konstant (MAILTO_USE_NOSCRIPT), das Ihnen erlaubt die Verwendung von deaktivieren <noscript> Elemente, die möglicherweise Ihren Seiten ungültig werden XHTML.
Tags: Minor feature enhancements
This release implements a definable constant (MAILTO_USE_NOSCRIPT) that allows you to disable the use of &lt;noscript&gt; elements that may cause your pages to become invalid XHTML.

2004-07-06 18:43
1.4.0

Dieses Release führt eine mailto_html ()-Funktion sucht nach mailto: Links in HTML-Markup und automatisch verschleiert sie. Sie fügt hinzu, auch ein Ausgabe-Puffer-Handler, dass es trivial einfach zu Verschleierung der bestehenden Dokumenten hinzufügen macht.
Tags: Major feature enhancements
This release introduces a mailto_html() function
that searches for mailto: links in HTML markup and
automatically obfuscates them. It also adds an
output buffer handler that makes it trivially easy
to add obfuscation to existing documents.

2002-08-14 20:06
1.3.0

Diese Veröffentlichung fügt eine neue Funktion namens mailto_text (), was ein Text-String-Scans und verschleiert eine E-Mail-Adressen die es findet.
Tags: Major feature enhancements
This release adds a new function called mailto_text() which scans a text string and obfuscates any e-mail addresses it finds.

2002-05-31 20:07
1.2.0

Diese Version enthält eine neue Funktion namens smailto (), die wie sprintf arbeitet (); es gibt eine Zeichenfolge mit einer obfuscated E-Mail-Link, und nicht nur drucken.
Tags: Minor feature enhancements
This release includes a new function called smailto() which works like
sprintf(); it returns a string containing an obfuscated email link,
rather than just printing it.

2002-02-21 17:12
1.1.0

Diese Version ist eine triviale ändern, indem ein "Typ" Attribut auf "Script"-Tag, so dass es HTML 4 konform.
Tags: Minor bugfixes
This release makes a trivial change, adding a "type" attribute to the "script"
tag, making it HTML 4 compliant.

Project Resources