AntispamEmail
Votes: 26
Tags: Security, Communication, snippet, avoid spamming
Submitted: Jul 18, 2006
Released: Jul 18, 2006
Downloads: 1786
License: Free
Package Website
AntispamEmail 1
Works with the following Version(s):
Maybe a helpful method to avoid spam via e-mail links by converting the e-mail link into unicode and hex characters without javascript. Should be a barrier against e-mail harvesters.
Download
- repo-767.txt (1786 downloads)
Description
Your e-mail address will be converted into unicode and hexadecimal characters and can be shown as
* mailaddress@domain.tld or
* mailaddress at domain dot tld
with or without unicode-converting of the visible address.
You can define other text for the e-mail link, e.g. "contact" or "say hello to me".
Also the "mailto" will be converted to unicode.
Instructions
Usage:
AntispamEmail? &mailadr=`address_to_hide` &coding=`value`
"coding" is optional with "unicode" as default. It can have following values:
* unicode: converting visible e-mail address to unicode
* atdot: converting visible address to "address at domain dot tld"
* both: both unicode AND atdot combined
* other text: converts this visible e-mail link text to unicode

Please login to comment.