Hi,
I have a php proxy scraper I've thrown together in a hurry. One thing I cannot get my head around...
I want to filter the check the proxies with the php proxyjudge, but don't know what to look for when passing proxies to it. Which of the following HTTP_ACCEPT, HTTP_ACCEPT_ENCODING, HTTP_KEEP_ALIVE, HTTP_USER_AGENT, REMOTE_ADDR, HTTP_CONNECTION do you look at to determine if a proxy is operational and anonymous and then write it to a text file to use in my browser?
The same way that Bleach does it but in a php script.
Bo