<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Pro Proxier</title>
	
	<link>http://www.proproxier.com</link>
	<description>Pro's Tips to Make Money from Web Proxy Business</description>
	<lastBuildDate>Mon, 05 Oct 2009 21:04:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ProProxier" /><feedburner:info uri="proproxier" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Pro's Tips to Make Money from Web Proxy Business</itunes:subtitle><feedburner:emailServiceId>ProProxier</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>The Secretes of HTTPS Proxies</title>
		<link>http://feedproxy.google.com/~r/ProProxier/~3/kwtkmdSsTjw/</link>
		<comments>http://www.proproxier.com/article/https-proxies/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 02:13:41 +0000</pubDate>
		<dc:creator>ProProxier</dc:creator>
				<category><![CDATA[Proxy 101]]></category>
		<category><![CDATA[Proxy Building]]></category>
		<category><![CDATA[HTTPS Proxies]]></category>
		<category><![CDATA[HTTPS Proxy Server]]></category>
		<category><![CDATA[Secure Proxy Server]]></category>
		<category><![CDATA[SSL Proxy]]></category>

		<guid isPermaLink="false">http://www.proproxier.com/?p=1389</guid>
		<description><![CDATA[Among thousands of public proxy servers, there are some special ones called HTTPS Proxies. They are built by the same proxy scripts as others but much harder to be blocked by firewalls. In this article, let&#8217;s find out the secrets of HTTPS proxy server and see how to build one by yourself.


HTTP vs. HTTPS
Most of [...]<p><a href="http://www.proproxier.com/article/https-proxies/">The Secretes of HTTPS Proxies</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Among thousands of public proxy servers, there are some special ones called <strong>HTTPS Proxies</strong>. They are built by the same proxy scripts as others but much harder to be blocked by firewalls. In this article, let&#8217;s find out the secrets of HTTPS proxy server and see how to build one by yourself.</p>
<p><span id="more-1389"></span></p>
<p><img src="/wp-content/images/https.jpg" /></p>
<h3>HTTP vs. HTTPS</h3>
<p>Most of websites, by default, are HTTP based. For example, when you type www.youtube.com into your browser, it will be converted to http://www.youtube.com. However, HTTP(Hypertext Transfer Protocol) is an insecure method to exchange data on Internet. A third party program could easily intercept a HTTP message.</p>
<p>On the other hand, the letter &#8220;S&#8221; in HTTPS means secure. It overcomes the shortcoming of HTTP and provides a much safer way to communicate online. Basically, HTTPS uses a pair of Public and Private Keys to encrypt all messages passing through Internet. Thus, it protects those sensitive data such as password, credit card number, and personal address.</p>
<p>To tell whether a site is running on HTTPS mode, you can look at its URL. It should start with &#8220;https://&#8221; rather than &#8220;http://&#8221;.</p>
<h3>Why Use HTTPS Proxy Server</h3>
<p>Normally, HTTPS are used by Banks, Governments, or Online Shopping Sites. But why do you need it for a web proxy? This is because HTTPS makes it difficult to be blocked.</p>
<p>A typical firewall filter detects your Internet request through URL patterns and content ratings. If you use HTTP, the censor program will easily get the information such as the site you visit and the page you look at. Then, based on the keywords or site categories, it may reject anything on its blacklist, such as Social Networking or Known Proxy Sites.</p>
<p>On the contrary, when you use HTTPS proxies, because of encryption, it is hard for the network filter to read the content of your request. As a result, your chance of bypassing firewall is greatly increased. Moreover, HTTPS is running on a different port (port:443) from that used by HTTP (port:80). Many filter programs may not monitor HTTPS port at all.</p>
<h3>How to Build Secure Proxy Server</h3>
<p>For proxy business owners, providing HTTPS proxies may give you certain competitive edge. Your sites will not only stay longer but also attract people with security concerns.</p>
<p>In fact, it is neither hard nor expensive to build a secure proxy server. There are only two things you need:</p>
<ol>
<li><strong>Dedicated IP </strong> &#8211; a static IP address belongs to your proxy site only. You can normally get it for $1 per month.</li>
<li><strong>Dedicated SSL Certificate</strong> &#8211; this is a certificate signed by a trusted authority such as Equifax or VeriSign. Many hosting companies, such as <a title="1and1 Hosting" href="http://www.1and1.com/?k_id=19284111" target="_blank">1and1</a>, include a free SSL certificate in their VPS or Dedicated plans. For shared proxy hosting, you can <a title="Buy SSL Certificates from GoDaddy" href="http://www.jdoqocy.com/click-3534079-10378406" target="_blank">buy SSL certificates from GoDaddy</a> at very cheap price ($29.99 for single one, $89.99 for 5 domains).</li>
</ol>
<p>After that, you can simply install the certificate through your server control panel(e.g. Plesk). There are many <a title="Installing an SSL Certificate in Plesk" href="http://help.godaddy.com/article/5242" target="_blank">online tutorials</a> showing you how to do it step-by-step.</p>
<p><strong>In sum</strong>, enabling HTTPS on your proxy site makes it easier to bypass firewall filters. It also provides more security features to your visitors. In proxy business, if you want to be outstanding from other competitors, building your own HTTPS proxies is a good way to go.</p>
<p><strong><i>To find out more about proxy business, especially about how to become a Pro Proxier and make money, you can <a title="Subscribe ProProxier Newsletter" href="http://www.proproxier.com/subscribe">sign up for my newsletter here</a>.</i></strong></p>
<p><a href="http://www.proproxier.com/article/https-proxies/">The Secretes of HTTPS Proxies</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProProxier?a=kwtkmdSsTjw:gKTlWEQEWE4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=kwtkmdSsTjw:gKTlWEQEWE4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=kwtkmdSsTjw:gKTlWEQEWE4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=kwtkmdSsTjw:gKTlWEQEWE4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=kwtkmdSsTjw:gKTlWEQEWE4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=kwtkmdSsTjw:gKTlWEQEWE4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=kwtkmdSsTjw:gKTlWEQEWE4:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.proproxier.com/article/https-proxies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.proproxier.com/article/https-proxies/</feedburner:origLink></item>
		<item>
		<title>Public Proxies FAQs</title>
		<link>http://feedproxy.google.com/~r/ProProxier/~3/bo0-_6xezOc/</link>
		<comments>http://www.proproxier.com/article/public-proxies/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:42:40 +0000</pubDate>
		<dc:creator>ProProxier</dc:creator>
				<category><![CDATA[Proxy 101]]></category>
		<category><![CDATA[Free Web Proxy Server]]></category>
		<category><![CDATA[Open Proxy Server]]></category>
		<category><![CDATA[Public Proxies]]></category>
		<category><![CDATA[Public Proxies Faqs]]></category>

		<guid isPermaLink="false">http://www.proproxier.com/?p=1319</guid>
		<description><![CDATA[A comprehensive view of Public Proxies, such as, What are Public Proxies? Why Proxy? Why Public Proxies? Are Public Proxies Free? Where to Find Free Public Proxies? Are Public Proxies Safe to Use? How to Build Your Own Internet Proxy Server? Can You Make Money from Public Proxies? <p><a href="http://www.proproxier.com/article/public-proxies/">Public Proxies FAQs</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/images/faq.jpg" /></p>
<h3>What are Public Proxies?</h3>
<p>In a nutshell, public proxies are special websites that provide so-called &#8220;Proxy&#8221; function. You can treat &#8220;Proxy&#8221; as an agent or middleman of your Internet access. It sends the requests to the end server for you and passes the results back to you. </p>
<p>For more details, you can visit  <a title="What is Proxy" href="http://www.proproxier.com/article/what-is-proxy/" target="_blank">What is Proxy</a>.</p>
<p><span id="more-1319"></span></p>
<h3>Why Proxy?</h3>
<p>Why do you need a proxy as a middleman? Why don&#8217;t you visit a website directly? There are many reasons, such as:</p>
<ul>
<li>Bypass firewall to access blocked websites.</li>
<li>Make your IP address invisible to end server.</li>
<li>Reduce the waiting time of accessing certain websites.</li>
</ul>
<p>To find out more, you can take a look at <a title="Why Should You Bother About Proxy" href="http://www.proproxier.com/article/why-should-you-bother-about-proxy/" target="_blank">Why Should You Bother About Proxy</a>.</p>
<h3>Why Public Proxies?</h3>
<p>Traditionally, to get a proxy service, you have to install a software or adjust your browser settings. It might take you anywhere from half an hour to half a day. And the pain is, once your computer changes, you have to redo it from scratch.</p>
<p>On the contrary, public proxies offer you an easiest way to use proxy. No installation, no configuration, you simply visit a web proxy (e.g. <a title="web proxy site" href="https://2unblocksites.com" target="_blank">2UnblockSites.com</a>), type the site URL you want (e.g. Facebook.com) in its address form, and click a button. Everything is done!</p>
<h3>Do You Need to Pay for Public Proxies?</h3>
<p>The good news is many of public proxies are actually free to use. But you may expect to see some ad banners (or Pop-ups)  because those provide proxy owners some revenue to continually offer free proxy service.</p>
<p>On the other side, there are some so-called premium public proxies (e.g. <a title="Proxify.com" href="http://proxify.com/r/?s=1383" target="_blank">Proxify.com</a>). Usually you need to pay a membership fee. In return, you would see fewer or no advertisements and experience faster service.</p>
<p><img src="/wp-content/images/faqs.jpg" /></p>
<h3>Where to Find Free Public Proxies?</h3>
<p>There are many places you can get a list of free public proxy servers, for example:</p>
<ul>
<li>Proxy.org</li>
<li>Tech-Faq.com</li>
<li>Proxy Online Groups</li>
<li>Proxy Topsites</li>
<li>Search Engines</li>
</ul>
<p>For details, you can visit <a title=" How to Get Free Public Proxy Servers List" href="http://www.proproxier.com/article/how-to-get-free-public-proxy-servers-list/" target="_blank">How to Get Free Public Proxy Servers List</a>.</p>
<h3>Are Public Proxies Safe to Use?<a href="../article/why-should-you-bother-about-proxy/"></a></h3>
<p>It depends. Just like any other websites on Internet, public proxies may bring issues such as spyware, virus, or identification loss. To reduce the risks, you may want to:</p>
<ul>
<li>Only use the ones with complete Terms of Use, Privacy Policy, and Disclaimer.</li>
<li> Ignore sites with ugly layout, excessive ads, and distracting contents.</li>
<li> Avoid proxies from certain countries infamous for Internet crimes.</li>
</ul>
<p>In fact, the safest way to use public proxies is to use you own proxy site.</p>
<h3>How to Build Your Own Internet Proxy Server?</h3>
<p>It is actually very simple to do. You just need:</p>
<ol>
<li>Free Proxy Script</li>
<li>Domain Name</li>
<li>Proxy Hosting</li>
</ol>
<p>You can follow my step-by-step tutorial on <a title="How to Create Your Own Web Proxy Site" href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">How to Create You Own Web Proxy Site</a>.</p>
<h3>Can You Make Money from Public Proxies?</h3>
<p>Yes! Proxy is actually a big industry on Internet. As an experienced proxy business owner (Pro Proxier), you may expect to earn $500-$3,000/month. To find out more, you can check out <a title="Your Road Map to Successful Proxy Business" href="http://www.proproxier.com/article/your-road-map-to-successful-proxy-business/" target="_blank">Your Road Map to Successful Proxy Business</a>.</p>
<p><strong><i>To find out more about proxy business, especially about how to become a Pro Proxier and make money, you can <a title="Subscribe ProProxier Newsletter" href="http://www.proproxier.com/subscribe">sign up for my newsletter here</a>.</i></strong></p>
<p><a href="http://www.proproxier.com/article/public-proxies/">Public Proxies FAQs</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProProxier?a=bo0-_6xezOc:G2J6y9WXNCU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=bo0-_6xezOc:G2J6y9WXNCU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=bo0-_6xezOc:G2J6y9WXNCU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=bo0-_6xezOc:G2J6y9WXNCU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=bo0-_6xezOc:G2J6y9WXNCU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=bo0-_6xezOc:G2J6y9WXNCU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=bo0-_6xezOc:G2J6y9WXNCU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.proproxier.com/article/public-proxies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.proproxier.com/article/public-proxies/</feedburner:origLink></item>
		<item>
		<title>How to Get Free Public Proxy Servers List</title>
		<link>http://feedproxy.google.com/~r/ProProxier/~3/Ul-JLigIKWc/</link>
		<comments>http://www.proproxier.com/article/how-to-get-free-public-proxy-servers-list/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 19:54:40 +0000</pubDate>
		<dc:creator>ProProxier</dc:creator>
				<category><![CDATA[Proxy List]]></category>
		<category><![CDATA[Free Public Proxy Servers List]]></category>
		<category><![CDATA[Get Proxy]]></category>
		<category><![CDATA[List of Free Proxy]]></category>
		<category><![CDATA[Proxy Server Lists]]></category>
		<category><![CDATA[Public Proxy List]]></category>

		<guid isPermaLink="false">http://www.proproxier.com/?p=1222</guid>
		<description><![CDATA[Public proxy servers (or web proxy servers) act as an agent between your computer and the website you want to visit. In other words, they call the requested server on behalf of you and forward the response back to you.
There are many reasons why people want to use public proxy servers,  such as accessing [...]<p><a href="http://www.proproxier.com/article/how-to-get-free-public-proxy-servers-list/">How to Get Free Public Proxy Servers List</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Public proxy servers (or web proxy servers) act as an agent between your computer and the website you want to visit. In other words, they call the requested server on behalf of you and forward the response back to you.</p>
<p>There are many reasons why people want to use public proxy servers, <span id="more-1222"></span> such as accessing external websites, allowing anonymous web surfing, or speeding up Internet connection. For more details, you can visit my post on <a title="Why Should You Bother About Proxy" href="http://www.proproxier.com/article/why-should-you-bother-about-proxy/" target="_blank">Why Should You Bother About Proxy</a>.</p>
<p>The good news is many of public proxy servers are free. However, the life span of a proxy site is relatively short, it is often blocked quickly by some censor programs. Therefore, you may want to get a list of fresh proxies regularly.</p>
<p>How can you get a free public proxy list? You may check the following places:</p>
<p><img src="/wp-content/images/checklist.jpg" alt="" /></p>
<h3>Tech-Faq.com</h3>
<p>If you need some fresh proxies on the daily basis, <a title="Tech-Faq.com Proxy List" href="http://www.tech-faq.com/proxy.shtml?start=75" target="_blank">Tech-Faq.com</a> is the first place to go. It usually has 50-100 new proxy servers listed everyday. Plus it provides you some helpful information such as site speed, clicks, and age.</p>
<h3>Proxy.org</h3>
<p><a title="Proxy.org Free Web Proxier" href="http://proxy.org/cgi_proxies.shtml" target="_blank">Proxy.org</a> is often viewed as the flagship of proxy industry. It maintains a largest list of free public proxy servers. The total number is over 33,000. Moreover, you can even sort them by Country, Software, Hosting, or IP Address.</p>
<h3>Online Proxy Groups</h3>
<p>You can just search the keyword &#8220;Proxy&#8221; on <a title="Google Groups" href="http://groups.google.com/" target="_blank">Google Groups</a> or <a title="Yahoo Groups" href="http://groups.yahoo.com" target="_blank">Yahoo Groups</a>. It will return you plenty of groups that provide public proxy list. Then you may join one with big member base and frequent update, or choose to receive an daily email for fresh proxies.</p>
<h3>Social Networks</h3>
<p>Many proxy server owners use social networks to promote their sites. So you often find proxies listed on Facebook Group or MySpace Bulletin. Moreover, you can  <a title="New Proxy List on Twitter" href="http://twitter.com/newproxy" target="_blank">follow the daily new proxy list on Twitter</a>.</p>
<h3>Proxy Script Sites</h3>
<p>Most of public proxy servers are powered by free proxy scripts such as Glype or Zelune. On their websites, you can also get a list of free proxies. For example, you can <a title="Glype Proxy List" href="http://list.glype.com/" target="_blank">find Glype proxy sites here</a>.</p>
<h3>Proxy Topsites</h3>
<p>Proxy Topsites provide you a list of free web proxy sites ordered by visit counts.  This means the one with highest views will be listed on the top of the first page. Some popular proxy topsites are <a title="bestproxysite.com" href="http://www.bestproxysites.com/" target="_blank">BestProxySites.com</a>, <a title="proxytopsite.org" href="http://www.proxytopsite.org/" target="_blank">ProxyTopsite.org</a>, and <a title="VivifyU.com" href="http://vivifyu.com/" target="_blank">VivifyU.com</a>.</p>
<h3>Search Engines</h3>
<p>Last but not least, you can always find more lists of free proxy from search engines like Google, Yahoo, or Bing. The only catch is you may spend more time on differentiating good ones from the crowd.</p>
<p><strong>In conclusion</strong>, the above are several places for you to get a list of free public proxy servers. Give them a try then pick up the best ones for you.</p>
<p><i>To find out more about proxy business, especially about how to become a Pro Proxier and make money, you can <a title="Subscribe ProProxier Newsletter" href="http://www.proproxier.com/subscribe">sign up for my newsletter here</a>.</i></p>
<p><a href="http://www.proproxier.com/article/how-to-get-free-public-proxy-servers-list/">How to Get Free Public Proxy Servers List</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProProxier?a=Ul-JLigIKWc:zFX6AP2dNrI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=Ul-JLigIKWc:zFX6AP2dNrI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=Ul-JLigIKWc:zFX6AP2dNrI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=Ul-JLigIKWc:zFX6AP2dNrI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=Ul-JLigIKWc:zFX6AP2dNrI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=Ul-JLigIKWc:zFX6AP2dNrI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=Ul-JLigIKWc:zFX6AP2dNrI:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.proproxier.com/article/how-to-get-free-public-proxy-servers-list/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.proproxier.com/article/how-to-get-free-public-proxy-servers-list/</feedburner:origLink></item>
		<item>
		<title>Why Do You Need Dedicated IP for Your Proxy Hosting?</title>
		<link>http://feedproxy.google.com/~r/ProProxier/~3/9vQ4BUKJPEs/</link>
		<comments>http://www.proproxier.com/article/why-do-you-need-dedicated-ip-for-your-proxy-hosting/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:06:09 +0000</pubDate>
		<dc:creator>ProProxier</dc:creator>
				<category><![CDATA[Proxy Building]]></category>
		<category><![CDATA[Dedicated IP]]></category>
		<category><![CDATA[Proxy Hosting]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Why Dedicated IP]]></category>

		<guid isPermaLink="false">http://www.proproxier.com/?p=1182</guid>
		<description><![CDATA[What is Dedicated IP
An IP is the network address of a website on Internet. It looks like four groups of numbers separated by dot sign, such as 192.168.1.1. For proxy hosting, a dedicated IP means your proxy site owns that specific network address.


Why Dedicated IP
1. Independence
Under a shared hosting plan, one IP address may be [...]<p><a href="http://www.proproxier.com/article/why-do-you-need-dedicated-ip-for-your-proxy-hosting/">Why Do You Need Dedicated IP for Your Proxy Hosting?</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
]]></description>
			<content:encoded><![CDATA[<h3>What is Dedicated IP</h3>
<p>An IP is the network address of a website on Internet. It looks like four groups of numbers separated by dot sign, such as <i>192.168.1.1</i>. For proxy hosting, a dedicated IP means your proxy site owns that specific network address.<br />
<span id="more-1182"></span></p>
<p><img src="/wp-content/images/mappin.jpg" /></p>
<h3>Why Dedicated IP</h3>
<p><strong>1. Independence</strong><br />
Under a shared hosting plan, one IP address may be used by hundreds of different websites. If one of them, for some any reasons(e.g. Porn or Spam), is on a black list, the chances are that IP would be banned by some web filters. Consequently, all sites shared the same IP would also be be blocked. Yet, a Dedicated IP makes your proxy site running independently from others.</p>
<p><strong>2. Private SSL Certificate</strong><br />
To make your proxy site hard to be blocked, one effective way is to install a private SSL certificate. However, this requires you own a Static(Dedicated) IP first.</p>
<p><strong>3. Direct Access</strong><br />
Because a Dedicated IP is like a unique identification of a website, people can use it to directly access your proxy site even though the domain name is unavailable. </p>
<p><strong>4. Search Engine Optimization</strong><br />
For people owning multiple websites, one common practice for SEO is to build inside links referring each other. However, if all of those sites were from the same IP address, some search engines would raise a flag. On the contrary, some SEO experts report using different IPs for different sites would help you obtain higher search engine rankings.</p>
<p><strong>5. Proxy Network Strategy</strong><br />
Pro Proxiers usually operate a large proxy network with more than 50 sites. From the strategy point of view, they may allocate dedicated IPs to their flagship proxies while use shared IPs for those satellite ones. </p>
<p><i>To find out more about proxy business, especially about how to become a Pro Proxier and make money, you can <a title="Subscribe ProProxier Newsletter" href="http://www.proproxier.com/subscribe">sign up for my newsletter here</a>.</i></p>
<p><a href="http://www.proproxier.com/article/why-do-you-need-dedicated-ip-for-your-proxy-hosting/">Why Do You Need Dedicated IP for Your Proxy Hosting?</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProProxier?a=9vQ4BUKJPEs:vd6PpDf7b38:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=9vQ4BUKJPEs:vd6PpDf7b38:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=9vQ4BUKJPEs:vd6PpDf7b38:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=9vQ4BUKJPEs:vd6PpDf7b38:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=9vQ4BUKJPEs:vd6PpDf7b38:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=9vQ4BUKJPEs:vd6PpDf7b38:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=9vQ4BUKJPEs:vd6PpDf7b38:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.proproxier.com/article/why-do-you-need-dedicated-ip-for-your-proxy-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.proproxier.com/article/why-do-you-need-dedicated-ip-for-your-proxy-hosting/</feedburner:origLink></item>
		<item>
		<title>Find a Hosting Service for Your Web Proxy Site</title>
		<link>http://feedproxy.google.com/~r/ProProxier/~3/1k05g8WJ5s8/</link>
		<comments>http://www.proproxier.com/article/find-a-hosting-service-for-your-web-proxy-site/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 17:56:25 +0000</pubDate>
		<dc:creator>ProProxier</dc:creator>
				<category><![CDATA[Proxy Building]]></category>
		<category><![CDATA[Proxy Hosting]]></category>
		<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[Shared Proxy Hosting]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.proproxier.com/?p=1117</guid>
		<description><![CDATA[While a domain name is like the address of your proxy site, a hosting server is like the land where it is located.  In this last post of the Proxy Building for Beginners series, we will talk about how to find a hosting service for your web proxy site.


Types of Proxy Hosting Plan
Based on the [...]<p><a href="http://www.proproxier.com/article/find-a-hosting-service-for-your-web-proxy-site/">Find a Hosting Service for Your Web Proxy Site</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
]]></description>
			<content:encoded><![CDATA[<p>While a domain name is like the address of your proxy site, a hosting server is like the land where it is located.  In this last post of the <a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">Proxy Building for Beginners</a> series, we will talk about how to <strong>find a hosting service for your web proxy site</strong>.</p>
<p><span id="more-1117"></span></p>
<p><img src="/wp-content/images/hosting.jpg" /></p>
<h3>Types of Proxy Hosting Plan</h3>
<p>Based on the server environment, there are three main proxy hosting plans:</p>
<p><strong>1. Shared Proxy Hosting</strong><br />
This is usually the cheapest proxy hosting plan. The word &#8220;Shared&#8221; means your proxy site shares the same web server with other 20 &#8211; 50 websites if not more. All of those sites are competing for CPU Time, Memory Space, and Network Bandwidth. So the performance of your proxy site largely depends on how well your hosting company allocates and optimizes the resources.</p>
<p><strong>2. Virtual Private Server (VPS)</strong><br />
VPS is often considered as a hybrid of Shared Hosting and Dedicated Server. It offers more resources and controls as Dedicated Server while costs much less as Shared Hosting. In essence, your proxy site still shares the web server with others, but you can get guaranteed resources like Memory Space and CPU Time. Plus you are given a ROOT access to freely install your own software and manage server environment.</p>
<p><strong>3. Dedicated Server</strong><br />
This is the ultimate solution for Pro Proxiers. You may pay more money upfront but get the full control of your proxy business. Specifically, the whole web server is 100% dedicated to you, so you have enough power to host more proxy sites. Moreover, you are allowed to adjust some fundamental server settings to gain the maximum system performance.</p>
<h3>Things to Look at for Proxy Hosting</h3>
<p><strong>1. Bandwidth</strong><br />
Because a proxy site tends to have more visits and page views than a regular website, you first need to ensure there is enough bandwidth available. A low traffic proxy with 500 visits per day might require 100GB bandwidth per month, while a high traffic one with 3,000 visits often needs 1,000GB.  </p>
<p>Try to give your proxy as more traffic allowance as possible. I learned this through some hard lessons. One of my champion proxy site went beyond the maximum bandwidth for 2 months, I ended up paying almost $2,000 for the penalty (the overcharge is on the per MB basis). It almost killed my proxy business.</p>
<p><strong>2. Memory</strong><br />
Memory is the key factor of the proxy performance. When many concurrent requests arrive during the peak time, the server memory will be consumed very fast. Once it is used up, your proxy site will take much longer time (often forever) to response back. Usually for a Shared Hosting Plan, it is hard to guarantee how much memory will be assigned to your proxy, but for VPS and Dedicated server, you will look for at least 512MB, ideally 2GB above.</p>
<p><strong>3. CPU</strong><br />
Nowadays, CPU power is usually not a big concern for proxy sites. As long as the server is not too old, its CPU should do the job well. What you care about is the number of CPU. For shared hosting and VPS, the server should have at least 4-8 CPUs to power multiple sites, for Dedicated Server, you will look for 2-4 CPUs as the starting point.</p>
<p><strong>4. Web Space</strong><br />
Unlike other content sites, your proxy may not need huge hard-drive space. For a medium traffic proxy site, 5GB should be good enough as long as you clean up the temporary files generated by caching and logging on the regular basis.</p>
<p><strong>5. Price and Service</strong><br />
Depends on proxy plans and companies, your hosting fee may vary. The typical price range for a Shared Proxy Hosting is $5 &#8211; $30, for VPS is $20 &#8211; $90, and for Dedicated Server is $80 &#8211; $500. Besides the price factor, you may want to look at a hosting company&#8217;s reputation, server up time, money return policy, contract term, and customer service.</p>
<h3>Proxy Hosting Plan for Beginners</h3>
<p>What is the best proxy hosting plan for beginners? It largely depends on your vision of proxy business and your style of doing things.</p>
<p>As a Pro Proxier, if I could start over, I would have definitely chosen Dedicated Server because it would have saved me tons of money and time fighting with server optimization, bandwidth limitation, and memory shortage.</p>
<p>However, I could also understand your concerns about how much you would make from your proxy business, especially when you still walk in the dark, you may be conservative on the monthly cost. Therefore, a Shared Hosting or VPS might be your Ginny Pig to play around first.</p>
<h3>Recommended Hosting Companies</h3>
<p>One thing I want to point out is: <strong>most of companies do not accept proxy in their shared hosting plan</strong>. This includes some big players such as GoDaddy, StartLogic, or BlueHost. Why? Because a proxy site usually has a big demand on CPU Time, Memory Space, and Network Bandwidth, they can&#8217;t host as many proxies as other regular websites. Therefore, before you sign up for any shared hosting plan, just make sure it allows proxy.</p>
<p><strong>1. Shared Proxy Hosting</strong><br />
A good shared proxy hosting is about saving money while getting high quality service. Personally, the best one I have used is <a title="IwhiC Proxy Hosting" href="http://iwhic.com/whmcs/aff.php?aff=119" target="_blank">IwhiC Proxy Hosting</a>. It offers very competitive prices (start from $4.99/Month), generous features, and solid server environment. Among its four proxy packages (Personal, Starter, Advanced, Pro), I would suggest you to get a Pro plan, it only costs less than $0.50 per day while provides all you need to start a proxy business. You can <a title="Iwhic Proxy Hosting" href="http://iwhic.com/whmcs/aff.php?aff=119" target="_blank">visit IwhiC Proxy Hosting here</a>.</p>
<p><strong>2. Virtual Private Server (VPS)</strong><br />
I would highly recommend <a title="1and1 VPS" href="http://www.1and1.com/?k_id=19284111" target="_blank">1and1 VPS Root Server II</a>. It costs $39/month and you get 512MB memory(2GB Burstable), 1,000GB Bandwidth, free Domain Name, Dedicated IP, and SSL certificate. 1and1 has been ranked as #1 hosting for many years, it offers great customer support and 90-days money return guarantee. It currently has a best promotion on VPS hosting (first 3 months free). You can <a title="1and1 VPS" href="http://www.1and1.com/?k_id=19284111" target="_blank">visit 1and1 Hosting here</a>.</p>
<p><strong>3. Dedicated Server</strong><br />
For the entry level dedicated server, I recommend <a title="1and1 Dedicated Server" href="http://www.1and1.com/?k_id=19284111" target="_blank">1and1 Dual-Core L</a>, it costs $99.99/month and you get 2GB Memory, 2CPUs, and 2,000GB Bandwidth.</p>
<p>For the premium dedicated server, I recommend <a title="FDC 1Gbit Dedicated Server" href="http://www.fdcservers.net/Services/DedicatedServers/1GbitUnmeteredServers" target="_blank">FDC 1Gbit Unmetered Server</a>, it costs $299.99/month and you get 8GB Memory, 4CPUs, and unlimited Bandwidth.</p>
<h3>In conclusion</h3>
<p>Based on your budget, expectation, and experience, you may host your web proxy site on Shared Web Server, VPS, or Dedicated Server. By working with right hosting companies, you would pay less money while get better server features and faster customer supports. </p>
<p>This post concludes the <a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">How to Create Your Own Web Proxy Site</a> series which helps beginners to build their first web proxy. If you have further questions or suggestions, please <a title="Add Comment" href="#comment">add your comment here</a>.</p>
<p><i>To find out more about proxy business, especially about how to become a Pro Proxier and make money, you can <a title="Subscribe ProProxier Newsletter" href="http://www.proproxier.com/subscribe">sign up for my newsletter here</a>.</i></p>
<p><a href="http://www.proproxier.com/article/find-a-hosting-service-for-your-web-proxy-site/">Find a Hosting Service for Your Web Proxy Site</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProProxier?a=1k05g8WJ5s8:KKq2KnLEU6Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=1k05g8WJ5s8:KKq2KnLEU6Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=1k05g8WJ5s8:KKq2KnLEU6Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=1k05g8WJ5s8:KKq2KnLEU6Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=1k05g8WJ5s8:KKq2KnLEU6Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=1k05g8WJ5s8:KKq2KnLEU6Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=1k05g8WJ5s8:KKq2KnLEU6Y:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.proproxier.com/article/find-a-hosting-service-for-your-web-proxy-site/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.proproxier.com/article/find-a-hosting-service-for-your-web-proxy-site/</feedburner:origLink></item>
		<item>
		<title>Register a Domain Name for Your Web Proxy Site</title>
		<link>http://feedproxy.google.com/~r/ProProxier/~3/5FoDcZV_QKw/</link>
		<comments>http://www.proproxier.com/article/register-a-domain-name-for-your-web-proxy-site/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 05:01:55 +0000</pubDate>
		<dc:creator>ProProxier</dc:creator>
				<category><![CDATA[Proxy Building]]></category>
		<category><![CDATA[Domain Name]]></category>
		<category><![CDATA[Domain Name for Proxy]]></category>
		<category><![CDATA[Domain Registrar]]></category>
		<category><![CDATA[Register Domain Name]]></category>

		<guid isPermaLink="false">http://www.proproxier.com/?p=950</guid>
		<description><![CDATA[Until now, you have already installed a proxy script on your local test environment and done some customizations through proxy themes. In this post, let&#8217;s talk about how to register a domain name for your web proxy site.


What is Domain Name
Just like your home address, your domain name is a unique identification for people to [...]<p><a href="http://www.proproxier.com/article/register-a-domain-name-for-your-web-proxy-site/">Register a Domain Name for Your Web Proxy Site</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Until now, you have already <a title="Download and Install a Free Proxy Script" href="http://www.proproxier.com/article/download-and-install-a-free-proxy-script/" target="_blank">installed a proxy script</a> on your <a title="Install Local Test Environment for Your Web Proxy Site" href="http://www.proproxier.com/article/install-local-test-environment-for-your-web-proxy-site/" target="_blank">local test environment</a> and done some <a title="Customize Your Web Proxy Script" href="http://www.proproxier.com/article/customize-your-web-proxy-script/" target="_blank">customizations through proxy themes</a>. In this post, let&#8217;s talk about how to <strong>register a domain name for your web proxy site</strong>.</p>
<p><span id="more-950"></span></p>
<p><img src="/wp-content/images/domain.jpg" /></p>
<h3>What is Domain Name</h3>
<p>Just like your home address, your domain name is a unique identification for people to find your web site.</p>
<p>A typical domain name contains two parts: <strong>Site Name</strong> and <strong>Domain Extension</strong>. For example, <i>Facebook.com</i>, <i>Facebook</i> is the Site Name while <i>.com</i> is the Domain Extension. You can treat domain extensions as the categories of domain names. For proxy sites, most popular domain extensions are:</p>
<ul>
<li><strong>.com</strong> - represents business, commercial, and general usage</li>
<li><strong>.info</strong> &#8211; represents information, resource</li>
<li><strong>.net</strong> &#8211; represents network, internet</li>
<li><strong>.org</strong> &#8211; represents organization, association</li>
</ul>
<h3>.com or .info</h3>
<p><strong>.com</strong> is often viewed as the <strong>default</strong> top-level domain (TLD). If you tell people a site name such as MyProxy, the chances are they will type MyProxy.com into their browsers. On the other side, you may face two issues with .com domains: First, because .com is so popular, many hot .com names have already been taken; Second, you may need to pay more money to register a .com domain.</p>
<p><strong>.info</strong> is also used by a lot of proxy sites. This is mainly due to its cheap price. You could get a .info domain for less a dollar from <a title="GoDaddy" href="http://www.jdoqocy.com/click-3534079-10378406" target="_blank">GoDaddy</a> or <a title="1and1" href="http://www.1and1.com/?k_id=19284111" target="_blank">1and1</a> during the promotion.  In addition, the competition for .info domains is less than .com, so you could still find some great .info names unregistered.</p>
<p>As a Pro Proxier, I would recommend you to start with a .com domain for your first proxy site. This allows you to build your brand from the very beginning. Later on, when expand your proxy network, you could purchase a bulk of cheap .info domains to save the cost.</p>
<h3>How to Find a Great Domain Name for Your Proxy Site</h3>
<p>There are 3 popular ways to come up with a great proxy domain name:</p>
<p><strong>1. Make it Short</strong> &#8211; a shorter domain name is easier for people to remember and enter into their browsers. Especially when your site is advertised on a proxy list, a shorter name often attracts more attention from people. Ideally, your proxy name should contain fewer than 3 words and maximum 15 characters.</p>
<p><strong>2. Make it Special</strong> &#8211; to make your proxy site outstanding from thousands of other proxies, you need to do something different. A special (or sometimes weird) domain name often gives you certain edge in the first place. For example, <a title="twolulu.com" href="https://twolulu.com" target="_blank">twolulu.com</a> or <a title="hidemyass.com" href="http://hidemyass.com" target="_blank">hidemyass.com</a>, those names tend to get more clicks because they are special.</p>
<p><strong>3. Make it Targeted </strong>- one important way to get more proxy traffic is through search engine. So you may want to target your proxy name to a high value keyword. For example, around the keyword &#8211; <i>Friend</i>, you may see names like <i>UnblockFriend</i>, <i>FriendLink</i>, or <i>ViewFriend</i>. On the other side, try to avoid sensitive words such as <i>Proxy</i> or <i>Proxies</i>, because some firewall programs will automatically filter out sites with those names.</p>
<h3>Tools to Discover a Great Domain Name for You</h3>
<ul>
<li><strong><a title="Instant Domain Search" href="http://instantdomainsearch.com/" target="_blank">Instant Domain Search</a><br />
</strong>A fast online service that instantly checks if a domain name is available for you.</li>
<li><a title="Domains Bot" href="http://www.domainsbot.com/" target="_blank"><strong>Domains Bot<br />
</strong></a>A convenient domain search engine to help you find some name ideas.</li>
<li><strong><a title="GoDaddy" href="http://www.jdoqocy.com/click-3534079-10378406" target="_blank">GoDaddy Domain Search</a><br />
</strong>A great tool to find domain availability, get domain suggestions, and register domains at one place.</li>
</ul>
<h3>How to Register a Domain Name</h3>
<p>You usually register a domain name through a Domain Registrar (an accredited company offers public domain services). Some popular registrars are <a title="GoDaddy" href="http://www.jdoqocy.com/click-3534079-10378406" target="_blank">GoDaddy</a>, <a title="1and1" href="http://www.1and1.com/?k_id=19284111" target="_blank">1and1</a>, and <a title="Enom" href="http://www.enom.com/" target="_blank">Enom</a>.</p>
<p>Personally, I use <a title="GoDaddy" href="http://www.jdoqocy.com/click-3534079-10378406" target="_blank">GoDaddy</a> for most of my proxy domains. This is mainly because GoDaddy provides a best tool to make the whole process of domain search, registration, and management  much easier. Considering a typical proxy owner has over 50 domains, it will save you a lot of time and effort along the road. You can <a title="GoDaddy" href="http://www.jdoqocy.com/click-3534079-10378406" target="_blank">visit GoDaddy here</a>.</p>
<p>Alternatively, you may try <a title="1and1" href="http://www.1and1.com/?k_id=19284111" target="_blank">1and1</a>, it often offers some great deals especially combined with its hosting service. You can <a title="1and1" href="http://www.1and1.com/?k_id=19284111" target="_blank">visit 1and1 here</a>.</p>
<h3>Public or Private Domain Registration</h3>
<p>One thing I want to point out is, always choose <strong>Private Domain Registration</strong> when you register a domain for your proxy site. This will hide your personal information (like your name, address, telephone, and email) from the public inquiry, thus protect your privacy.</p>
<p>In the next post, we will take about how to <a title="Find a Hosting Service for Your Web Proxy Site" href="http://www.proproxier.com/article/find-a-hosting-service-for-your-web-proxy-site/">Find a Hosting Service for Your Web Proxy Site</a>.</p>
<p><i>This post belongs to the <a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">How to Create Your Own Web Proxy Site</a> series which helps beginners to build their first web proxy. <a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">Read the introduction page here</a>.</i></p>
<p><i>To find out more about proxy business, especially about how to become a Pro Proxier and make money, you can <a title="Subscribe ProProxier Newsletter" href="http://www.proproxier.com/subscribe">sign up for my newsletter here</a>.</i></p>
<p><a href="http://www.proproxier.com/article/register-a-domain-name-for-your-web-proxy-site/">Register a Domain Name for Your Web Proxy Site</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProProxier?a=5FoDcZV_QKw:d9WUYdS4PQw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=5FoDcZV_QKw:d9WUYdS4PQw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=5FoDcZV_QKw:d9WUYdS4PQw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=5FoDcZV_QKw:d9WUYdS4PQw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=5FoDcZV_QKw:d9WUYdS4PQw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=5FoDcZV_QKw:d9WUYdS4PQw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=5FoDcZV_QKw:d9WUYdS4PQw:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.proproxier.com/article/register-a-domain-name-for-your-web-proxy-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.proproxier.com/article/register-a-domain-name-for-your-web-proxy-site/</feedburner:origLink></item>
		<item>
		<title>Customize Your Web Proxy Script</title>
		<link>http://feedproxy.google.com/~r/ProProxier/~3/FiIyr5VxwFs/</link>
		<comments>http://www.proproxier.com/article/customize-your-web-proxy-script/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 21:52:31 +0000</pubDate>
		<dc:creator>ProProxier</dc:creator>
				<category><![CDATA[Proxy Building]]></category>
		<category><![CDATA[Customize Glype]]></category>
		<category><![CDATA[Customize Proxy Script]]></category>
		<category><![CDATA[Glype Themes]]></category>

		<guid isPermaLink="false">http://www.proproxier.com/?p=821</guid>
		<description><![CDATA[
After we install a free proxy script on our local test environment, let&#8217;s talk about how to customize your web proxy script in this post.
What is Proxy Script Customization
It mainly refers to the look-and-feel changes (e.g. page layout, colors, wordings) on top of the same proxy script.  For instance, the following 2 web proxies [...]<p><a href="http://www.proproxier.com/article/customize-your-web-proxy-script/">Customize Your Web Proxy Script</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/images/customization.jpg" /></p>
<p>After we <a title=" Download and Install a Free Proxy Script" href="http://www.proproxier.com/article/download-and-install-a-free-proxy-script/" target="_blank">install a free proxy script</a> on our <a title=" Install Local Test Environment for Your Web Proxy Site" href="http://www.proproxier.com/article/install-local-test-environment-for-your-web-proxy-site/" target="_blank">local test environment</a>, let&#8217;s talk about how to customize your web proxy script in this post.</p>
<h3>What is Proxy Script Customization</h3>
<p>It mainly refers to the look-and-feel changes (e.g. page layout, colors, wordings) on top of the same proxy script. <span id="more-821"></span> For instance, the following 2 web proxies are both based on Glype, but they appear like totally different sites.</p>
<ul>
<li><a title="SSL Unblock" href="https://sslunblock.com" target="_blank"><strong>https://SSLUnblock.com</strong></a><br/><br/><a title="SSL Unblock" href="https://sslunblock.com" target="_blank"><img src="/wp-content/images/theme_sslunblock.jpg" alt="" /></a><br/><br/></li>
<li><a title="localbypass.com" href="http://localbypass.com" target="_blank"><strong>http://LocalBypass.com</strong></a><br/><br/><a title="localbypass.com" href="http://localbypass.com" target="_blank"><img src="/wp-content/images/theme_localbypass.jpg" alt="" /></a><br/><br/></li>
</ul>
<h3>Introduce Proxy Themes</h3>
<p>To simplify the customization work, some proxy scripts (e.g. Glype) provide so-called Themes system. A proxy theme is a set of files that specify the page layout, fonts, colors, contents, and Ad placements. Moreover, it allows you to easily change the site look-and-feel without affecting the core proxy programs.</p>
<p>The following video gives you a <strong>quick introduction to Glype Themes</strong>.</p>
<a href="http://www.proproxier.com/article/customize-your-web-proxy-script/"><p><em>Click here to view the embedded video.</em></p></a>
<h3>Cutomize Proxy Themes</h3>
<p>The following video shows you <strong>How to Customize Glype Themes</strong>.</p>
<p><a href="http://www.proproxier.com/article/customize-your-web-proxy-script/"><p><em>Click here to view the embedded video.</em></p></a><br />
 <br />
In the next post, we will take about how to <a title="Register a Domain Name for Your Web Proxy Site" href="http://www.proproxier.com/article/register-a-domain-name-for-your-web-proxy-site/">Register a Domain Name for Your Web Proxy Site</a>.</p>
<p><i>This post belongs to the <a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">How to Create Your Own Web Proxy Site</a> series which helps beginners to build their first web proxy. <a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">Read the introduction page here</a>.</i></p>
<p><i>To find out more about proxy business, especially about how to become a Pro Proxier and make money, you can <a title="Subscribe ProProxier Newsletter" href="http://www.proproxier.com/subscribe">sign up for my newsletter here</a>.</i></p>
<p><a href="http://www.proproxier.com/article/customize-your-web-proxy-script/">Customize Your Web Proxy Script</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProProxier?a=FiIyr5VxwFs:YbKQy54JEvs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=FiIyr5VxwFs:YbKQy54JEvs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=FiIyr5VxwFs:YbKQy54JEvs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=FiIyr5VxwFs:YbKQy54JEvs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=FiIyr5VxwFs:YbKQy54JEvs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=FiIyr5VxwFs:YbKQy54JEvs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=FiIyr5VxwFs:YbKQy54JEvs:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.proproxier.com/article/customize-your-web-proxy-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.proproxier.com/article/customize-your-web-proxy-script/</feedburner:origLink></item>
		<item>
		<title>Download and Install a Free Proxy Script</title>
		<link>http://feedproxy.google.com/~r/ProProxier/~3/e00NJlTsbU8/</link>
		<comments>http://www.proproxier.com/article/download-and-install-a-free-proxy-script/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 15:40:26 +0000</pubDate>
		<dc:creator>ProProxier</dc:creator>
				<category><![CDATA[Proxy Building]]></category>
		<category><![CDATA[Glype]]></category>
		<category><![CDATA[Install Glype]]></category>
		<category><![CDATA[Proxy Script]]></category>

		<guid isPermaLink="false">http://www.proproxier.com/?p=756</guid>
		<description><![CDATA[
What is Proxy Script
Your web proxy site is built on top of a computer program called Proxy Script, which retrieves web pages from requested sites and sends results back to users. There are many free proxy scripts you can download from Internet,  such as Glype, CGIProxy, and Zelune.
For more details, check out my post [...]<p><a href="http://www.proproxier.com/article/download-and-install-a-free-proxy-script/">Download and Install a Free Proxy Script</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/images/program.jpg" /></p>
<h3>What is Proxy Script</h3>
<p>Your web proxy site is built on top of a computer program called Proxy Script, which retrieves web pages from requested sites and sends results back to users. There are many free proxy scripts you can download from Internet, <span id="more-756"></span> such as <a title="Glype proxy script" href="http://www.glype.com/" target="_blank">Glype</a>, <a title="CGIProxy proxy script" href="http://www.jmarshall.com/tools/cgiproxy/" target="_blank">CGIProxy</a>, and <a title="Zelune proxy script" href="http://www.zelune.com/" target="_blank">Zelune</a>.</p>
<p>For more details, check out my post <a title="What is the Best Free Proxy Script for You?" href="http://www.proproxier.com/article/what-is-the-best-free-proxy-script-for-you/" target="_blank">What is the Best Free Proxy Script for You?</a></p>
<h3>Download and Install Proxy Script</h3>
<p>In this demo, we choose Glype as our proxy script. You can <a title="Download Glype proxy script" href="http://www.glype.com/" target="_blank">download Glype here</a>.</p>
<p>After you <a title="Install Local Test Environment for Your Web Proxy Site" href="http://www.proproxier.com/article/install-local-test-environment-for-your-web-proxy-site/" target="_blank">Install Local Test Environment for Your Web Proxy Site</a>, you can follow the video tutorial below to <strong>download and install Glype</strong>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" type="application/x-shockwave-flash" width="580px" height="435px"><param name="movie" value="http://www.linkedtube.com/static/flash/player.swf?sum=Pro%27s%20Tips%20to%20Make%20Money%20from%20Web%20Proxy%20Business&#038;btn=Download%20and%20Install%20Glype&#038;txt=www.ProProxier.com&#038;vis=always&#038;url=http%3A%2F%2Fwww.proproxier.com&#038;vid=2lqHzazSD_0"/><param name="quality" value="high" /><param name="menu" value="false" /><embed src="http://www.linkedtube.com/static/flash/player.swf?sum=Pro%27s%20Tips%20to%20Make%20Money%20from%20Web%20Proxy%20Business&#038;btn=Download%20and%20Install%20Glype&#038;txt=www.ProProxier.com&#038;vis=always&#038;url=http%3A%2F%2Fwww.proproxier.com&#038;vid=2lqHzazSD_0" width="580px" height="435px" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"><noembed><a href="http://www.linkedtube.com/2lqHzazSD_088c56e2d5dcf770792efa7d1b58a6db8.htm">LinkedTube</a></noembed></embed></object></p>
<p>In the next post, we will take about <a title="Customize Your Web Proxy Script" href="http://www.proproxier.com/article/customize-your-web-proxy-script/">how to Customize Your Web Proxy Script</a>.</p>
<p><i>This post belongs to the <a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">How to Create Your Own Web Proxy Site</a> series which helps beginners to build their first web proxy. <a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">Read the introduction page here</a>.</i></p>
<p><i>To find out more about proxy business, especially about how to become a Pro Proxier and make money,  you can <a title="Subscribe ProProxier Newsletter" href="http://www.proproxier.com/subscribe">sign up for my newsletter here</a>.</i></p>
<p><a href="http://www.proproxier.com/article/download-and-install-a-free-proxy-script/">Download and Install a Free Proxy Script</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProProxier?a=e00NJlTsbU8:idIH13FI5FY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=e00NJlTsbU8:idIH13FI5FY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=e00NJlTsbU8:idIH13FI5FY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=e00NJlTsbU8:idIH13FI5FY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=e00NJlTsbU8:idIH13FI5FY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=e00NJlTsbU8:idIH13FI5FY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=e00NJlTsbU8:idIH13FI5FY:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.proproxier.com/article/download-and-install-a-free-proxy-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<media:content url="http://feedproxy.google.com/~r/ProProxier/~5/JdRe4PCwp9I/player.swf" fileSize="5556" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> What is Proxy Script Your web proxy site is built on top of a computer program called Proxy Script, which retrieves web pages from requested sites and sends results back to users. There are many free proxy scripts you can download from Internet, such as </itunes:subtitle><itunes:summary> What is Proxy Script Your web proxy site is built on top of a computer program called Proxy Script, which retrieves web pages from requested sites and sends results back to users. There are many free proxy scripts you can download from Internet, such as Glype, CGIProxy, and Zelune. For more details, check out my post [...] Download and Install a Free Proxy Script is a post from: Pro Proxier </itunes:summary><itunes:keywords>Proxy Building, Glype, Install Glype, Proxy Script</itunes:keywords><feedburner:origLink>http://www.proproxier.com/article/download-and-install-a-free-proxy-script/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/ProProxier/~5/JdRe4PCwp9I/player.swf" length="5556" type="application/x-shockwave-flash" /><feedburner:origEnclosureLink>http://www.linkedtube.com/static/flash/player.swf?sum=Pro%27s%20Tips%20to%20Make%20Money%20from%20Web%20Proxy%20Business&amp;#038;btn=Download%20and%20Install%20Glype&amp;#038;txt=www.ProProxier.com&amp;#038;vis=always&amp;#038;url=http%3A%2F%2Fwww.proproxier.com&amp;#038;vid=2lqHzazSD_0</feedburner:origEnclosureLink></item>
		<item>
		<title>Install Local Test Environment for Your Web Proxy Site</title>
		<link>http://feedproxy.google.com/~r/ProProxier/~3/hfGlvzV_8xs/</link>
		<comments>http://www.proproxier.com/article/install-local-test-environment-for-your-web-proxy-site/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 11:42:25 +0000</pubDate>
		<dc:creator>ProProxier</dc:creator>
				<category><![CDATA[Proxy Building]]></category>
		<category><![CDATA[Local Test Environment]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.proproxier.com/?p=677</guid>
		<description><![CDATA[Your proxy site is typically running on a web server provided by a hosting company. However, before you purchase any hosting plan, your first job is to install a local test environment.


What is a Local Test Environment
Basically, it is a mini web server installed on your computer, which allows you to run and test your [...]<p><a href="http://www.proproxier.com/article/install-local-test-environment-for-your-web-proxy-site/">Install Local Test Environment for Your Web Proxy Site</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Your proxy site is typically running on a web server provided by a hosting company. However, before you purchase any hosting plan, your first job is to install a local test environment.</p>
<p><span id="more-677"></span></p>
<p><img src="/wp-content/images/localcomputer.jpg" /></p>
<h3>What is a Local Test Environment</h3>
<p>Basically, it is a mini web server installed on your computer, which allows you to run and test your proxy site locally. It brings many benefits such as:</p>
<ul>
<li>Create a web proxy site without deploying it to the remote server.</li>
<li>Freely experiment proxy settings, page designs, or site cutomizations.</li>
<li>Test any changes before moving them to the production site.</li>
<li>Make a backup of your live proxy sites.</li>
<li>Quickly build a new web proxy site by duplicating an existing one.</li>
</ul>
<h3>Install Local Test Environment Using XAMPP</h3>
<p>Most of popluar free proxy scripts are written in PHP or Perl and running on Apache web server. In old days, it was hard to do the server installation and configuration. Fortunately, you can now download some pre-configured Apache distributions, such as XAMPP, or MAMP. By using them, you can have your local test environment ready within 10 minutes.</p>
<p>As an example, we use XAMPP in this post. You can <a title="XAMPP for Windows" href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank">download XAMPP here</a>.</p>
<p>The following video tutorial will show you how to <strong>use XAMPP to install local test environment for your web proxy site</strong>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" type="application/x-shockwave-flash" width="580px" height="435px"><param name="movie" value="http://www.linkedtube.com/static/flash/player.swf?sum=Pro%27s%20Tips%20to%20Make%20Money%20from%20Web%20Proxy%20Business&#038;btn=Install%20Local%20Proxy%20Test%20Environment&#038;txt=www.ProProxier.com&#038;vis=always&#038;url=http%3A%2F%2Fwww.proproxier.com&#038;vid=PCNp8oN8Aoc"/><param name="quality" value="high" /><param name="menu" value="false" /><embed src="http://www.linkedtube.com/static/flash/player.swf?sum=Pro%27s%20Tips%20to%20Make%20Money%20from%20Web%20Proxy%20Business&#038;btn=Install%20Local%20Proxy%20Test%20Environment&#038;txt=www.ProProxier.com&#038;vis=always&#038;url=http%3A%2F%2Fwww.proproxier.com&#038;vid=PCNp8oN8Aoc" width="580px" height="435px" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"><noembed><a href="http://www.linkedtube.com/PCNp8oN8Aoc2ca685a279f5b2d5356aa307988dff5d.htm">LinkedTube</a></noembed></embed></object></p>
<p>In the next post, we will take about how to <a title="Download and Install a Free Proxy Script" href="http://www.proproxier.com/article/download-and-install-a-free-proxy-script/">Download and Install a Free Proxy Script</a>.</p>
<p><i>This post belongs to the <a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">How to Create Your Own Web Proxy Site</a> series which helps beginners to build their first web proxy. <a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/" target="_blank">Read the introduction page here</a>.</i></p>
<p><i>To find out more about proxy business, especially about how to become a Pro Proxier and make money,  you can <a title="Subscribe ProProxier Newsletter" href="http://www.proproxier.com/subscribe">sign up for my newsletter here</a>.</i></p>
<p><a href="http://www.proproxier.com/article/install-local-test-environment-for-your-web-proxy-site/">Install Local Test Environment for Your Web Proxy Site</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProProxier?a=hfGlvzV_8xs:Lv9hJT8BSgw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=hfGlvzV_8xs:Lv9hJT8BSgw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=hfGlvzV_8xs:Lv9hJT8BSgw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=hfGlvzV_8xs:Lv9hJT8BSgw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=hfGlvzV_8xs:Lv9hJT8BSgw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=hfGlvzV_8xs:Lv9hJT8BSgw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=hfGlvzV_8xs:Lv9hJT8BSgw:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.proproxier.com/article/install-local-test-environment-for-your-web-proxy-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<media:content url="http://feedproxy.google.com/~r/ProProxier/~5/6wJAg2kO8Hw/player.swf" fileSize="5556" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Your proxy site is typically running on a web server provided by a hosting company. However, before you purchase any hosting plan, your first job is to install a local test environment. What is a Local Test Environment Basically, it is a mini web server i</itunes:subtitle><itunes:summary>Your proxy site is typically running on a web server provided by a hosting company. However, before you purchase any hosting plan, your first job is to install a local test environment. What is a Local Test Environment Basically, it is a mini web server installed on your computer, which allows you to run and test your [...] Install Local Test Environment for Your Web Proxy Site is a post from: Pro Proxier </itunes:summary><itunes:keywords>Proxy Building, Local Test Environment, XAMPP</itunes:keywords><feedburner:origLink>http://www.proproxier.com/article/install-local-test-environment-for-your-web-proxy-site/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/ProProxier/~5/6wJAg2kO8Hw/player.swf" length="5556" type="application/x-shockwave-flash" /><feedburner:origEnclosureLink>http://www.linkedtube.com/static/flash/player.swf?sum=Pro%27s%20Tips%20to%20Make%20Money%20from%20Web%20Proxy%20Business&amp;#038;btn=Install%20Local%20Proxy%20Test%20Environment&amp;#038;txt=www.ProProxier.com&amp;#038;vis=always&amp;#038;url=http%3A%2F%2Fwww.proproxier.com&amp;#038;vid=PCNp8oN8Aoc</feedburner:origEnclosureLink></item>
		<item>
		<title>How to Create Your Own Web Proxy Site</title>
		<link>http://feedproxy.google.com/~r/ProProxier/~3/A1-vbA9CsGk/</link>
		<comments>http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 16:26:36 +0000</pubDate>
		<dc:creator>ProProxier</dc:creator>
				<category><![CDATA[Proxy Building]]></category>
		<category><![CDATA[Web Proxy Site]]></category>

		<guid isPermaLink="false">http://www.proproxier.com/?p=632</guid>
		<description><![CDATA[
The  journey of your proxy business starts with creating your own web proxy site. It sounds like a big job, however, it is really NOT.  In this series of  5 posts, I will show you exactly how to do it step-by-step.  Moreover, I will provide you some video tutorials. So you can watch over [...]<p><a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/">How to Create Your Own Web Proxy Site</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/images/stairs.jpg" border="0" alt="" /></p>
<p>The  journey of your proxy business starts with creating your own web proxy site. It sounds like a big job, however, it is really NOT.  In this series of  5 posts, I will show you exactly how to do it step-by-step. <span id="more-632"></span> Moreover, I will provide you some video tutorials. So you can watch over my shoulder as I create a real live web proxy site from scratch.</p>
<h3>What do You Need to Create a Web Proxy Site</h3>
<ul>
<li><strong>Local Test Environment</strong> &#8211; A mini web server installed on your local machine. So you can test your proxy site before publish it.</li>
<li><strong>Proxy Script</strong> &#8211; A computer program implements proxy functions. You can download it for free from Internet.</li>
<li><strong>Domain Name</strong> &#8211; A unique name for your proxy site, such as MyName.com, MyName.info, or MyName.org.</li>
<li><strong>Proxy Hosting</strong> &#8211; A place to run your proxy site. For beginners, you typically use a shared proxy hosting service provided by companies such as <a title="IwhiC Proxy Hosting" href="http://iwhic.com/whmcs/aff.php?aff=119" target="_blank">IwhiC</a>.</li>
</ul>
<h3>5 Steps to Create a Web Proxy Site</h3>
<ol>
<li><a title="Install Local Test Environment for Your Web Proxy Site" href="http://www.proproxier.com/article/install-local-test-environment-for-your-web-proxy-site/"><strong>Install Local Test Environment for Your Web Proxy Site</strong></a></li>
<li><a title="Download and Install a Free Proxy Script" href="http://www.proproxier.com/article/download-and-install-a-free-proxy-script/"><strong>Download and Install a Free Proxy Script</strong></a></li>
<li><a title="Customize Your Web Proxy Script" href="http://www.proproxier.com/article/customize-your-web-proxy-script/"><strong>Customize Your Web Proxy Script</strong></a></li>
<li><a title="Register a Domain Name for Your Web Proxy Site" href="http://www.proproxier.com/article/register-a-domain-name-for-your-web-proxy-site/"><strong>Register a Domain Name for Your Web Proxy Site</strong></a></li>
<li><a title="Find a Hosting Service for Your Web Proxy Site" href="http://www.proproxier.com/article/find-a-hosting-service-for-your-web-proxy-site/"><strong>Find a Hosting Service for </strong><strong>Your Web Proxy Site</strong></a></li>
</ol>
<p>To follow along with this series, make sure you <a href="http://www.proproxier.com/feed/" target="_blank">subscribe to ProProxier RSS feed</a> or bookmark and come back to this page.</p>
<p>Now, let&#8217;s begin our journey. First, we will look at how to <a title="Install Local Test Environment for Your Web Proxy Site" href="http://www.proproxier.com/article/install-local-test-environment-for-your-web-proxy-site/">Install Local Test Environment for Your Web Proxy Site</a>.</p>
<p><i>To find out more about proxy business, especially about how to become a Pro Proxier and make money,  you can <a title="Subscribe ProProxier Newsletter" href="http://www.proproxier.com/subscribe">sign up for my newsletter here</a>.</i></p>
<p><a href="http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/">How to Create Your Own Web Proxy Site</a> is a post from: <a href="http://www.proproxier.com">Pro Proxier</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ProProxier?a=A1-vbA9CsGk:vEkdQ_8zbUA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=A1-vbA9CsGk:vEkdQ_8zbUA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=A1-vbA9CsGk:vEkdQ_8zbUA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=A1-vbA9CsGk:vEkdQ_8zbUA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=A1-vbA9CsGk:vEkdQ_8zbUA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ProProxier?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ProProxier?a=A1-vbA9CsGk:vEkdQ_8zbUA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ProProxier?i=A1-vbA9CsGk:vEkdQ_8zbUA:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.proproxier.com/article/how-to-create-your-own-web-proxy-site/</feedburner:origLink></item>
	<media:rating>nonadult</media:rating></channel>
</rss>
