nemoku Posted December 24, 2009 Share Posted December 24, 2009 I have problem, need php code who'll recognitia captcha.. Captcha looks - http://w29.one.lt/captcha/?tkn=1645 Hapy holiday. Link to comment Share on other sites More sharing options...
nemoku Posted December 24, 2009 Author Share Posted December 24, 2009 i found this, but dunno how to use.. :s http://www.phpclasses.org/browse/package/2874.html Link to comment Share on other sites More sharing options...
ChemicalBliss Posted December 24, 2009 Share Posted December 24, 2009 Are you trying to flood a website? Why would you want this, maybe we can provide you a more suitable solution. -CB- Link to comment Share on other sites More sharing options...
nemoku Posted December 24, 2009 Author Share Posted December 24, 2009 It's for one script.. Captcha is only few digits numbers... Like - It need to write: 35714 Link to comment Share on other sites More sharing options...
Buddski Posted December 24, 2009 Share Posted December 24, 2009 Captcha's are there for a reason.. Writing a code to automate it kinda feels wrong to me.. The class you found requires it to learn words etc.. It was designed for reading scanned documents etc.. I am pretty sure getting it to read something a human may struggle with is going to take ALOT of work. Link to comment Share on other sites More sharing options...
nemoku Posted December 24, 2009 Author Share Posted December 24, 2009 So what now? Link to comment Share on other sites More sharing options...
Buddski Posted December 24, 2009 Share Posted December 24, 2009 Well, tell us what you want to do with it.. and as ChemicalBliss said perhaps we can find a better solution for you.. Link to comment Share on other sites More sharing options...
oni-kun Posted December 24, 2009 Share Posted December 24, 2009 So what now? That sort of captcha will require a hundred thousand line OCR, preferrably in C++ to filter through. Doubt you'd want to do that now would you? Link to comment Share on other sites More sharing options...
nemoku Posted December 24, 2009 Author Share Posted December 24, 2009 I want send alot of message to user, but after 60 messages it need to enter captcha.. Link to comment Share on other sites More sharing options...
Buddski Posted December 24, 2009 Share Posted December 24, 2009 To 1 user or to many users? And are these users yours? And what is asking you to enter a captcha after 60 have been sent? If its a script you have on your server why dont you just remove the limiter? Link to comment Share on other sites More sharing options...
nemoku Posted December 24, 2009 Author Share Posted December 24, 2009 Script isn't on my own server.. Link to comment Share on other sites More sharing options...
Buddski Posted December 24, 2009 Share Posted December 24, 2009 So basically you want to bypass a captcha to send a WHOLE heap of messages to people using a system that is hosted on another site?.. I think youll find it hard to find somebody to help you with that.. Link to comment Share on other sites More sharing options...
Adam Posted December 24, 2009 Share Posted December 24, 2009 They call that "SPAMMING" buddy! Don't you think if it was as easy modifying / using a class you've found through Google to bypass a captcha image, they'd be pretty pointless? Link to comment Share on other sites More sharing options...
oni-kun Posted December 24, 2009 Share Posted December 24, 2009 This is like one of those "For a homework assignment, my computer security studies teacher wants me to be able to get into admin without pass" , It in turn, Being a 14 yearold boy who went to youtube too much. Tsk. Link to comment Share on other sites More sharing options...
nemoku Posted January 2, 2010 Author Share Posted January 2, 2010 Pls help :/ Link to comment Share on other sites More sharing options...
Mchl Posted January 2, 2010 Share Posted January 2, 2010 That sort of captcha will require a hundred thousand line OCR, preferrably in C++ to filter through. Doubt you'd want to do that now would you? Actually this one requires a simple median filter to remove the high frequency background noise. Then just compare what's left to stored images of 10 digits. I think PHP could handle this. Link to comment Share on other sites More sharing options...
Daniel0 Posted January 2, 2010 Share Posted January 2, 2010 If there is a CAPTCHA, it's because they don't want your script to make requests. Locked. Link to comment Share on other sites More sharing options...
Recommended Posts