Domain Discussion Board

Go Back   Domain Discussion Board > General > Tutorials

 
Reply
 
LinkBack Thread Tools Display Modes
Protect Against Spam Crawlers
Old
  (#1 (permalink))
bbalegere
 
Status:
Posts: n/a
Points: 0
Bank: 0
Total Points: 0
Donate
Protect Against Spam Crawlers - 09-25-2006, 09:32 PM

How to protect your e-mail address:

This tutorial will show you how to protect your e-mail address against Spam Crawlers.
So, how do you protect your e-mail? Easy, it can be done with simple JavaScript - no need to use complicated Images or REMOVE text in e-mail links.

Let's take a basic example of an e-mail link to me@somewhere.com

Quote:
<A HREF="mailto:me@somewhere.com" ALT="Mail Me!">me@somewhere.com</A>

Now this will not work, a Spam Crawler could pick up this e-mail easily. So how would you protect the example above? Like this:

-------------------- Revised Version ----------------------
Quote:
<SCRIPT LANGUAGE="JavaScript">
<!-- hide me
function mailme()
{
window.location = "m" + "a" + "i" + "l" + "t" + "o" + ":" + "me"+ "@" + "somewhere" + "." + "c" + "o" + "m";
}
//-->
</SCRIPT>

<A HREF="javascript:void(1)" ALT="Mail Me!" onClick="mailme()" >Mail me</A>
-------------------------------------

I do not who the author is.I had stored on my HDD

Last edited by mtorregiani : 09-27-2006 at 10:29 AM.
   
Reply With Quote
Re: Protect Against Spam Crawlers
Old
  (#2 (permalink))
windrider
windrider will become famous soon enough
 
windrider's Avatar
 
Status: Offline
Posts: 1,269
Points: 607.7
Bank: 7,727.0
Total Points: 8,334.7
Donate
Join Date: Jun 2006
Location: Chennai, India
Rep Power: 4
Re: Protect Against Spam Crawlers - 09-26-2006, 07:11 AM

Or you could make the email address a picture. Simpler, right?
   
Reply With Quote
Sponsored Links
Re: Protect Against Spam Crawlers
Old
  (#3 (permalink))
euler
 
Status:
Posts: n/a
Points: 0
Bank: 0
Total Points: 0
Donate
Re: Protect Against Spam Crawlers - 09-26-2006, 08:05 AM

Or that other way people like doing it, adding NO SPAM inside like:

randomNOemailSPAM@mail.com

and please remove the NO and SPAM.
   
Reply With Quote
Re: Protect Against Spam Crawlers
Old
  (#4 (permalink))
windrider
windrider will become famous soon enough
 
windrider's Avatar
 
Status: Offline
Posts: 1,269
Points: 607.7
Bank: 7,727.0
Total Points: 8,334.7
Donate
Join Date: Jun 2006
Location: Chennai, India
Rep Power: 4
Re: Protect Against Spam Crawlers - 09-27-2006, 05:53 AM

Actually that's what I use if I'm in a hurry but don't you think crawlers would have become smart enough to remove capital letters from email addresses?
   
Reply With Quote
Re: Protect Against Spam Crawlers
Old
  (#5 (permalink))
kiwiisgood
Banned
kiwiisgood is infamous around these partskiwiisgood is infamous around these partskiwiisgood is infamous around these partskiwiisgood is infamous around these partskiwiisgood is infamous around these partskiwiisgood is infamous around these partskiwiisgood is infamous around these partskiwiisgood is infamous around these partskiwiisgood is infamous around these partskiwiisgood is infamous around these partskiwiisgood is infamous around these parts
 
Status: Offline
Posts: 0
Points: 0.0
Bank: 0.0
Total Points: 0
Donate
Join Date: Mar 2007
Rep Power: 0
Re: Protect Against Spam Crawlers - 04-03-2007, 10:45 PM

If you are not the author are you sure it was legal to post it here?
   
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
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.0
Points Per Thread: 15.0
Points Per Reply: 5.0


Similar Threads
Thread Thread Starter Forum Replies Last Post
Free Forum/Email Sig Generator - Protection from Spam weblord Member Advertising 5 07-15-2008 11:48 AM
The 14 best ways to protect your computers weblord Chit-Chat Area - Internet Related 11 05-07-2007 01:08 AM
Spam, Delete, or Unsubscribe? Veesh Chit-Chat Area - Internet Related 16 04-25-2007 04:04 PM
Dos de cada tres mensajes de correo electrónico son spam alejip Tecnologia Web General 9 09-12-2006 02:58 AM
Subliminal advertising in spam? giggles Chit-Chat Area - Internet Related 0 09-06-2006 03:37 PM


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 ©2007, Crawlability, Inc.