HighDots Forums  

Re: obfuscate email link in mailto, protect from spammers,possible?

alt.html alt.html


Discuss Re: obfuscate email link in mailto, protect from spammers,possible? in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Philip Ronan
 
Posts: n/a

Default Re: obfuscate email link in mailto, protect from spammers,possible? - 10-01-2004 , 06:15 AM






On 17/9/04 6:09 am, mscir wrote:

Quote:
(snip)
The address (shortened) looks like this:

a href="mailto:"
Click her</a

Can the spammers decode this? If so, any suggestons about how I can make
it more difficult for them?
Hi,

My apologies for dragging up an old thread, but you might be interested in
trying out a Javascript email scrambler I programmed a while back. I'd be
pretty surprised if EFGrabber can crack the results.

Here's a link: <http://freespace.virgin.net/phil.ronan/scramble.html>

Give it a try.

Phil

--
Philip Ronan
phil.ronanzzz (AT) virgin (DOT) net
(Please remove the "z"s if replying by email)




Reply With Quote
  #2  
Old   
mscir
 
Posts: n/a

Default Re: obfuscate email link in mailto, protect from spammers, possible? - 10-01-2004 , 07:28 PM






Philip Ronan wrote:
Quote:
My apologies for dragging up an old thread, but you might be interested in
trying out a Javascript email scrambler I programmed a while back. I'd be
pretty surprised if EFGrabber can crack the results.

Here's a link: <http://freespace.virgin.net/phil.ronan/scramble.html
Looks like it works, nice job. I tested your code on this page:

http://mscir.tripod.com/obfuscate.htm

Excuse the popups, cookies, and junk they insert into the page (it's a
free site and they live by advertising).

They messed up the page but it still works, the small blue dot at the
top left of the page is the anchor and will bring up the default email
client using 'mailto:' ... EFGrabber didn't find the email address.

Mike


Reply With Quote
  #3  
Old   
Philip Ronan
 
Posts: n/a

Default Re: obfuscate email link in mailto, protect from spammers,possible? - 10-03-2004 , 06:59 AM



On 3/10/04 12:12 am, Toby Inkster wrote:

Quote:
Philip Ronan wrote:

http://freespace.virgin.net/phil.ronan/scramble.html

The generated Javascript is invalid HTML.

Replace this line:
document.write('</A>');

With this:
document.write('<' + '/A>');
Thanks, Tony!

Now fixed.

--
Philip Ronan
phil.ronanzzz (AT) virgin (DOT) net
(Please remove the "z"s if replying by email)




Reply With Quote
  #4  
Old   
Michael Winter
 
Posts: n/a

Default Re: obfuscate email link in mailto, protect from spammers, possible? - 10-03-2004 , 07:17 AM



On Sun, 03 Oct 2004 00:12:58 +0100, Toby Inkster
<usenet200409 (AT) tobyinkster (DOT) co.uk> wrote:

[snip]

Quote:
Replace this line:
document.write('</A>');

With this:
document.write('<' + '/A>');
The alternative is

document.write('<\/A>');

which is faster.

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.