<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Chasing Proxies</title>
	<atom:link href="http://www.gespong.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.gespong.com</link>
	<description>Unpretentious talk about proxy surfing</description>
	<lastBuildDate>Thu, 08 Apr 2010 23:18:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create Free Proxy Server (video tutorial)</title>
		<link>http://www.gespong.com/?p=92</link>
		<comments>http://www.gespong.com/?p=92#comments</comments>
		<pubDate>Thu, 08 Apr 2010 21:36:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[proxy server]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.gespong.com/?p=92</guid>
		<description><![CDATA[Learn how to create your own proxy server for free in 5 Minutes with Google App Engine with video tutorial by Amit Agarwal. A simple Google search and you’ll find dozens of really good PHP scripts on the Internet to help you create proxy servers in minutes for free. The only limitation with PHP based [...]]]></description>
			<content:encoded><![CDATA[<p>Learn how to create your own proxy server for free in 5 Minutes with Google App Engine with video tutorial by Amit Agarwal. A simple Google search and you’ll find dozens of really good PHP scripts on the Internet to help you create proxy servers in minutes for free. The only limitation with PHP based proxies is that you require a web server to host the proxy scripts and second, you also need a domain name to act as an address for your proxy site. If you don’t own a domain or server space, you can still create a personal proxy server for free and that too without requiring any technical knowledge.<span id="more-92"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="307" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/3f6Zq4prys0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="307" src="http://www.youtube.com/v/3f6Zq4prys0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>You can create it for your personal use (for accessing blocked sites from office for example). This is created using Google App Engine and, contrary to what you assume, the process is quite simple.</p>
<ol>
<li>Go to appengine.google.com and sign-in using your Google Account.</li>
<li>Click the “Create an Application” button. Since this is your first time, Google will send a verification code via SMS to your mobile phone number. Type the code and you’re all set to create apps with Google App Engine.</li>
<li>Choose a sub-domain* that will host your proxy server. Make sure the domain is available, agree to the Google Terms and click save. The sub-domain is also your App ID that will uniquely identify your proxy application (in video labnol-proxy-server is used as the App ID though you are free to choose any other unique name).</li>
<li>Now that we have reserved the ID, it’s time to create and upload the proxy server application to Google App Engine. Go to python.org, download the 2.6.4 MSI Installer and install Python.</li>
<li>Once Python is installed, go to code.google.com, download the Google App Engine SDK for Python and install it.</li>
<li>Download file from here img.labnol.org/files/proxy.zip and extract it to some folder on your desktop. The zip file, for the curious, contains a couple of text files (written in HTML and Python) that you can read with notepad.</li>
<li>Start the Google App Engine Launcher program from the desktop and set the right values under Edit –&gt; Preferences (see screenshot above).</li>
<li>Click File –&gt; Add Existing Application under the Google App Launcher program and browse to the directory that you created in Step 6. Click the Edit button and replace “YOUR_APP_ID” with the ID (sub-domain) that you reserved in Step 3.</li>
<li>Click Deploy and your online proxy server is now ready for use.</li>
</ol>
<p>You can edit the main.html file to change the appearance of your proxy server and you can even add Analytics and AdSense code to your proxy server in case it gets popular on the web. The application is currently open to all users but you can add a layer of authentication so that only users who are logged-in into their Google Accounts can use your web proxy server.</p>
<p>If you have made any changes to your HTML files, you can upload the latest version to Google App Engine either by clicking the “Deploy” button again or use the following command &#8212; appcfg.py update &lt;app-directory&gt;</p>
<p>Notes:</p>
<ul>
<li>This proxy works with Flash videos (like YouTube and ABC News) though not with Hulu.</li>
<li>App Engine TOS does not allow you to split your app across multiple accounts to make use of the free quotas. So technically, the mirror of the proxy is in violation of the TOS.</li>
<li>As some of you have suggestions, domain with the word “proxy” or “proxies” are banned at workplaces so you may include them in your proxy address.</li>
<li>Though there exist proxy servers for accessing secure sites, this is a basic proxy server that won’t work with sites that require logins (eg, Gmail or Hotmail).</li>
</ul>
<p><a href="http://www.gespong.com/wp-content/uploads/2010/04/1_create_app_engine_account1.png"><img class="alignnone size-medium wp-image-140" title="1_create_app_engine_account" src="http://www.gespong.com/wp-content/uploads/2010/04/1_create_app_engine_account1-300x173.png" alt="" width="147" height="85" /></a><a href="http://www.gespong.com/wp-content/uploads/2010/04/2_verify_mobile.png"><img class="alignnone size-medium wp-image-141" title="2_verify_mobile" src="http://www.gespong.com/wp-content/uploads/2010/04/2_verify_mobile-300x168.png" alt="" width="147" height="83" /></a><a href="http://www.gespong.com/wp-content/uploads/2010/04/3_authenticate.png"><img class="alignnone size-medium wp-image-142" title="3_authenticate" src="http://www.gespong.com/wp-content/uploads/2010/04/3_authenticate-300x168.png" alt="" width="147" height="83" /></a><a href="http://www.gespong.com/wp-content/uploads/2010/04/4_create_application.png"><img class="alignnone size-medium wp-image-143" title="4_create_application" src="http://www.gespong.com/wp-content/uploads/2010/04/4_create_application-300x187.png" alt="" width="147" height="92" /></a><a href="http://www.gespong.com/wp-content/uploads/2010/04/install_python.png"><img class="alignnone size-medium wp-image-144" title="install_python" src="http://www.gespong.com/wp-content/uploads/2010/04/install_python-300x275.png" alt="" width="147" height="135" /></a><a href="http://www.gespong.com/wp-content/uploads/2010/04/install_app_engine_sdk.png"><img class="alignnone size-medium wp-image-145" title="install_app_engine_sdk" src="http://www.gespong.com/wp-content/uploads/2010/04/install_app_engine_sdk-300x248.png" alt="" width="147" height="122" /></a><a href="http://www.gespong.com/wp-content/uploads/2010/04/sdk_preferences.png"><img class="alignnone size-medium wp-image-147" title="sdk_preferences" src="http://www.gespong.com/wp-content/uploads/2010/04/sdk_preferences-300x210.png" alt="" width="147" height="103" /></a><a href="http://www.gespong.com/wp-content/uploads/2010/04/add_proxy_application.png"><img class="alignnone size-medium wp-image-148" title="add_proxy_application" src="http://www.gespong.com/wp-content/uploads/2010/04/add_proxy_application-300x231.png" alt="" width="147" height="113" /></a><a href="http://www.gespong.com/wp-content/uploads/2010/04/edit_app_id.png"><img class="alignnone size-medium wp-image-149" title="edit_app_id" src="http://www.gespong.com/wp-content/uploads/2010/04/edit_app_id-300x231.png" alt="" width="147" height="113" /></a><a href="http://www.gespong.com/wp-content/uploads/2010/04/deploy_proxy_server.png"><img class="alignnone size-medium wp-image-150" title="deploy_proxy_server" src="http://www.gespong.com/wp-content/uploads/2010/04/deploy_proxy_server-300x226.png" alt="" width="147" height="111" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gespong.com/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making money with proxy website</title>
		<link>http://www.gespong.com/?p=97</link>
		<comments>http://www.gespong.com/?p=97#comments</comments>
		<pubDate>Sun, 04 Apr 2010 16:56:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[CGI proxy]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[PHP proxy]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.gespong.com/?p=97</guid>
		<description><![CDATA[Setting up a proxy server is one of the latest online money making ideas. You will need an initial investment to set up a proxy server. The first investment is to have your own website. You can either go for free web hosting or a more reliable option would be to find a cheap web [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up a proxy server is one of the latest online money making ideas. You will need an initial investment to set up a proxy server. The first investment is to have your own website. You can either go for free web hosting or a more reliable option would be to find a cheap web hosting provider. The next thing is to set up the server now depending how tech savvy you are you may either enlist the help of a techie or do it yourself. The best part is that there is a wealth of information on the topic. However if you terms like routers, Firefox, CGI proxy are all new and confusing too you may want to call up a friend or a professional who knows a few things. Alternatively you also have kits available online that take you through instructional videos to help you set up your proxy. You can set up a proxy server on a Mac or on a PC. You will need to ensure that your web hosting service provider supports php or cgi. You will need to download a copy of phpproxy or cgiproxy depending on what you are using. <span id="more-97"></span></p>
<ul>
<li><span style="text-decoration: underline;">PHP proxy</span><strong>:</strong> Start by downloading phpproxy and unpack it in the local directory of your hard drive. Next you will need to upload the script to your webspace and open the new url to make sure that its working. Many files with the name &#8216;proxy&#8217; in them are barred so you may want to change the file name to something new. Next you will need to open the script and enter the IP of your clients computer so that only he and you can access the internet through this proxy. Alternatively you can also use a .htaccess file so that users will need to enter a username and password. All the information related to phpproxy is freely available online.</li>
<li><span style="text-decoration: underline;">CGI proxy</span><strong>: </strong>If you are using free web hosting you may not be able to go for a cgiproxy since many of them do not offer cgi. The procedure involves the same steps as above downloading and unpacking the .cgi file. There are many setting which can be used to your advantage here for instance you may only let texts to go through and no images. Again a wealth of information is available online that will help you set up the cgiproxy without too much trouble.</li>
</ul>
<p><strong>Promoting your proxy site</strong></p>
<p>This will be the most difficult part as whether there is traffic to your proxy site will depend on how you promote it and without traffic, it will not be easy to make money. There are basically a few things you can do:</p>
<ul>
<li>Posting your proxy url in yahoo &amp; google group</li>
<li>Submit your proxy url to proxy.org</li>
<li>Posting Bulletin with your proxy url</li>
<li>Comment on blogs</li>
<li>Submit to social bookmarking sites</li>
<li>Submit to proxy toplists</li>
<li>Ask friends to link to your links</li>
</ul>
<p>Every of the above steps that you do will help to create a backlink back to your proxy site and at the same time, provide an opportunity for others to click through the link and bring them to your site. The amount of traffic may be minimal at the beginning, but, as times goes on, slowly you will build up more and more backlinks and it will help your site to rank higher in search engine.</p>
<p>Once you have everything in place you can use your site to make money. There are several ways to do so. One is to charge users who log in through your proxy a small fee, and many are more than willing to pay. Or you can offer the services for free and make your riches from Google adsense. This is what most other proxy service providers do. Of course don’t expect your proxy server to stay up and running for long since it will be banned as soon as it is discovered in which case you will just have to change your IP and get back into business. This can easily be achieved with the help of free software.</p>
<p><strong>Making Money out of your Proxy Traffic</strong></p>
<p>The best and most proven method of making a profit out of your traffic is using advertising. The internet generates hundreds of thousands upon hundred of thousands of traffic everyday. Most of them are searching for something. While some are just looking for information there is also a good percentage that is looking for something that they need. The internet has proven to be a very reliable source in finding what was deemed to be a very unsearchable product. The internet has made the world a smaller place; you can advertise a product from the depths of Istanbul and still find a buyer from the center of Philadelphia.</p>
<p>Generating traffic For your Proxy Site is not an easy task. You have to contend with a great number of sites to generate a good number of traffic flow. But if done successfully this could open up a Pandora’s Box of possibilities. One of the benefits is monetizing your traffic flow. So, to get to the core of it the more traffic you generate the more likely you are considered as a desirable, desirable, in a sense that a good traffic flowing site is easily convertible to profit. Basically traffic equals profit. Advertising is the name of the game; with the good advertising scheme you can use your traffic flow to your advantage.</p>
<p>When you have good traffic for your Proxy Site you have a good number of potential customers, customers that are willing to pour money into your coffers. Other than that these are also traffic that can be redirected to sponsored links that are willing to pay you for a sizeable portion of the traffic that you have generated. This scheme is called “pay-per-click”. With every click a visitor of your site makes on an advertised link you will be paid. The more traffic you generate and the more clicks that happens would spell to more profits.</p>
<p><strong>Add Affiliate Programs for Your Proxy Site</strong></p>
<p>Another method of monetizing your traffic are affiliate programs. You can link up with other tried and tested sites and online companies and monetize your traffic by having a percentage of sales generated by traffic coming from your site. The basic idea is, traffic generated from your site will go to another site that can offer a product that you do not carry. Many programs can keep track and make records of transactions that was made possible because of site linkage. When purchases are made by customers that was led by your site to their site you get a percentage of that sale. Affiliate programs would give you the benefit of monetizing your traffic without the actual need of carrying or promoting a certain product.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gespong.com/?feed=rss2&amp;p=97</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO tips for running a proxy</title>
		<link>http://www.gespong.com/?p=95</link>
		<comments>http://www.gespong.com/?p=95#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:48:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.gespong.com/?p=95</guid>
		<description><![CDATA[Using SEO, you could boost your sales. Using SEO to get traffic to your proxy is not a bad idea. If you make some keyword analysis on proxy-related words then you&#8217;ll find that the phrase &#8220;proxy&#8221; is searched for 20,400,000 each month. The words &#8220;free proxy&#8221; are searched for 1,500,000 times. The words &#8220;web proxy&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Using SEO, you could boost your sales. Using SEO to get traffic to your proxy is not a bad idea. If you make some keyword analysis on proxy-related words then you&#8217;ll find that the phrase &#8220;proxy&#8221; is searched for 20,400,000 each month. The words &#8220;free proxy&#8221; are searched for 1,500,000 times. The words &#8220;web proxy&#8221; and &#8220;proxies&#8221; are near the same.</p>
<p>Getting high in the Search Engines for competitive keywords for a proxy can make a bog standard proxy an excellent one. It can increase its value considerably and increase your profit by even more! There are many on page and off page things that you will need to do to get good Search Engine Ranking Positions (SERPs). These techniques can take a few months to be reflected in search engines so you have to decide whether your going to make a quick proxy or a long lasting one. If your going to make a quick turn around proxy it may not be worth doing some of these techniques, but if your making a long last one, this is defiantly worth a read.<span id="more-95"></span></p>
<ol>
<li>Firstly pick some good keywords. You want keywords that are highly searched. Use the google adwords tool for finding the best ones. Obviously don’t choose one which is millions/month like “proxy” as you will never get onto the front page for it. Pick something with around 10k to 70k/month searches.</li>
<li>Choose a domain that includes keywords like the ones your going to optimise for. Preferably get a dot com (.com) domain as they rank best but others will rank well if you optimise well.</li>
<li>Upload your script to your site and change the title and meta tags. Make your title the keywords you are optimizing for and separate them in order of importance separated by this “|” or another separating key.  Then do the same in the meta keywords but separate the phrases by a comma.  Finally make a good descriptive meta description including the keywords you want to optimise for. Also make sure all of your pages have different titles.</li>
<li>Make a unique paragraph above your proxy URL box. Include your keywords but don’t make it obvious what they are. Don’t make it spammy, it has to make good sense and read well.</li>
<li>Now it is time to build good links. You need as many incoming links as possible with your keyword. Your keyword should be the anchor text. Its best to have a few different keywords as if they are all the same, the links could be considered spam. It is also good practice to have the title of the link the keyword aswell.</li>
<li>Build these links slowly over the weeks and months. Submit your proxy to a few directories and proxy lists daily, maximum of about 20 a day, consistently.  This should build your proxies inbound links nicely.  Your proxy will then get crawled more often and move up the SERPs consistently.</li>
<li>Finally it is good to optimize for several keywords to get maximum traffic.</li>
</ol>
<p>So to conclude you have to do a fair bit of work to get good results, but if you get on the front page of google for a good keyword, you will get serious traffic. The techniques above are very general. There are many smaller, and much more complicated things to do. If you see your proxy going up and down in the SERPs then this is probably because the Search Engine is having a reshuffle, called the “Google Dance” with google.  Finally search engines often change there algorithms, so keep up the SEOing to stay on the front pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gespong.com/?feed=rss2&amp;p=95</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SEO meets security</title>
		<link>http://www.gespong.com/?p=84</link>
		<comments>http://www.gespong.com/?p=84#comments</comments>
		<pubDate>Wed, 17 Mar 2010 15:01:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[reverse proxies]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.gespong.com/?p=84</guid>
		<description><![CDATA[When you set up a blog or forum on a separate server, you still want to have it linked from the main site, typically using subdomains like forums.sitename.com or blog.sitename.com. The problem with this approach for SEO purposes is that search engines regularly treat each subdomain as a separate site when counting incoming links. The [...]]]></description>
			<content:encoded><![CDATA[<p>When you set up a blog or forum on a separate server, you still want to have it linked from the main site, typically using subdomains like forums.sitename.com or blog.sitename.com. The problem with this approach for SEO purposes is that search engines regularly treat each subdomain as a separate site when counting incoming links. The incoming link juice is therefore split among the domains. Google makes an exception only when displaying search results.</p>
<p>The single domain will benefit from higher rankings if links to the subdomains are funneled to the main one. Luckily, there is a technique to do this — <strong>reverse proxies</strong>.<span id="more-84"></span></p>
<p>A reverse proxy is a proxy server that is installed in a server network. Typically, reverse proxy sits in front of the web server, receives all requests, does some special processing (such as caching) and forwards the requests to the actual servers. Besides main security reason (the proxy server may provide an additional layer of defense) a reverse proxy can be used to map URLs to different servers, and this feature comes in very handy for SEO.</p>
<p>You can use Apache’s mod_proxy for this. Here is a sample configuration</p>
<p><span style="color: #808080;">ProxyRequests Off</span></p>
<p><span style="color: #888888;">&lt;Proxy *&gt;<br />
Order deny,allow<br />
Allow from all<br />
&lt;/Proxy&gt;</span></p>
<p><span style="color: #888888;">ProxyPass /blog http://blog.sitename.com<br />
ProxyPassReverse /forum http://forum.sitename.com</span></p>
<p>Instead of directing users to blog.sitename.com, you write a reverse proxy rule to send requests for sitename.com/blog to the internal server blog.sitename.com. You can do the same for forums, chat, e-commerce systems, and so on. It is completely transparent to the user (and search engines) that the website is divided among multiple servers. Note that each web server will need to be isolated completely for the security to work. If someone breaks into the blog because the software hasn’t been updated, for instance, at least he won’t get to the e-commerce system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gespong.com/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternative for free proxylists</title>
		<link>http://www.gespong.com/?p=14</link>
		<comments>http://www.gespong.com/?p=14#comments</comments>
		<pubDate>Tue, 09 Feb 2010 14:07:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Anonymous surfing]]></category>
		<category><![CDATA[Crowds]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tor]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.gespong.com/?p=14</guid>
		<description><![CDATA[Crowds is an idea from Michael Reiter and Avi Rubin at AT&#38;T. The basic idea is to become anonymous by joining a large and geographically diverse group (crowd), and to pass browsing requests to a random member of your crowd. In effect, every member of the crowd runs a proxy server for the benefit of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Crowds</strong> is an idea from Michael Reiter and Avi Rubin at AT&amp;T. The basic idea is to become anonymous by joining a large and geographically diverse group (crowd), and to pass browsing requests to a random member of your crowd. In effect, every member of the crowd runs a proxy server for the benefit of the eveyone else. Web servers are unable to learn the true source of a request because it is equally likely to have originated from any member of the crowd, and even collaborating crowd members cannot distinguish the originator of a request from a member who is merely forwarding the request on behalf of another.</p>
<p>Crowds seems to have been replaced by a a second generation project called Tor.</p>
<p><strong>Tor</strong> is free software and an open network that protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, and it prevents the sites you visit from learning your physical location. Tor works with many of your existing applications, including web browsers, instant messaging clients, remote login, and other applications based on the TCP protocol.<span id="more-14"></span></p>
<p>Tor employs cryptography in a multi-layered manner (hence the onion routing analogy), ensuring perfect forward secrecy between routers. A user of the Tor network runs a proxy server on his computer. Internet-facing software can then access Tor through a SOCKS interface. Once inside a Tor network, the traffic is sent from router to router, the Tor software periodically negotiating a virtual circuit through the Tor network, ultimately reaching an exit node at which point the cleartext packet is forwarded on to its original destination. Viewed from the destination, the traffic appears to originate at the Tor exit node. More information can be found on it&#8217;s website torproject.org.</p>
<p>Tor doesn&#8217;t magically encrypt all of your Internet activities, though.</p>
<p><strong>Virtual Private Networking (VPN) </strong>implements private networks over public infrastructure. VPN’s are used by business for legitimate reasons all the time. It has attracted the attention of many organizations looking to both expand their networking capabilities and reduce their costs.</p>
<p>A Virtual Private Network uses tunneling technology to establish private connections through public networks like the Internet. The private nature of a VPN means that the data travelling over the VPN is not generally visible to, or is encapsulated from, the underlying network traffic. This is done with strong encryption, as VPN&#8217;s are commonly deployed to be high-security &#8220;network tunnels&#8221;.</p>
<p>An Internet VPN solution uses a client/server design works as follows:</p>
<ol>
<li>A remote host (client) wanting to log into the company network first connects to any public Internet Service Provider (ISP).</li>
<li>Next, the host initiates a VPN connection to the company VPN server. This connection is made via a VPN client installed on the remote host.</li>
<li>Once the connection has been established, the remote client can communicate with the internal company systems over the Internet just as if it were a local host.</li>
</ol>
<p>VPN clients communicate with VPN servers utilizing a number of specialized protocols.</p>
<p>The industry group &#8216;Virtual Private Networking Consortium&#8217; have defined two types of VPN classifications, Secure VPNs and Trusted VPNs. Trusted VPNs differ from secure VPNs in that they do not provide security features such as data confidentiality through encryption. Secure VPNs however do not offer the level of control of the data flows that a trusted VPN can provide such as bandwidth guarantees or routing.</p>
<p><strong>Anonymous surfing </strong>allows you to surf the web without leaving a trail of particulars about your browser, your computer system, your country, IP address, list of fonts installed on your computer etc. This is usually done by entering the address (URL) of the site you wish to go to at the proxy the free anonymous surfing proxy site, and that site will retrieve the page for you and present it to you. The site you visit will not receive any particulars about your system or your IP address because the proxy will not have transmitted such particulars to it.</p>
<p><img class="aligncenter size-full wp-image-74" title="surfanon" src="http://www.gespong.com/wp-content/uploads/2010/02/surfanon.jpg" alt="" width="487" height="84" /></p>
<p>If you are particularly concerned about privacy and anonymity while surfing, you should note that, when using most of the free anonymous surfing facilities, the URLs you visit are easily gleaned by others. If absolute privacy is your concern, you&#8217;d better take a look at commercial solutions which will encrypt all your traffic (including your URLs) in a Virtual Private Network (VPN) giving you privacy from people snooping your connection when you&#8217;re connected via wireless broadband, and even privacy from your ISP. Some of these commercial solutions may provide other benefits as well, such as encrypting your email, internet messaging (IM) and chats, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gespong.com/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Proxy Hosting Services</title>
		<link>http://www.gespong.com/?p=80</link>
		<comments>http://www.gespong.com/?p=80#comments</comments>
		<pubDate>Sat, 07 Nov 2009 14:11:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[proxy hosting]]></category>
		<category><![CDATA[proxy websites]]></category>

		<guid isPermaLink="false">http://www.gespong.com/?p=80</guid>
		<description><![CDATA[There are two main reasons why you want to create your own proxy site: first, you have safety concerns about using public proxies, such as getting virus or spyware; second, you want to start your proxy business and make some money. So, you did some research, downloaded a free proxy script, installed it on your [...]]]></description>
			<content:encoded><![CDATA[<p>There are two main reasons why you want to create your own proxy site: first, you have safety concerns about using public proxies, such as getting virus or spyware; second, you want to start your proxy business and make some money. So, you did some research, downloaded a free proxy script, installed it on your local test server. However, the most difficult and troublesome task one has to face in proxy business is finding a good proxy hosting service. Because a normal shared hosting provider doesn’t allow proxy in their servers, they have to find a special server which is used for hosting proxy only. And because of the resource consumption of proxy sites, proxy hosting is much costlier than normal shared hosting. Besides, one has to find a fast and reliable hosting because otherwise, the visitors will not come again.</p>
<p>Proxy hosting seems like a challenge, especially for beginners. After all, you need to deal with things like Server Types, Bandwidth, and Price.<span id="more-80"></span></p>
<p>Based on server types, you will have 3 different hosting plans:</p>
<ul>
<li><strong> Shared hosting</strong> means one web server hosts multiple websites. 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.</li>
<li><strong> VPS</strong> provides a virtual private server with guaranteed system resources. 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.</li>
<li><strong>Dedicated hosting</strong> let you own the whole server box, 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.</li>
</ul>
<p>Obviously, the price of those 3 hosting plans is totally different. While a cheap shared plan may cost you $5/Month, a decent dedicated server often charge you over $200/Month. 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.</p>
<p>Best choice for beginners is to start with a shared proxy hosting. Doing so, you not only save some money but also avoid the hassle to set up the server environment by yourself. There are a few companies who provide shared hosting for proxies. A lot of hosting providers don&#8217;t like hosting proxies on shared accounts because running a proxy site takes too much memory space, CPU time, and network bandwidth. Therefore, before you sign up for any shared hosting plan, just make sure it allows proxy.</p>
<p>The best route to go down would be to purchase a dedicated server or virtual private server (vps). But still there are questions come, as the memory of VPS is still questionable. If you are holding a high traffic proxy then it is really too much vulnerable. In Dedicated the same question comes, as for high traffic proxies, 1 or 2 GB RAM isn&#8217;t quite enough untill you run your proxy servers through a VPN. And the last thing comes in mind is pricing. Dedicated and VPS both costs a lot rather then Shared Hosting services.</p>
<p>Once you get some candidates, you need to evaluate them based on some important aspects as follows:</p>
<ul>
<li><strong>Customer Reviews</strong> – How well existing customers think about this host, such as Server Uptime &amp; Reliability, Technical Support, and Customer Support.</li>
<li><strong>Bandwidth</strong> – How much network traffic is allowed per month? For a new proxy site with 100 – 300 daily visits, you may need at least 50GB. If you want to host multiple proxy sites under one plan, 200GB is a good number to start with. A high traffic proxy with 3,000 visits often needs 1,000GB.</li>
<li><strong>Price</strong> -You need to compare not only the hosting fee but also the server setup cost, domain registration fee, and add-on service charge. On the other hand, check if there are any coupon codes or promotion programs that you can apply. The typical price range for a Shared Proxy Hosting is $5 – $30, for VPS is $20 – $90, and for Dedicated Server is $80 – $500.</li>
<li><strong>Policy</strong> – How long is the Money Back Guarantee? Can you cancel the service any time? Is there any minimum contract period? How much dose it cost for the traffic over use?</li>
<li><strong>Features </strong>– How powerful is the web server
<ul>
<li><strong>Memory</strong>: 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.</li>
<li><strong>CPU</strong>: Proxies have a huge about the CPU usage on a server. 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.</li>
<li><strong>Web Space</strong>: 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.</li>
</ul>
</li>
<li><strong>Other </strong><strong><strong>features</strong> &#8211; </strong>What platform is it based on (Linux, Windows)? Does it have everything your proxy script requires (e.g. PHP, cURL)?</li>
</ul>
<p>Based on your budget, expectation, and experience, you may host your web proxy site on Shared Web Server, VPS, or Dedicated Server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gespong.com/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where do they take public proxies?</title>
		<link>http://www.gespong.com/?p=10</link>
		<comments>http://www.gespong.com/?p=10#comments</comments>
		<pubDate>Fri, 16 Oct 2009 17:58:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gespong.com/?p=10</guid>
		<description><![CDATA[Proxies can be used both for the good and the bad, anyway they are still being made &#8211; new and new proxies are coming in daily for this reason.
A proxy server is a software program that enables multiple computers to share a single internet connection. A properly functioning and secure proxy server only accepts connections [...]]]></description>
			<content:encoded><![CDATA[<p>Proxies can be used both for the good and the bad, anyway they are still being made &#8211; new and new proxies are coming in daily for this reason.</p>
<p>A proxy server is a software program that enables multiple computers to share a single internet connection. A properly functioning and secure proxy server only accepts connections from the local addresses on the local area network that it shares the Internet connection for, and then handles the sending and recieving of requests on the Internet.</p>
<p>An &#8220;open&#8221; or insecure proxy server will accept any requests from any computer (whether on the local area network it&#8217;s supposed to be sharing the internet connection for or any computer on the internet) to share the internet connection. This enables any user with sufficient knowlege to use your internet connection for whatever they want if you have an insecure proxy server running.</p>
<p>In most cases an open proxy is unknown to the server owner. This can result from misconfiguration of proxy software running on the computer, or from infection with malware (viruses, trojans or worms) designed for this purpose. There are hundreds of thousands of open proxies online. Many open proxies run very slowly, while other times the speed may change from fast to slow every minute.</p>
<p>Some proxy-websites actively scan for such open proxy servers. <span id="more-10"></span>Proxy scanning is pretty much having software connect to every IP in a range on a given port to test them to see if they have SQUID or another proxy installed. Active scanning for proxies may be detected by Intrusion Detection Systems (IDS)  and considered as illegal activity.  That&#8217;s why many proxy sites come and go very quickly, except for those sites that use legal methods to search for proxies: free online proxy lists, the headers of spam mail, web server log files etc.</p>
<p>The primary argument against open proxies is that their owners may not have intended  for them to be used by the public. However, intent is a difficult thing to judge,  especially when you&#8217;re talking to a computer. By running a service on a machine  accessible to the public, without restricting access to that service, a proxy&#8217;s  administrator is not explicitly denying that service to the public.</p>
<p>In a sense, a proxy server is just like a web server, an FTP server, or any other net service:  if it&#8217;s running and accepting connections, it&#8217;s fair game. The internet is a public  network, and if you&#8217;re running a server you can hardly be surprised when someone  uses it.</p>
<p>According to to U.S. law, 18 U.S.C. § 1030 (Fraud and Related Activity in Connection with Computers) applies only when anyone who knowingly accesses a computer without authorization or has knowingly exceeds his authorized access on that computer. Because an opened proxy, by default, allows connections and use of the service by anyone in the WWW, its administrator has essentially authorized everyone to use the proxy.</p>
<p>Because open proxies are often implicated in abuse, a number of methods have been developed to detect them and to refuse service to them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gespong.com/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free proxy software</title>
		<link>http://www.gespong.com/?p=117</link>
		<comments>http://www.gespong.com/?p=117#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:40:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JAP JonDo]]></category>
		<category><![CDATA[Proxifier]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[UltraSurf]]></category>

		<guid isPermaLink="false">http://www.gespong.com/?p=117</guid>
		<description><![CDATA[UltraSurf is the flagship software product from UltraReach Internet Corp. It enables users inside countries with heavy Internet censorship to visit any public websites in the world safely and freely. It has implemented a complex proxy with complete transparency and a high level of encryption on the Microsoft Internet Explorer (IE) platform. UltraSurf  enables [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UltraSurf</strong> is the flagship software product from UltraReach Internet Corp. It enables users inside countries with heavy Internet censorship to visit any public websites in the world safely and freely. It has implemented a complex proxy with complete transparency and a high level of encryption on the Microsoft Internet Explorer (IE) platform. UltraSurf  enables users to browse any website just the same as using the regular IE browser while it automatically searches the highest speed proxy servers in the background.<span id="more-117"></span></p>
<p><img class="aligncenter size-full wp-image-124" title="Ultrasurf" src="http://www.gespong.com/wp-content/uploads/2010/04/Ultrasurf_main.png" alt="" width="320" height="226" /></p>
<p>UltraSurf implements almost all browser functions based on HTTP and user needs, such as browsing websites, login and posting on web forums, using Web mail, uploading and downloading data files, real time audio, video and other multimedia programs, etc. Ultrasurf does not need any skill and any one only need to run this small application and everything is done though it is for Internet Explorer but for Mozilla FireFox you need an additional plugin &#8220;wjbutton_en.xpi&#8221; to be installed in browser.</p>
<p><img class="aligncenter size-full wp-image-125" title="wj-enable" src="http://www.gespong.com/wp-content/uploads/2010/04/wj-enable.jpg" alt="" width="500" height="89" />After installation of this plugin for Mozilla a small tab on bottom right site of Firefox window as “WJ Enabled” will be installed and clicking on it will turn it to green means now Firefox is configured to use bypass proxy server and re-clicking on it will change it to red thus disabling it. Note that for Ultrasurf in Mozilla to work properly you need to have running the version of Ultrasurf for Internet Explorer in the background.</p>
<p><strong>JAP JonDo</strong> is a free, open-source and highly portable (Java-based) client software for accessing the JonDonym services. It&#8217;s an excellent piece of proxy software which can help you bypass most of firewalls. JAP JonDo is easy to install and easy to use. It&#8217;s fast, uses very less CPU resources and barely slows down your internet speed and works like a treat. Further No registry settings have to be changed, and administration rights are not needed, neither for installation, nor for running the program. The software is open source and free for use.</p>
<p><img class="aligncenter size-full wp-image-118" title="JonDo" src="http://www.gespong.com/wp-content/uploads/2010/04/JonDo.png" alt="" width="244" height="242" /></p>
<p>JAP Anon Proxy provides the functionality to surf the web without being observed. This means that neither the requested server nor any observer on the Internet can know which user has viewed which web page. Since many users make use of the anon service at the same time, the internet connections of each user are hidden among those of all the other users. Every user could have been responsible for any connection. Nobody, no outstanding person, no other user, not even the operator of the AN.ON service can determine which internet connections were requested by a certain user. In short, it&#8217;s a must have proxy software.</p>
<p><strong>Proxifier </strong>is a program that allows network applications that do not support working through proxy servers to operate through an HTTPS or SOCKS proxy or a chain of proxy servers.</p>
<p><img class="aligncenter size-full wp-image-130" title="Proxifier" src="http://www.gespong.com/wp-content/uploads/2009/09/Proxifier.jpg" alt="" width="350" height="242" /></p>
<p>There are many network applications that do not support working through proxy servers and thus cannot be used behind a LAN or firewall(s). These can compromise corporate privacy and lead you to many other restrictions. Proxifier solves all of these problems and gives you the opportunity to work with your favorite software without any restrictions. Additionally, it lets you gain extra control over network security, create a proxy tunnel and add more power to network functionality.</p>
<p>With Proxifier you can work with any Internet client (browsers, FTP, IRC, BitTorrent, messengers, telnet, SSH, video/audio, games&#8230;) through a network that is separated from Internet by a firewall (only one open port is required for a proxy tunnel to bypass firewall).</p>
<p>Proxifier will provide you with added privacy in all your Internet activities. An example is sending and receiving email through a proxy server or by chaining multiple proxy servers together. Proxifier supports all mail clients while allowing you to remain anonymous.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gespong.com/?feed=rss2&amp;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using SSH as a SOCKS proxy (video tutorial)</title>
		<link>http://www.gespong.com/?p=128</link>
		<comments>http://www.gespong.com/?p=128#comments</comments>
		<pubDate>Thu, 10 Sep 2009 22:26:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[SOCKS]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.gespong.com/?p=128</guid>
		<description><![CDATA[Sometimes it’s useful to tunnel all web traffic over SSH, without having to start Firefox on a remote computer. For example, to work around network monitoring or snooping, or to avoid badly configured routers on the Internet. If you can change the settings on your web browser, you can probably use SSH to circumvent these [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it’s useful to tunnel all web traffic over SSH, without having to start Firefox on a remote computer. For example, to work around network monitoring or snooping, or to avoid badly configured routers on the Internet. If you can change the settings on your web browser, you can probably use SSH to circumvent these filters.<span id="more-128"></span></p>
<p>SOCKS is a protocol is used by some proxy servers. The SOCKS protocol allows a client (such as a web browser) to ask a server to download a file for it, rather than downloading the file directly. Most SSH clients can act as a SOCKS proxy server, securely tunnelling requests through your SSH session, making an ordinary (insecure) web request from your Ubuntu computer.</p>
<p>Using the command-line SSH client, you should activate SOCKS by doing:<br />
<span style="color: #888888;">ssh -C -D 1080 user@host</span></p>
<p><span style="color: #888888;">-D</span> refers to <span style="color: #888888;">D</span>ynamic port forwarding, and 1080 is the standard SOCKS port. You can use a different port if you prefer, but you should choose a port in the range 1024 to 49151, inclusive.</p>
<p><span style="color: #888888;">-C</span> enables <span style="color: #888888;">C</span>ompression, which speeds the tunnel up when proxying mainly text-based information (like web browsing), but can slow it down when proxying binary information (like downloading files).</p>
<p>There is also a brief discussion in the PuTTY manual page about how to get PuTTY to act as a SOCKS proxy server.</p>
<p>Once you have set your SOCKS proxy up, your applications can use a SOCKS proxy on the computer you are connecting from. For example, in Firefox:</p>
<ul>
<li>go to Edit -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Connection -&gt; Settings&#8230;</li>
<li>check &#8220;Manual proxy configuration&#8221;</li>
<li>make sure &#8220;Use this proxy server for all protocols&#8221; is cleared</li>
<li>clear &#8220;HTTP Proxy&#8221;, &#8220;SSL Proxy&#8221;, &#8220;FTP Proxy&#8221;, and &#8220;Gopher Proxy&#8221; fields</li>
<li>enter &#8220;127.0.0.1&#8243; or &#8220;localhost&#8221; for &#8220;SOCKS Host&#8221;, and &#8220;1080&#8243; (or whatever port you chose) for Port.</li>
</ul>
<p>You can also set Firefox to use the DNS through that proxy, so even your DNS lookups are secure:</p>
<ul>
<li>Type in about:config in the Firefox address bar</li>
<li>Find the key called &#8220;network.proxy.socks_remote_dns&#8221; and set it to true</li>
</ul>
<p>The SOCKS proxy will stop working when you close your SSH session. You will need to change these settings back to normal in order for your browser to work again.</p>
<p>Here is video tutorial of using SSH dynamic port forwarding and a SOCKS proxy (port 7777) to browse securely with HTTP traffic encrypted within a SSH tunnel. Useful if you have access to a SSH server and are using web browsers in an unsafe environment eg cafes, airports etc.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/3JZ74QDnty0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="405" src="http://www.youtube.com/v/3JZ74QDnty0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gespong.com/?feed=rss2&amp;p=128</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTTP, SOCKS &amp; CGI</title>
		<link>http://www.gespong.com/?p=98</link>
		<comments>http://www.gespong.com/?p=98#comments</comments>
		<pubDate>Wed, 02 Sep 2009 16:24:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[SOCKS]]></category>

		<guid isPermaLink="false">http://www.gespong.com/?p=98</guid>
		<description><![CDATA[HTTP proxy server is a proxy, allowing working on the Internet with HTTP and (not always) FTP protocols. It (as well as other proxy servers) can carry out caching of information downloaded from the Internet. HTTP proxy servers have several anonymity levels. It depends on purposes, which a proxy is used for, so an anonymity [...]]]></description>
			<content:encoded><![CDATA[<p><strong>HTTP</strong> proxy server is a proxy, allowing working on the Internet with HTTP and (not always) FTP protocols. It (as well as other proxy servers) can carry out caching of information downloaded from the Internet. HTTP proxy servers have several anonymity levels. It depends on purposes, which a proxy is used for, so an anonymity requirement is not always an essential one. Conditionally HTTP proxy servers by their anonymity degree could be divided onto: Transparent, Anonymous, Distorting, High anonymous (elite) (see my previous <a href="http://www.gespong.com/?p=8" target="_self">post</a>). Now HTTP proxy servers are the most widespread. Their support (ability to use them) is included into many programs: browsers, download managers etc.</p>
<p><strong>SOCKS</strong> is an Internet protocol that facilitates the routing of network  packets between client-server applications via a proxy server. Though  this protocol was developed long ago enough, it is rather new (compared  to the HTTP proxy). SOCKS allows to work with any protocols. A socks proxy simply  transfers data from a client to a server, not penetrating into this data  contents (therefore it can work with HTTP, FTP, SMTP, POP3, NNTP,  etc.).<span id="more-98"></span></p>
<p>As SOCKS (as it was already marked above) transfers all  data from a client to a server, nothing adding from itself, from the  point of view of a web-server, a socks proxy is a client. Therefore  anonymity of this type of proxy servers is really always absolute.</p>
<p>At  present time there exist 2 versions of the SOCKS protocol: 4 and 5. The  4th version, as it appeared earlier, is more widespread. However, now  the 5th version is also supported by many popular programs such as ICQ  (old ICQ versions, in general, could use only SOCKS proxies), Napster,  AudioGalaxy, EeDoonkey2000 (MP3 files downloaders) etc. Generally  speaking, as a SOCKS proxy can &#8220;proxy&#8221; any TCP / UDP protocol, it could  be used also by mail programs, but they do not do it. Therefore, for  such programs (which cannot work with socks) there was developed a  special software automatically enabling TCP and UDP networking client  applications to traverse a SOCKS server. The most popular program is the SocksCap. It allows to capture all  traffic of a program and to route it onto a SOCKS proxy 4 or 5.</p>
<p>The Common Gateway Interface (<strong>CGI</strong>) is a standard protocol that defines how webserver software can delegate the generation of webpages to a console application. Such applications are known as CGI scripts; they can be written in any programming language, although scripting languages are often used. For use of a CGI proxy you do not need to change your browser settings,  to install additional programs or to make something else more complex.  It is enough, if one opens a web page of CGI proxy in a browser, enters a  required URL into the address field and press the &#8220;Go&#8221; button, then you will get onto page, which URL you have specified to a CGI proxy. But address of this page (in the address line) from the point of view of your computer will be another, something like this: http://www.cgi-proxy.com/http/www.your-url.com/path/. CGI proxy supports HTTP and (sometimes) FTP and HTTPS protocols. As for anonymity, CGI proxies are the same, as the HTTP proxies. The disadvantages in usage of the CGI proxies are presence of additional advertising (which adds a CGI proxy itself, they simply exist at the expense of such advertising), a limited FTP / HTTPS support (not always supported) and sometimes a CGI proxy do not allow to view pictures.</p>
<p><strong>Proxy types comparsion table:</strong></p>
<table class="bordered-table-back" border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<table border="1" cellspacing="1" cellpadding="5" width="100%">
<tbody>
<tr class="bordered-table-front">
<th width="50%">Property</th>
<th>HTTP</th>
<th>SOCKS</th>
<th>CGI</th>
</tr>
<tr class="bordered-table-front">
<td width="50%">Supported protocols</td>
<td>
<div>HTTP, FTP (sometimes)</div>
</td>
<td>
<div>HTTP, FTP, POP3, SMTP, UDP, all TCP/IP</div>
</td>
<td>
<div>HTTP, FTP (sometimes)</div>
</td>
</tr>
<tr class="bordered-table-front">
<td width="50%">Proxy chaining supporting</td>
<td>
<div>sometimes (need SSL support)</div>
</td>
<td>
<div>yes</div>
</td>
<td>
<div>yes</div>
</td>
</tr>
<tr class="bordered-table-front">
<td width="50%">Software required</td>
<td>
<div>browser with proxy support (all modern<br />
browsers)</div>
</td>
<td>
<div>special programs to work with socks</div>
</td>
<td>
<div>browser only</div>
</td>
</tr>
<tr class="bordered-table-front">
<td width="50%">Easy in use</td>
<td>
<div>you must know how set up proxy in browser</div>
</td>
<td>
<div>you must know special programs and how<br />
to set up its</div>
</td>
<td>
<div>skills of Internet using</div>
</td>
</tr>
<tr class="bordered-table-front">
<td width="50%">Anonymity</td>
<td>
<div>
<p>transparent,</p>
<p>anonymous,</p>
<p>high anonymous</p>
</div>
</td>
<td>
<div>high anonymous only</div>
</td>
<td>
<div>
<p>transparent,</p>
<p>anonymous,</p>
<p>high anonymous</p>
</div>
</td>
</tr>
<tr class="bordered-table-front">
<td width="50%">complication of proxy chain creation</td>
<td>
<div>very hard (you need special software)</div>
</td>
<td>
<div>hard (you need special software)</div>
</td>
<td>
<div>easy (you don&#8217;t need to change any settings)</div>
</td>
</tr>
<tr class="bordered-table-front">
<td width="50%">using behind corporate proxy</td>
<td>
<div>hard</div>
</td>
<td>
<div>only if your corporate proxy is socks</div>
</td>
<td>
<div>very easy</div>
</td>
</tr>
<tr class="bordered-table-front">
<td width="50%">Additional traffic using (AD banners)</td>
<td>
<div>no</div>
</td>
<td>
<div>no</div>
</td>
<td>
<div>
<p>yes</p>
<p>(sometimes is very much)</p>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.gespong.com/?feed=rss2&amp;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
