|
|
|
|
![]() ![]() |
May 5 2006, 07:04 AM
Post
#1
|
|
|
Newbie [Level 3] ![]() ![]() ![]() Group: Members Posts: 46 Joined: 25-March 06 From: UK Member No.: 20,692 |
Many websites display a contact email address in the format someone(AT)website(DOT)com so that bots looking for emails to spam are unable to read the address.
It has occurred to me that if you write your email in escape chars you will have an equal chance of escaping bot detection and your email will appear in the proper format - which is a neater solution and it would allow for the address to automatically fire up the user's mail program with the MAILTO: URL type link, an option not available using the (AT)(DOT) version. For example, my email address would be written ... well I can't demonstrate because all the escape chars just get munged into the correct email address, but you get the idea. Perhaps there are lots of people doing this already. |
|
|
|
May 5 2006, 07:11 AM
Post
#2
|
|
|
Trap Grand Marshal Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,205 Joined: 25-March 05 Member No.: 4,883 |
There are many generators on the web to change your email addresses in the source of your HTML script to an indirect string such that only your browser will display your email address correctly. This way, spam bots are unable to collect your email address and hence you will be kept away from them.
Search google for such generators. One of such is this.. http://www.mways.co.uk/prog/hidemail.php |
|
|
|
May 5 2006, 07:18 AM
Post
#3
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 130 Joined: 1-May 06 Member No.: 22,833 |
I have my email address as gif images that can be seen by real people and not the bots. It is a hassle for people to write down the address manually - Buts its the only way to stop spam I feel.
|
|
|
|
May 5 2006, 07:28 AM
Post
#4
|
|
|
Newbie [Level 3] ![]() ![]() ![]() Group: Members Posts: 46 Joined: 25-March 06 From: UK Member No.: 20,692 |
There are many generators on the web to change your email addresses in the source of your HTML script to an indirect string such that only your browser will display your email address correctly. This way, spam bots are unable to collect your email address and hence you will be kept away from them. Search google for such generators. One of such is this.. http://www.mways.co.uk/prog/hidemail.php Oh. Thanks. I did think that neither method I described was much of a real defense because it would be a matter of simple programming for the spam bot to grab the disguised strings as easily as it grabbed regular addresses. |
|
|
|
May 7 2006, 01:52 AM
Post
#5
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 629 Joined: 26-February 05 Member No.: 3,995 |
I saw a way once that was pretty cool. You have to have basic javascript enabled, but it keeps bots from being able to find it since you have to pass your mouse over it:
CODE <a href="javascript_required" onmouseover="this.href='mailto:user'+'name'+'@'+'doma'+'in.com'">email us</a> It's from www.llamaguy.com.
|
|
|
|
May 13 2006, 01:27 PM
Post
#6
|
|
|
Newbie [Level 3] ![]() ![]() ![]() Group: Members Posts: 49 Joined: 22-April 06 Member No.: 22,255 |
I saw a way once that was pretty cool. You have to have basic javascript enabled, but it keeps bots from being able to find it since you have to pass your mouse over it: CODE <a href="javascript_required" onmouseover="this.href='mailto:user'+'name'+'@'+'doma'+'in.com'">email us</a> It's from www.llamaguy.com.I have seen that in http://www.mways.co.uk/prog/hidemail.php too you get a similar code if you chech "Javacript enabled". I wonder whats the MediaWiki style. I doubt if it is a website code because it is covered by square brackets like the Forum Code Style |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 6th October 2008 - 11:52 AM |