http://blog.lukeblackamore.com/2009/10/sexy-captcha-new-drag-and-drop-ca...

some one indicated:
--------------------------------------------------------------
it can be sexy, and whatever, but it just wont stop anybody, who want to avoid this captcha.
here is the solver:

var res=document.querySelector(".targetWrapper .target").style["background-position"].match(/\d+/);
[].map.call(document.querySelectorAll(".draggable"),function(a){
if(a.style["background-position"].match(/\d+/)[0]==res){
return document.querySelector(".captchaAnswer").value=a.id
}
});

-------------------------------------------------------------------

I tested, this bug is true, please provide some idea if you happened to visit here.

Comments

rogical’s picture

Status: Active » Fixed

fixed in the latest codes.

rogical’s picture

Status: Fixed » Closed (fixed)