Connecting Tech Pros Worldwide Help | Site Map

Best Way to Hide Email from Web Robots

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 20th, 2005, 12:09 PM
maflu
Guest
 
Posts: n/a
Default Best Way to Hide Email from Web Robots

Hello,
I have a form on my website to send data to my email address with the
usual line:
<input type=hidden name="recipient" value="myname@myaddress.com">
What is the best way do you think to hide my email address so that
spammer robots cannot harvest it?
Should I use javascript (but how?) or Php?
Thank you for your help
Cheers
Ted


  #2  
Old July 20th, 2005, 12:09 PM
Fabian
Guest
 
Posts: n/a
Default Re: Best Way to Hide Email from Web Robots

maflu hu kiteb:
[color=blue]
> Hello,
> I have a form on my website to send data to my email address with the
> usual line:
> <input type=hidden name="recipient" value="myname@myaddress.com">
> What is the best way do you think to hide my email address so that
> spammer robots cannot harvest it?[/color]

I find teh best and most effective technique is to encode teh email
address as html character entities. 7 etc... Haven't received spam
on my public email addreses so encoded yet.


--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

  #3  
Old July 20th, 2005, 12:09 PM
Eric Bohlman
Guest
 
Posts: n/a
Default Re: Best Way to Hide Email from Web Robots

maflu <teddymaflu_nospam@fastmail.fm> wrote in
news:3fc5b614$0$2354$626a54ce@news.free.fr:
[color=blue]
> I have a form on my website to send data to my email address with the
> usual line:
> <input type=hidden name="recipient" value="myname@myaddress.com">
> What is the best way do you think to hide my email address so that
> spammer robots cannot harvest it?[/color]

Your form-handling script shouldn't be getting the actual mailing address
from the form itself, period. That's a giant security hole completely
apart from the possibility of harvesting, because it allows anyone to use
your mailer script to send mail to anyone. Spammers look for such scripts
and exploit them to send spam using the script owner's mail server.

  #4  
Old June 10th, 2006, 09:04 PM
Newbie
 
Join Date: Jun 2006
Posts: 5
Default Here's a tool to do it

http://www.addresslock.com/

It's free and gives source code in PHP and ASP if you want to do it automatically on your own site.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.