Archive for April, 2010
PHP proxy check that also checks proxy that also checks it’s anonimity (using curl_multi)
Friday, April 16, 2010 16:04 11 CommentsBased on the requests from some others, they wanted a script that not only checked for useful proxies but to see how anonymous they are. The first one you upload to some server, it rates the proxy based on the header information passed. 3 being highly anonymous to 1 being a transparent proxy.
<?php
//proxy levels
//Level 3 [...]
PHP proxy checker using curl_multi
Thursday, April 15, 2010 15:31 4 CommentsBeen using a certain proxy finder lately, after lengthy testing you get lots of dead or not anonymous proxies. Testing these one by one with back to back curl calls is very time inefficient (testing 150 proxies even at 1 second a piece is going to take over 150 seconds). [...]





