Web Tool Bag  
Home · Articles · Downloads · Discussion Forum · Web Links · News CategoriesSeptember 09 2010 04:14:35
Navigation
Home
Articles
Downloads
Discussion Forum
Web Links
News Categories
Search
Users Online
Guests Online: 1
No Members Online

Registered Members: 214
Newest Member: aloyskimbe
Forum Threads
Newest Threads
Unix Servers
downloads
Validation on the re...
letters not working
When I input the wro...
Hottest Threads
Installation [11]
Captcha picture d... [4]
Any questions and... [4]
Integrate with Vi... [3]
How to include it? [3]
Latest Articles
PHP obfuscation usef...
Apache2 speed up
How to Optimize Loops
How to Fix Performan...
How to Understand Pe...
Hide email address from spammer harvesters

Hide email address from spammer harvesters

When you need to show some email on your web page you need to protect it from spammer email harvesters. Don't list your email easy for any e-mail harvester program to find, and then include it to some spamming list.
There are some tricks to hide your email and show it smart to your custommers.



1. youraddress[at]yourhost.com - The result: youraddress[at]yourhost.com

2. youraddress & # 6 4 ; yourhost.com - The result: youraddress@yourhost.com          

3. JavaScript hide email from spammer
<script language="JavaScript" type="text/javascript">
    <!--      
    var myemail   = "youraddress" 
    var emailHost = "yourhost.com" 
    var showthat  = email + "& # 6 4 ;" + emailHost
    document.write("<a href=" + "mail" + "to:" + myemail + "@" + emailHost+ ">" + showthat + "</a>" + ".") 
    //--> 
     </script>


Posted by zdravko on April 27 2007 21:16:57 1796 Reads · Print
Ratings
Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Member Poll
Which PHP framework do you preffer?

Symfony

Zend

PHPDevShell

PHP on TRAX

eZ Components

Fusebox

PhpOpenbiz

Prado

QPHP

Seagull

You must login to vote.
Shoutbox
You must login to post a message.

No messages have been posted.
manual submit | PHP Obfuscator
Copyright © 2010 - www.webtoolbag.com