This script is intended to protect your email from email harvesting bots (spiders which crowl over different websites
and collect emails to their databases for spamming purposes). In order to protect your email from such behaviour
never publish emails on your website in straight ahead format. Use some twist to make spammers life more difficult.
The folowing method is not an absolute protection. It will work if you have few addresses on your website.
In case you have loads of them better to use something more secure. Ask SparkleServer team for advice.
The following script is offered to clients of SparkleServer.net free of charge and ajusted to use it on
SparkleServer clients websites. It is already pre-installed and may be used at any moment.
Simpliest way to use this script is to write following HTML text string on the webpage at the place where email should appear:
This HTML code will be rendered to:
info@domain.com
where "domain.com" is your domain which is detected automatically. If you want to specify domain explicitly use:
This HTML code will be rendered to:
jack@hotmail.com
If you don't need tag for link but a simple text than write:
This HTML code will be rendered to:
jack@hotmail.com
In common you may use any combination of the parameters from the following list:
left - left part of the email before @ (default: "info")
right - right part of the email after @ (default: your website domain)
content - "html" or "text" (default: "html")
link - text to appear in between and tags (default: email itself)
html - additional html text for tag (such as "style", "onClick", etc.)
before - any text (or HTML code) after tag and before link text
after - any text (or HTML code) after link text and before tag
----------------------------------------------------------------------
www.SparkleServer.net