Forums
This topic is locked
Email Encryption
Posted 01 Jul 2004 17:51:39
1
has voted
01 Jul 2004 17:51:39 Kent Steelman posted:
I am looking for a way to garble my email address listed on the website to stop spiders,crawler, bot from grabbing it and spaming me later in time. Any one have any suggestonsWm. Kent Steelman
Replies
Replied 01 Jul 2004 18:45:50
01 Jul 2004 18:45:50 Simon Martin replied:
There are a few extensions you can get for dmx but the crawlers are wise to hex encoding etc
If you want to keep your email address away from their reaches you could build an email form (using either CDO/NTS or the smartmailer extension to send it) and pass the email address into that dynamically
Sharing knowledge saves valuable time!
Simon
If you want to keep your email address away from their reaches you could build an email form (using either CDO/NTS or the smartmailer extension to send it) and pass the email address into that dynamically
Sharing knowledge saves valuable time!
Simon
Replied 01 Jul 2004 21:38:03
01 Jul 2004 21:38:03 Kent Steelman replied:
Thats an Idea I didnt think of I will try it.. Thanks
Wm. Kent Steelman
Wm. Kent Steelman
Replied 01 Jul 2004 23:34:06
01 Jul 2004 23:34:06 Matt Millican replied:
www.internetmill.com/contactus.asp
That's how I do mine. I ONLY put the first part of the address in the select box tho. The crawlers can still trace the address if the entire address is in the select. On the page that sends the actual email, put this for your TO part:
Request.form("to"
& "@yourdomain.com"
GL
Matt Millican
InternetMill.com
www.internetmill.com
(Win XP Pro / DWMX / Access XP / ASP / VBscript / PHP / MySQL)
That's how I do mine. I ONLY put the first part of the address in the select box tho. The crawlers can still trace the address if the entire address is in the select. On the page that sends the actual email, put this for your TO part:
Request.form("to"

GL
Matt Millican
InternetMill.com
www.internetmill.com
(Win XP Pro / DWMX / Access XP / ASP / VBscript / PHP / MySQL)