|
FREE HTTP PROXY LIST: the list of free HTTP(S) proxies
This is a free proxies list of last week (this fragment has approx. 2000 proxies).back to the free proxy lists
Hourly updated free HTTP, HTTPS, SOCKS 4 and SOCKS 5 proxies lists.
http://www.FreeProxy.ru/
- this is site about proxies. Proxy FAQ, many free proxy lists, CGI proxy (anonymizers),
programs to work with proxy and many more.
http://www.freeproxy.ru/en/free_proxy/faq/
- detailed FAQ about proxies
This is free version of free proxy list (unchecked proxies). Really tested
(checked) proxies you can buy at our
site.
For check this proxy list you can use our Proxy
Checker. You don't need any modifications - Proxy Checker can get proxies
from this list!
Proxies list see below
$filename = 'proxylist.prx'; $fp = fopen($filename,"r"); $str = fgets($fp,512); echo "" . $str . "
\n"; echo "format:\n<random_number> <proxy_server_name> : <proxy_port_number>\n\n"; while(feof($fp) == false) { $str = fgets($fp,512); srand(); $i=1; while($i<=5) { echo rand(1,100); $i = rand(1,10); } echo " $str"; } fclose($fp); // include($filename); ?>