Hiding your email address from the harvesters (Full Version)

All Forums >> [Web Development] >> General Web Development



Message


jaybee -> Hiding your email address from the harvesters (5/18/2005 17:44:33)

We get quite a lot of people asking about keeping mail addresses out of the hands of harvesters.

Several methods have been put on here in the past, some work and some don't.

Here's another method

http://www.monster-submit.com/resources/nospam/




Nigel -> RE: Hiding your email address from the harvesters (5/20/2005 11:36:58)

Can we be sure this isn't an email harvester?




jaybee -> RE: Hiding your email address from the harvesters (5/20/2005 12:06:58)

Oh ye of little faith. [:D]

You can never be sure but I've used it for one address and there's been no spam in 3 months.

Of course, there's nothing to stop you using a graphics package to achieve the same effect if you're worried. Type in a rubbish email and generate it to see what the result is and then tweak the code and set up your own image.




btreloar -> RE: Hiding your email address from the harvesters (5/25/2005 9:57:57)

Check out e_cloaker -- I think it's free. It's a little program you download and run locally, which turns your email link into Unicode that supposedly email harvesters don't bother to decrypt.
One place to download it is here: http://www.snapfiles.com/get/ecloaker.html





Ac3 -> RE: Hiding your email address from the harvesters (5/25/2005 11:17:20)

Heres a simple script  from javascriptsource.com that I use all the time, so far so good.

<!-- Begin
user = "username";
site = "yoursite.com";

document.write('<a href=\"mailto:' + user + '@' + site + '\">');
document.write(user + '@' + site + '</a>');
// End -->
</SCRIPT>




btreloar -> RE: Hiding your email address from the harvesters (5/25/2005 11:28:45)

I was using code like that for awhile until I was informed than not everyone can run javascript . . . I'm not sure if that's really true or not, but switched to e_cloaker because4 it works for everyone. (As far as I know.)

Bill




jaybee -> RE: Hiding your email address from the harvesters (5/25/2005 11:47:57)

Some people turn Javascript off.

If there's another way to do it then use that.




Tailslide -> RE: Hiding your email address from the harvesters (5/25/2005 11:48:59)

It's true that not everyone has Javascript - it's also true that some of the anti spam cloaking techniques have big accessibility issues.

Have a look at this link for a technique that should work and be accessible [sm=angel.gif]

http://www.seowebsitepromotion.com/obfuscate_email.asp




phrankco -> RE: Hiding your email address from the harvesters (5/25/2005 14:00:49)

here's another-

http://www.spamhelp.org/harvesterkiller/




ajdevies -> RE: Hiding your email address from the harvesters (5/25/2005 19:43:12)

Another freebie - runs online; nothing to download.

http://fantomaster.com/fantomasSuite/mailShield/famshieldsv-e.cgi




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
6.298828E-02