DTP


 
Lively discussions on the graphic arts and publishing — in print or on the web


Go Back   Desktop Publishing Forum > General Discussions > Web Site Building & Maintenance

Reply
 
Thread Tools Display Modes
Old 01-06-2008, 08:25 AM   #1
Mike
Staff
 
Mike's Avatar
 
Join Date: Oct 2004
Location: Llanwrtyd Wells
Posts: 1,450
Default Hiding email addresses

Until recently I had a bit of code that would display my email address on a webpage while obscuring it from robots etc. Now I want to use it I can't find it.

1. Can anyone recommend a method?

2. Are these methods any good or are spammers and their robots savvy enough to decode them anyway?

   
__________________
Mike

www.welshframing.com
Mike is offline   Reply With Quote
Old 01-06-2008, 09:00 AM   #2
iamback
Member
 
iamback's Avatar
 
Join Date: Oct 2005
Location: Amsterdam, NL
Posts: 4,894
Default

There are at least two threads already on this forum about this... try searching for "obfuscation".

   
__________________
Marjolein Katsma
Look through my eyes on Cultural Surfaces (soon!), My ArtFlakes shop and Flickr.
Occasionally I am also connecting online dots... and sometimes you can follow me on Marjolein's Travel Blog
iamback is offline   Reply With Quote
Old 01-06-2008, 09:25 AM   #3
ktinkel
Founding Sysop
 
ktinkel's Avatar
 
Join Date: Oct 2004
Location: In Connecticut, on the Housatonic River near its mouth at Long Island Sound.
Posts: 11,187
Default

Quote:
Originally Posted by Mike View Post
Until recently I had a bit of code that would display my email address on a webpage while obscuring it from robots etc. Now I want to use it I can't find it.

1. Can anyone recommend a method?

2. Are these methods any good or are spammers and their robots savvy enough to decode them anyway?
See the discussion in these threads:

Obfuscating e-mail addresses

E-mail obfuscation again

   
__________________
[SIZE=2][COLOR=LemonChiffon]::[/COLOR][/SIZE]
[SIGPIC][/SIGPIC]
ktinkel is offline   Reply With Quote
Old 01-07-2008, 02:02 AM   #4
Mike
Staff
 
Mike's Avatar
 
Join Date: Oct 2004
Location: Llanwrtyd Wells
Posts: 1,450
Default

Thanks. I did mean to search for those threads since that's where I got the idea from. Somehow it completely slipped my mind by the time I'd arrived at the forum.

Old age does have some disadvantages but they're not outweighed by the advantage of being able to watch repeats on TV as if they are new every time.

   
__________________
Mike

www.welshframing.com
Mike is offline   Reply With Quote
Old 01-07-2008, 06:39 AM   #5
ktinkel
Founding Sysop
 
ktinkel's Avatar
 
Join Date: Oct 2004
Location: In Connecticut, on the Housatonic River near its mouth at Long Island Sound.
Posts: 11,187
Default

Quote:
Originally Posted by Mike View Post
Old age does have some disadvantages but they're not outweighed by the advantage of being able to watch repeats on TV as if they are new every time.
I know exactly what you mean!

   
__________________
[SIZE=2][COLOR=LemonChiffon]::[/COLOR][/SIZE]
[SIGPIC][/SIGPIC]
ktinkel is offline   Reply With Quote
Old 03-27-2011, 07:35 PM   #6
curveto
Member
 
curveto's Avatar
 
Join Date: Feb 2005
Location: some room with white padded walls ... now surrounded by Saguaro Cacti
Posts: 352
Default

Not sure about the code you refer to but what you want to do would be easy if you just presented your email as a .png (image). Most bots aren't going decompose that.

How about this...

A .png that employs alpha to be transparent for all pixels of the image except the glyphs. Then make a CSS class that refers to this file as a background-image. Then, if you want to hide it behind some challenge (to limit exposure to "human decoders") use some JavaScript to change the background or display property (during hover or something more grandiose).

The only way to truly hide your address and yet converse is to employ client forms that users can use to compose an email and then post that form whereupon your server repackages things (and mails them from a well know smtp ... something you don't get when the client is doing the mailing)
or doesn't mail the material at all. Rather, pumps it into a databse or something.

Last edited by curveto; 03-27-2011 at 07:51 PM.
curveto is offline   Reply With Quote
Old 03-27-2011, 07:53 PM   #7
curveto
Member
 
curveto's Avatar
 
Join Date: Feb 2005
Location: some room with white padded walls ... now surrounded by Saguaro Cacti
Posts: 352
Default

...but use appropriate big system development for that last mechanism because its very existence opens new doors for far worse exploits of your web system (sql injection is the obvious thought).

If you wanted to be super cute, the original .png could be used to compose a bunch of "glyph sprites" (out of order in the .png itself) and then use some nifty bits to say, create a stack of blocks that animate / self-assemble (over time) into an address (visualizing a pyramid of kids blocks that rearrange themselves/fall into position). Pixar would be proud!
curveto is offline   Reply With Quote
Old 03-29-2011, 03:00 AM   #8
donmcc
Member
 
Join Date: Feb 2005
Location: Sarnia, Canada
Posts: 1,122
Default

> would be easy if you just presented your email as a .png (image). Most bots aren't going decompose that.

I guessing that some can. That is why when you create a Google account, or the like, you have to type in some letters that are all twisty and in different fonts. The spammers have figured out how to read legible graphics.
donmcc is offline   Reply With Quote
Old 03-29-2011, 05:45 AM   #9
Steve Rindsberg
Staff
 
Join Date: Nov 2004
Posts: 7,707
Default

Quote:
Originally Posted by donmcc View Post
> would be easy if you just presented your email as a .png (image). Most bots aren't going decompose that.

I guessing that some can. That is why when you create a Google account, or the like, you have to type in some letters that are all twisty and in different fonts. The spammers have figured out how to read legible graphics.
That's why I especially like the idea of building the thing out of a series of images, presented out of order.

It might be even more fun to sprinkle a few legitimate urls and email addresses on the page. Like those provided here:

http://www.projecthoneypot.org/faq.php

   
__________________
Steve Rindsberg
====================
www.pptfaq.com
www.pptools.com
and stuff
Steve Rindsberg is offline   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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Underscore in Email Addresses dthomsen8 Web Site Building & Maintenance 7 02-19-2010 02:46 AM
Thunderbird Email dthomsen8 Software 35 08-31-2007 02:58 PM
Confirming Email Addresses dthomsen8 Web Site Building & Maintenance 5 06-14-2007 02:59 AM
Obfuscating e-mail addresses iamback Web Site Building & Maintenance 37 02-24-2007 12:53 PM
Hiding stuff from non-MSIE browsers ktinkel Web Site Building & Maintenance 0 06-12-2005 08:21 AM


All times are GMT -8. The time now is 04:00 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2023, vBulletin Solutions, Inc.
Contents copyright 2004–2019 Desktop Publishing Forum and its members.