Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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

Esta versão implementa um definível constante (MAILTO_USE_NOSCRIPT) que permite que você desabilite o uso de <noscript> elementos que podem causar suas páginas XHTML a tornar-se inválido.
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

Esta versão introduz uma função () mailto_html que procura mailto: links na marcação HTML e ofusca-os automaticamente. Ele também adiciona um manipulador de buffer de saída que o torna tão fácil de adicionar ofuscação de documentos existentes.
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

Esta versão adiciona uma nova função chamada mailto_text () que busca uma seqüência de texto e ofusca qualquer e-mail que ele encontrar.
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

Esta versão inclui uma nova função chamada smailto () que funciona como sprintf (), que retorna uma string contendo um link de e-mail ofuscado, ao invés de apenas imprimi-lo.
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

Este lançamento faz uma mudança trivial, adicionando um "tipo" atributo para o script "tag", tornando-o compatível com HTML 4.
Tags: Minor bugfixes
This release makes a trivial change, adding a "type" attribute to the "script"
tag, making it HTML 4 compliant.

Project Resources