View Single Post
  #1 (permalink)  
Old 08-01-2007, 05:16 AM
beatniak's Avatar
beatniak beatniak is offline
Pligg Donor
 
Join Date: Apr 2006
Location: NL - 52.100863;5.108356
Posts: 197
You know the Pligg captcha that's verifying if people are actually human?

Well, a simple software program can "see" what that code is on the captcha in about one second: BotMaster.Net: captcha breaking, automatic recognition of pictocodes (human verification)

Why not ditch the captcha and protect pligg with something like CSS?

Fighting Spam with CSS
Quote:
Originally Posted by FTA
The idea here is setting up a form with a text field and via CSS making it invisible. Then, if a post is sent to a php script handling the request and that text box has information in it, that means a human didn’t fill it out, and the script is simply aborted.
Reply With Quote