Encrypted Email Addresses
9 posts by 5 authors in: Forums > CMS Builder
Last Post: February 24, 2010 (RSS)
Email: <script type="text/javascript" language="javascript">
<!--
// Email obfuscator script 2.1 by Tim Williams, University of Arizona
// Random encryption key feature by Andrew Moulden, Site Engineering Ltd
// This code is freeware provided these four comment lines remain intact
// A wizard to generate this code is at http://www.jottings.com/obfuscator/
{ coded = "8FZuGFuuCgVZB9@gGBQFaBEVBPlWj.LEw"
key = "S0KLdQ9f1GUb8WVCABru2X5aYDzOgxZkoHvs7jhRPcniyJeIpq4ElTMNFt3m6w"
shift=coded.length
link=""
for (i=0; i<coded.length; i++) {
if (key.indexOf(coded.charAt(i))==-1) {
ltr = coded.charAt(i)
link += (ltr)
}
else {
ltr = (key.indexOf(coded.charAt(i))-shift+key.length) % key.length
link += (key.charAt(ltr))
}
}
document.write("<a href='mailto:"+link+"'>"+link+"</a>")
}
//-->
</script>
Creative Director
JAM Graphics
Re: [jtedescojam] Encrypted Email Addresses
By Damon - November 5, 2009
We have a php software called Spambot Email Protector that scans the whole page and automatically encrypts any email address to prevent email address harvesting by spammers.
http://www.interactivetools.com/products/spambot-email-protector/
Just include one line of code at the top of the page to protect and it works.
Also, it has an "Royalty Free license", which means that you only need to purchase it once, and can use it on as many pages and sites as you like. :)
Hope that helps.
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Damon] Encrypted Email Addresses
Creative Director
JAM Graphics
Re: [jtedescojam] Encrypted Email Addresses
By Codee - November 10, 2009
Re: [Damon] Encrypted Email Addresses
Has the spambot e-mail protector been discontinued? It's not listed in the appstore and isn't at the address in your post.
http://www.interactivetools.com/products/spambot-email-protector/
Thanks,
Jerry Kornbluth
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Re: [gkornbluth] Encrypted Email Addresses
By Damon - February 24, 2010
No, we haven't discontinued it, just haven't created a page for it in the new site design yet, but can still buy the Spambot Email Protector from our order page here:
http://www.interactivetools.com/order/
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Damon] Encrypted Email Addresses
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Re: [gkornbluth] Encrypted Email Addresses
By Dave - February 24, 2010
interactivetools.com
Re: [Dave] Encrypted Email Addresses
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php