geetest | Geetest For ThinkPHP5.1 | REST library

 by   Huelse PHP Version: v1.0.1 License: MIT

kandi X-RAY | geetest Summary

kandi X-RAY | geetest Summary

geetest is a PHP library typically used in Web Services, REST applications. geetest has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Geetest For ThinkPHP5.1
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              geetest has a low active ecosystem.
              It has 8 star(s) with 2 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              geetest has no issues reported. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of geetest is v1.0.1

            kandi-Quality Quality

              geetest has no bugs reported.

            kandi-Security Security

              geetest has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              geetest is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              geetest releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of geetest
            Get all kandi verified functions for this library.

            geetest Key Features

            No Key Features are available at this moment for geetest.

            geetest Examples and Code Snippets

            使用,模板里的调用
            PHPdot img1Lines of Code : 86dot img1License : Permissive (MIT)
            copy iconCopy
            
            CSS样式参照demo.html的style样式48-144行
            
            
            
              
              
              
                
                  行为验证™ 安全组件加载中
                
                
                  
                    
                    
                    
                    
                  
                
              
              
            
            
            
            
            
            
            
            
              
            使用,参数配置
            PHPdot img2Lines of Code : 6dot img2License : Permissive (MIT)
            copy iconCopy
            //key配置
            //路径 config/config.php
            'geetest'=> [
                   'captcha_id' =>'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
                   'private_key'=>'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
                ],
              
            使用,控制器里验证
            PHPdot img3Lines of Code : 5dot img3License : Permissive (MIT)
            copy iconCopy
            $data = Request::param(); //传入请求数据
            if(!geetest_check($data)){
                //验证失败
                return json()->data(false)->code(403);
            }
              

            Community Discussions

            QUESTION

            Integrate GeeTestTask(python3_anticaptcha) with selenium in python3
            Asked 2020-Feb-21 at 11:06

            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.

            API doc: https://anticaptcha.atlassian.net/wiki/spaces/API/pages/416972814/GeeTestTaskProxyless+-+captcha+from+geetest.com+without+proxy

            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:06

            It 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:

            https://2captcha.com/in.php?key=1abc234de56fab7c89012d34e56fa7b8&method=geetest>=f1ab2cdefa3456789012345b6c78d90e&challenge=12345678abc90123d45678ef90123a456b&api_server=api-na.geetest.com&pageurl=https://www.example.com/page/

            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.

            Source https://stackoverflow.com/questions/60315430

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install geetest

            You can download it from GitHub.
            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

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/Huelse/geetest.git

          • CLI

            gh repo clone Huelse/geetest

          • sshUrl

            git@github.com:Huelse/geetest.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link