Stop spam bots from obtaining your email address

Stuff that don´t fit in the other categories.
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Stop spam bots from obtaining your email address

Post by z3r0aCc3Ss »

Use email protection script

Spammers use softwares to extract emails from websites.
Just go to following site and put your email address and click on submit button.
One script will be generated and you have to use that script in your code.

Code: Select all

http://www.golivecentral.com/pages/txttut/scramble.shtml



Obviously, this is not helpful for our day to day life.
Its only useful for some people.
You can use above method only where there is some hyperlink like this:-
Please mail me at here.
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

well, the most secure way is simply not to put the email address into the site's code. this can be done by placing an image with the address on the site instead of writing the address....but of course that's not very comfy because a visitor that wants to contact you have to type in the address manually, the same is for the often used [AT] instead of @.

you can also use HTML entities instead of the plain text for the address in the site code:
http://www.w3schools.com/tags/ref_entities.asp
but this is not a really good protection, because some harvester bots can surely already read them.

the safest method is still to use JS, but only if the script is an external one which is stored outside of the document root.

Post Reply