Re: [PHP] echo text - anti-spam-spider measure



On Wed, February 28, 2007 1:20 am, Stut wrote:
Of all the possible methods, entities are the easiest for bots to
handle. They just need to decode the entities.

More reliable methods involve using javascript to write out the
mailto:
tag. Do it in several statements. But even then, some of the smarter
spiders will execute simple javascript like that. You can make it
better
by using onload to execute the javascript which means the spider will
need to implement that, which I don't believe they do at the moment.

Of course the best way is to use an image and don't link it. If it's
just a way for visitors to contact you, use a contact form. You don't
expose the email address and can control it a lot better.

I'm no expert, but as far as I can tell from my readings on this
subject, the reality is that spammers just don't bother to harvest
them.

Ongoing studies, older studies, newer studies.

Everybody knows that the spammers *could* decode HEX or even the JS
fairly trivially, but they don't.

There are many theories [*] as to why that is, but the empirical
evidence is that the obfuscation is very effective at reducing spam
dramatically, no matter how silly that seems.

* Maybe it's too much low hanging fruit. Maybe they don't want to
risk hitting honey-pot emails. Maybe anybody smart enough to
obfustcate is too smart to fall for the stupid spam anyway. ...

--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?
.



Relevant Pages

  • Re: Decoding html pages
    ... just one method for javascript: ... (I am not fully understand how it works and it requires a few dummy js files for few javascripts) ... "Gregor Kofler" wrote in message ... it is still possible to decode it. ...
    (comp.lang.javascript)
  • Re: Passing base64 encoded string from C# to javascript
    ... > -I am trying to decode the encoded text to get the orginial text. ... > -the problem is that instead of hebrew characters i see other ... How is decoding made using JavaScript? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: [PHP] echo text - anti-spam-spider measure
    ... Has %HEX, &#entity;, and even a entity version of the hex! ... > spiders will execute simple javascript like that. ... Everybody knows that the spammers *could* decode HEX or even the JS ... evidence is that the obfuscation is very effective at reducing spam ...
    (php.general)
  • Re: post request + read resulting data
    ... Chris Smith wrote: ... You probably need to decode that and figure ... I think the JavaScript doesn't affect the form. ... A friend of mine asked me to do this for him, ...
    (comp.lang.java.programmer)
  • how to decode?
    ... greetings, attach below are javascripts, if you notice there is a keyword called escape which encodes the entire file and pass onto another fill to be decoded. ... the problem that i'm facing is that it wont decode the value pss in from javascript. ...
    (microsoft.public.dotnet.framework.aspnet)