0% found this document useful (0 votes)
554 views2 pages

Proxy List Good Sources

This document is a webpage that provides a list of free HTTP proxies. It includes an introduction that the list contains approximately 2000 proxies from the last week. It also includes links to other proxy-related resources and a disclaimer that tested proxies can be purchased from their site. Below the introductory text is a list of proxies in an ASCII text format of random number, proxy server name, and port number.

Uploaded by

RAWER RAWRE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
554 views2 pages

Proxy List Good Sources

This document is a webpage that provides a list of free HTTP proxies. It includes an introduction that the list contains approximately 2000 proxies from the last week. It also includes links to other proxy-related resources and a disclaimer that tested proxies can be purchased from their site. Below the introductory text is a list of proxies in an ASCII text format of random number, proxy server name, and port number.

Uploaded by

RAWER RAWRE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<html>

<head>
<title>Free HTTP proxy list - the list of free HTTP(S) (and SOCKS) proxies</titl
e>
<meta name="title" content="Free proxy list">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<META name="language" content="English, Russian">
<meta name="author" content="Mikhed Alexander">
</head>
<body>
<h1 align="center">FREE HTTP PROXY LIST: the list of free HTTP(S) proxies</h1>
This is a free proxies list of last week (this fragment has approx. 2000 proxies
).<br>
<p><a href="http://www.freeproxy.ru/en/free_proxy/get.htm">back</a> to the free
proxy lists</p>
<p>
<a href="http://www.checker.freeproxy.ru/checker/" target="_blank">Hourly update
d <strong>free HTTP, HTTPS, SOCKS 4 and SOCKS 5 proxies lists.</strong></a>
</p>
<p><a href="http://www.freeproxy.ru/" target="_blank">http://www.FreeProxy.ru/</
a>
- this is site about proxies. Proxy FAQ, many free proxy lists, CGI proxy (ano
nymizers),
programs to work with proxy and many more.<br>
<a href="http://www.freeproxy.ru/en/free_proxy/faq/" title="detailed proxy FAQ
" target="_blank">http://www.freeproxy.ru/en/free_proxy/faq/</a>
- detailed FAQ about proxies</p>
<p>This is free version of free proxy list (unchecked proxies). Really tested
(checked) proxies you can buy at <a href="http://www.freeproxy.ru/" target="_b
lank">our
site</a>.<br>
For check this proxy list you can use our <a href="http://www.freeproxy.ru/en/
programs/index.htm" target="_blank"><b>Proxy
Checker</b></a>. You don't need any modifications - Proxy Checker can get prox
ies
from this list!</p>
<h2 align="center">Proxies list see below</h2>
<!-- HotLog -->
<script language="javascript">
hotlog_js="1.0";
hotlog_r=""+Math.random()+"&s=63210&im=31&r="+escape(document.referrer)+"&pg="+
escape(window.location.href);
document.cookie="hotlog=1; path=/"; hotlog_r+="&c="+(document.cookie?"Y":"N");
</script><script language="javascript1.1">
hotlog_js="1.1";hotlog_r+="&j="+(navigator.javaEnabled()?"Y":"N")</script>
<script language="javascript1.2">
hotlog_js="1.2";
hotlog_r+="&wh="+screen.width+'x'+screen.height+"&px="+
(((navigator.appName.substring(0,3)=="Mic"))?
screen.colorDepth:screen.pixelDepth)</script>
<script language="javascript1.3">hotlog_js="1.3"</script>
<script language="javascript">hotlog_r+="&js="+hotlog_js;
document.write("<a href='http://click.hotlog.ru/?63210' target='_top'><img "+
" src='http://hit4.hotlog.ru/cgi-bin/hotlog/count?"+

hotlog_r+"&' border=0 width=88 height=31 alt=HotLog></a>")</script>


<noscript><a href=http://click.hotlog.ru/?63210 target=_top><img
src="http://hit4.hotlog.ru/cgi-bin/hotlog/count?s=63210&im=31" border=0
width="88" height="31" alt="HotLog"></a></noscript>
<!-- /HotLog -->
<p>&nbsp;</p>

<!-- AD Banner - begin -->


<center>
<script language="JavaScript"> var loc = ''; </script>
<script language="JavaScript1.4">try{ var loc = escape(top.location.href); }catc
h(e){;}</script>
<script language="JavaScript">document.write("<sc"+"ript language='JavaScript' s
rc='http://ad.ir.ru/bb.cgi?cmd=ad&hreftarget=_blank&pubid=25308295&pg=1&r=js&ssi
=nofillers&vbn=2&num=1&w=468&h=60&&ref="+escape(document.referrer)+"&loc="+loc+"
&nocache="+Math.round(Math.random()*999111)+"'>\n</sc"+"ript>");</script>
<br></center>
<center><FONT SIZE=1><A HREF="http://go.ir.ru/enter.phtml" target=_blank> .
<!-- AD Banner - end -->

<pre>
<?
$filename = 'proxylist.prx';
$fp = fopen($filename,"r");
$str = fgets($fp,512);
echo "<b>" . $str . "</b><br>\n";
echo "format:\n&lt;random_number&gt; &lt;proxy_server_name&gt; : &lt;proxy_port
_number&gt;\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);
?>

You might also like