|
Posted by dszady on 01/03/06 05:03
Philip Ronan wrote:
> In article <D_fuf.22259$mn1.9106@newsfe7-win.ntli.net>,
> "Ron O'Brien" <castcall@ntlworld.com> wrote:
>
>
>>Some weks ago I posted a mesage asking if anyone new of any code that would
>>prevent email reapers gathering email addresses off websites.
>>
>>Well, the answers I got were all to the negative, and I got a few private
>>emails asking for the answer if I found one
>>
>>Well, here is an answer, email encoding! go to:
>>http://www.wbwip.com/wbw/emailencoder.html -it works
>
>
> Scripts that can crack these encoded addresses are simple to write and
> widely available. Here's a post from 3 years ago on the issue:
> <http://groups.google.co.uk/group/alt.www.webmaster/msg/25c7f460877f7816>
>
> You basically have three options:
>
> 1. Use a Javascript scrambler, preferably one that does something a bit
> more sophisticated than a simple document.write() instruction. Here's
> one I made: <http://freespace.virgin.net/phil.ronan/scramble.html>
>
> 2. Use a submit button to send a POST request to a server script that
> sends back a redirect header to mailto:your-address@example.com
>
> 3. Just use a feedback form and don't publish your email address
> anywhere.
>
You little fools. Not everyone can click on an email addy and the email
client pops up.
A little css for fools:
/* THIS IS FOR HIDING AN EMAIL ADDRESS FROM SPAMBOTS */
.backwards {
color: #9a9a9a; optional
background-color: #fff; optional
unicode-bidi:bidi-override;
direction: rtl;
}
It's good to be King. (mandatory)
--
°¿° dszady; a.k.a. Daryl A. Szady
Linux registered user: 347957
Machine: 240627
Navigation:
[Reply to this message]
|