obfuscatr - 1.1.0email address obfuscator |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Works Great! - Version: 1.1.0, 1/26/2008 12:00AM PST
(1 of 1 users found this comment useful)
mi3keyIf the person reading your webpage has java disabled, they see a blank space where your address should be. But less than 1% of my visitors have java turned off, so this isn't a problem.
I use it, I like it, and I recommend it. It's simple, easy to use, it works really well, and it's free!
Waste of space! 



- Version: 1.1.0, 1/24/2008 12:00AM PST
(1 of 3 users found this comment useful)
grh-svoIt is unwise to put a regular email on a web site. An unsuspecting user might put this in the HTML code of a web site:
<a href="mailto:sales@website.com?subject=General mail">email us</a>
Try viewing that in your web browser and you will see what happens. You will generate an email addressed to sales@website.com with "General mail" in the subject line.
The problem is that spammers send robots out searching for email addresses to add to their mailing lists. Within hours, your email address will be added.
The solution is to use ASCII codes in the HTML to disguise the address. If you go to (for example) <http://www.wbwip.com/wbw/emailencoder.html> and enter the above email address, the following will be generated automatically for you:
sales@website.com
which you put in place of the regular email address.
Your HTML code now looks like this
<a href="mailto: sales@website.com?subject=General mail">email us</a>
and everyone's browser will still perform as intended but your address will be invisible to spammer assholes..
By contrast, this useless little widget will generate something totally unhelpful when you enter the email address as required. The output looks like this
<script type="text/javascript">eval(unescape("%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%27%3c%61%20%68%72%65%66%3d%22%6d%61%69%6c%74%6f%3a%73%61%6c%65%73%40%77%65%62%73%69%74%65%2e%63%6f%6d%22%3e%73%61%6c%65%73%40%77%65%62%73%69%74%65%2e%63%6f%6d%3c%2f%61%3e%27%29%3b"));</script>
which, when put into a web page, achieves nothing! People will laugh and you will get no mail.
Most Recent Replies: View All 1 Replies
- Re: Waste of space!
If the person reading your webpage has java disabled, they see a blank space where your address should be. But less than 1% of my visitors have java turned off, so this isn't a problem.
I use it, I like it, and I recommend it. It's simple, easy to use, it works really well, and it's free!