geetest | Geetest For ThinkPHP5.1 | REST library
kandi X-RAY | geetest Summary
kandi X-RAY | geetest Summary
Geetest For ThinkPHP5.1
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of geetest
geetest Key Features
geetest Examples and Code Snippets
//key配置
//路径 config/config.php
'geetest'=> [
'captcha_id' =>'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'private_key'=>'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
],
$data = Request::param(); //传入请求数据
if(!geetest_check($data)){
//验证失败
return json()->data(false)->code(403);
}
Community Discussions
Trending Discussions on geetest
QUESTION
I have a problem about python3_anticaptcha (api provided by anti-captcha.com), search on web, find support and try over a month but no luck.
I am doing a auto login on a website, and copy the api on anti-captcha's doc:
...ANSWER
Answered 2020-Feb-21 at 11:06It seems for me that those errors are because of proxy (if you use any) or just bad IP. Personally, I use another captcha service and I didn't have such problems with it. I advice you to try it, it's actually much easier: https://2captcha.com/2captcha-api#solving_geetest
You should send a request like this one:
What you need to archieve is to get correct answer from it, like this one:
{ "challenge":"1a2b3456cd67890e12345fab678901c2de", "validate":"09fe8d7c6ba54f32e1dcb0a9fedc8765", "seccode":"12fe3d4c56789ba01f2e345d6789c012|jordan" }
Then you just need to implement that answer on a site. Just read the first link I gave you.
Cheers.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install geetest
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page