Habilis 119 Posted July 2, 2016 (edited) Hello, It's me again, I've been doing some stuff lately and decided to share this thing A bot captcha Written in PHP It uses a set of 16 pictures I've used PHP's GD library to generate the picture of items to click (grey set of 3 images to the right) So, the challenge, really, is to click three images matching ones in the model. Obviously, images appearing in the model and the order of images to chose from are random. Obviously, chosen images disappear. Once test passed or failed you will be shown the result.... Edited July 4, 2016 by Habilis 2 bWolfie and Legend reacted to this Quote Share this post Link to post Share on other sites
bWolfie 138 Posted July 3, 2016 No love yet? Well done! Very nice a great bit of interaction. Love it. 1 Habilis reacted to this Quote Share this post Link to post Share on other sites
Habilis 119 Posted July 3, 2016 (edited) Under appreciated because Gurus think this captcha is vulnnerable, since the only methods I've used are - Items to click is a plain image generated by gd - GreyScale filter is applied to that image Anyhow, picture to the right is generated by code and I have full control over it. Should there be written a bot able to compare images and bypass this captcha, I can add some random semitransparent text over generated image, some random pixels etc... I really wanted this captcha to be fun to do, rather than - some text to enter ( boring, annoying) - logical problrm to solve ( might be a problem if the language problem is written on, is not the persons first language...) Edited July 4, 2016 by Habilis Quote Share this post Link to post Share on other sites
Mystery 594 Posted July 3, 2016 That's pretty neat. Good work. Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted July 3, 2016 Captcha is nice, and new design, I haven't seen any RO server using RO related captcha yet. Quote Share this post Link to post Share on other sites