| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#2 (permalink) |
|
I Ain't Losing Any Sleep™
Join Date: Apr 2003
Posts: 5,200
|
I don't think there's any way of stoping all the dirty harvesters. I either use javascript or encode the address with entities. I don't even know if one works better than the other, I just use the first one I find in my code dump. |
|
|
|
#3 (permalink) |
|
For all your goober needs
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,529
|
if you're talking about having an email link on your page, then I don't think there's any way to stop the gits, as if there's a way for the browser to translate the link into something usable (i.e. even if using entity codes to mask it) it's not a lot of work for a bot to do the same conversion. I've seen a few sites putting for example designer [at] talk.com as plain text on a page which obviously requires some work by the user to be able to use the address, but seems to be the method de jour to get around this. |
|
|
|
#6 (permalink) |
|
Sir digby chicken caesar
Join Date: Sep 2004
Posts: 4,815
|
When a client demands email, I use this bit of javascript: var username = "youremailname"; var hostname = "yourwebsite.com"; var linktext = username + "@" + hostname; document.write("<a href=" + "mail" + "to:" + username + "@" + hostname + ">" + linktext + "</a>") Just shows nothing with javascript turned off... I can live with that. |
|
|
|
#8 (permalink) | |
|
web architect
Join Date: Sep 2006
Location: Az
Posts: 1
|
I use this: http://automaticlabs.com/products/enkoderform/ Quote:
|
|
|
|
|
#14 (permalink) |
|
Specialist SEO CMS
Join Date: Oct 2006
Location: Devon, UK
Posts: 28
|
Using forms is the best way althougth the ba......ds are starting to try to attack those now. Replacing characters as below should also help if you have to put one on your site. It still works but should be better hidden from spiders mailto converting the smily back to : ? without the space |
|
|
|
#15 (permalink) |
|
Senior Member
Join Date: Dec 2006
Location: Switzerland
Posts: 356
|
With most websites, the contact information of the owner appears in the Whois information unless a Privacy Whois is possible, but certain domain names / domain registrars dont accept that. So any spamming bot can search whois databases for emails too. |
|
|
|
#16 (permalink) | |
|
Crazy diamond...
Join Date: Apr 2004
Location: Liverpool (UK)
Posts: 745
|
Quote:
That's what we use - seems to do the trick too... Effervescing Elephant
|
|
|
|
|
#19 (permalink) |
|
geek
|
A little something I put together. works in case the user has javascript disabled. HTML Code:
|
|
![]() |