GithubHelp home page GithubHelp logo

fastproxychecker's People

Contributors

samuel-allan avatar timopomer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fastproxychecker's Issues

Combine ip and port in the request

Hello,
why not making the request that way, this would be easier to handle :
checker.php?ip=1.1.175.47:8080&timeout=10
instead of
checker.php?ip=1.1.175.47&port=8080&timeout=10

Or maybe you can just add the possibility with a new variable $_GET["ipport"], that way you can support both methods :
checker.php?ipport=1.1.175.47:8080&timeout=10
checker.php?ip=1.1.175.47&port=8080&timeout=10

Updates

The site of u request have limit of request and show this message
Access Denied (CF1). Scripted access not permitted. Please contact [email protected].

I altered u script, and improvede it.
Sorry for my inglish, i speak portuguese.

"Child process * exited with status 255"

Hello,

Initially I was encountering an issue with the number of open sockets on lists with 1,000+ proxies.

I fixed this by wrapping the following into chunks:

    $results[] = multiRequest($data);

Like so:

    $data = array_chunk($data,25);
    foreach ($data as $data) {
        $results[] = multiRequest($data);
    }
    $results = array_unique(call_user_func_array('array_merge', $results));

The above would limit multiRequest to 25 concurrent requests. I would suggest adding this to master.

The persistent issue I am now seeing in the Apache logs is this:
"Parent: child process * exited with status 255 -- Restarting."

As per this thread, I tried adding this to httpd.conf to no avail:

    <IfModule mpm_winnt_module>
        ThreadStackSize 8888888
    </IfModule>

Can we add something to skip the proxy when its child process exits?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.