Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Other - Discussion
Author Message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6433

PostPosted: Wed Mar 10, 2010 11:18 pm Reply with quote

Any thoughts on using a QR code like the one below as a captcha for mobile phone apps that are QR code enabled?

Image

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
djmaze
Subject Matter Expert



Joined: May 15, 2004
Posts: 727
Location: http://tinyurl.com/5z8dmv

PostPosted: Thu Mar 11, 2010 6:10 am Reply with quote

Captcha fails, why not implement smarter post detection and get rid of captcha?

I can prove smart ways reduce spam for 99.9% and that is without captcha!

_________________
$ mount /dev/spoon /eat/fun auto,overclock 0 1
ERROR: there is no spoon [ Only registered users can see links on this board! Get registered or login! ] 
View user's profile Send private message Visit poster's website
kguske







PostPosted: Thu Mar 11, 2010 8:58 am Reply with quote

Agreed. I was discussing this with someone who wrote a PHP QR code generator, and he pointed out that the QR code could easily be detected by bots.

Please tell us more about your smart ways to reduce spam...
 
djmaze







PostPosted: Thu Mar 11, 2010 1:14 pm Reply with quote

Here's a simple one:

Code:
$ua_id = md5($_SERVER['HTTP_USER_AGENT']);

if ($_SESSION['UA_ID'] !== $ua_id) {
    exit('POST not allowed');
}


And a harder one:

Code:
if (preg_match_all('#<[^>]+>#s', $msg)

 || 1 < preg_match_all('#http://#i', $msg)
 || preg_match_all('#viagra|cialis|pfizer#i', $msg))
{
    exit('not allowed');
}
 
wHiTeHaT
Life Cycles Becoming CPU Cycles



Joined: Jul 18, 2004
Posts: 579

PostPosted: Thu Mar 11, 2010 2:42 pm Reply with quote

a news headline captcha:

Grab a (free)feed from another website , take it's news headline.
Let the visitor read it and type the headline into the validation field.

It will result in a big big visitation of bots to these website's , and the net to the used ip adresses becomes smaller and smaller.it takes time but i think that is the most effective way to exclude unwanted bots.unifying is the key.


ofcourse there can be other variations in association with another website.
The news headline is just on of it.
 
View user's profile Send private message Send e-mail
kguske







PostPosted: Thu Mar 11, 2010 4:51 pm Reply with quote

Oh, I thought you might be referring to something like Akismet (which Guardian has done some work on and is included in our Lust Factors.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Other - Discussion

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©