xavierlucio Posted November 13, 2019 Posted November 13, 2019 Okay I need to re open a topic because some moderator just locked my topic when It was not about what he thought. He reads this : "I need to show captcha code on my GUY so my users can solve it manually by their own to make login to their accounts", but he underestands: "I need a kiddi hack script to automate captcha codes and hack the world". Okay, now serious I have an autoit login program, a simple GUI with username and passwords inputs. My database is hosted in Hostinger and they installed a cloudfare 2 days ago. Before this login had no problem but since they installed cloudflare, my login has nothing coded about show a captcha when requested and so when Hostinger cloudfare asks for captcha I have no way to show it to my users and they cannot solve it manually, so they get error and cannot make login. I need a way to show that captcha in my GUI so they can solve it and login to their respective accounts. (did i say automate captcha script hack? because its not) My login.au3 makes httprequest with : Local $data, $request $data = 'username=' & urlEncode($username) $data &= '&password=' & urlEncode($password) $request = _httpRequest($ENDPOINT_LOGIN, 'POST', $data) ; ENDPOINT = db server Local $json = Json_Decode($request[2]) Local $success = true ;Json_Get($json, '["success"]') If $success Then Global $loggedin = true httprequests don't reach the server because of the captcha is not showing in the GUI so none can solve it and they cannot login. Yes, I am the owner of all this, webserver, DBserver and auto it login.au3 script. I hope I explained better myself: NO AUTO CAPTCHA. MY USERS MUST MANUALLY SOLVE THE CAPTCHA GAME IN MUY GUI. how can i show the captcha in my gui? (no auto captcha, i need to remark in case..) Thank you very much!
Developers Jos Posted November 13, 2019 Developers Posted November 13, 2019 (edited) 7 hours ago, xavierlucio said: He reads this : "I need to show captcha code on my GUY so my users can solve it manually by their own to make login to their accounts", but he underestands: "I need a kiddi hack script to automate captcha codes and hack the world". This is an assumption, but a fact is you are in violation with the rules again which clearly state not to recreate an thread on a closed topic! 7 hours ago, xavierlucio said: Before this login had no problem but since they installed cloudflare, my login has nothing coded about show a captcha when requested and so when Hostinger cloudfare asks for captcha I have no way to show it to my users and they cannot solve it manually, so they get error and cannot make login. I need a way to show that captcha in my GUI so they can solve it and login to their respective accounts. (did i say automate captcha script hack? because its not) Go to your hosting partner to get it resolved but we will not allow any captcha discussions here. Last warning. Jos Edited November 13, 2019 by Jos fixed "phone keyboard typo's" SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Moderators JLogan3o13 Posted November 13, 2019 Moderators Posted November 13, 2019 @xavierlucio As I stated in the PM, I would have been happy to discuss with you. But being impatient and trying to circumvent a Mod's decision means discussion over; both threads stay locked. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts