<?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>gHacks technology news &#187; banned sites</title>
	<atom:link href="http://www.ghacks.net/tag/banned-sites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 20:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A solution for visiting blocked contents</title>
		<link>http://www.ghacks.net/2007/09/25/a-solution-for-visiting-blocked-contents/</link>
		<comments>http://www.ghacks.net/2007/09/25/a-solution-for-visiting-blocked-contents/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 08:18:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[banned sites]]></category>
		<category><![CDATA[blocked websites]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[php proxy]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/09/25/a-solution-for-visiting-blocked-contents/</guid>
		<description><![CDATA[Companies, Universities, Schools and pretty much everyone else are blocking or banning contents on the web that they deem inappropriate, questionable or distracting. The banning spree however goes sometimes to far and websites that should not be blocked are blocked as well.]]></description>
			<content:encoded><![CDATA[<p>Companies, Universities, Schools and pretty much everyone else are blocking or banning contents on the web that they deem inappropriate, questionable or distracting. The banning spree however goes sometimes to far and websites that should not be blocked are blocked as well.</p>
<p>There is a quick solution for accessing those contents and I would like to introduce it here. All that you need is some webspace on the Internet and php support there. You can take a look at free hosting solutions for instance and sign up at one of the sites mentioned there or you could pay about $6 and get your own domain name and some webspace for about $4 per month.</p>
<p>The advantage of your own domain name is that you will have an email account associated with it which you can normally use to check and send emails from using a webmailer. This is helpful if websites such as gmail, hotmail and yahoo mail are blocked in your network as well. </p>
<p><span id="more-2043"></span><strong>Accessing blocked websites:</strong></p>
<p>All you need to do is to find a web proxy that is working. You could search the Internet for working ones or upload and use your own web proxy. The latter method has several advantages. It is unlikely that a proxy gets banned that is not causing lots of traffic. The difference between one user who is visiting blocked websites and dozens is noticeable.</p>
<p>Another advantage is that the proxy will not get banned if the administrator decides to block a list of proxies that he found on the Internet. Yours will not be in that list because no one but you knows about it.</p>
<p>I suggest to use the script mentioned at the end of this article. The PHP proxy script just needs to be moved to the webserver, no installation is necessary on your part. Create a new directory on your webspace and make sure you name it inconspicuously, holidays or something like that. </p>
<p>It could be a good move to password protect that directory using a simply .htaccess file. You need to make sure that your hoster has that enabled. If he has use the Htaccess Password Generator to generate a password and protect the directory with the proxy.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/09/phpproxy.jpg" alt="php proxy" /></p>
<p><strong>Send and Receive Emails:</strong></p>
<p>Sending Emails is not a problem if you have your own webspace with php enabled. You can simply upload one of the many contact forms like the one mentioned at the end of this article. You do need to change one file to add your email address to it. In the case of the contact form that I mentioned below it is the file output.php. Just edit the existing email address to yours twice and you are ready to go.</p>
<p>Upload the script to your webspace and send emails to your account. This is great for quick note taking, sending urls for instance or to do lists.</p>
<p>Checking your mails is a little bit more complicated and I suggest to use the webmailer of a webhosting company for this. Another possibility would be to find a webmail provider that is not banned in your network yet. Search for small ones in Google using terms like &#8216;free email accounts&#8217; and similar search strings.</p>
<p>To be able to read all of your mail you could simply forward the mail from other accounts to this one. This would make it possible to read all of your mails while in the network that has most of the webmailers, including your default one, blocked.</p>
<p><strong>Read More:</strong></p>
<p><a href="http://www.free-webhosts.com/free-php-webhosting.php">Free PHP Hoster List</a><br />
PHP Proxy Script<br />
<a href="http://tools.dynamicdrive.com/password/">Htaccess Password Generator</a><br />
<a href="http://www.americanfinancing.net/mini-me-contact-form.cfm">Mini Me Contact Form</a></p>

	Tags: <a href="http://www.ghacks.net/tag/banned-sites/" title="banned sites" rel="tag">banned sites</a>, <a href="http://www.ghacks.net/tag/blocked-websites/" title="blocked websites" rel="tag">blocked websites</a>, <a href="http://www.ghacks.net/tag/email-client/" title="email client" rel="tag">email client</a>, <a href="http://www.ghacks.net/tag/php-proxy/" title="php proxy" rel="tag">php proxy</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/28/access-blocked-websites-by-email/" title="Access Blocked Websites By Email (November 28, 2008)">Access Blocked Websites By Email</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/11/03/voxox-unified-messaging/" title="VoxOx Unified Messaging (November 3, 2008)">VoxOx Unified Messaging</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/10/24/use-picidae-to-access-blocked-and-censored-websites/" title="Use Picidae to access blocked and censored websites (October 24, 2007)">Use Picidae to access blocked and censored websites</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/06/16/two-quick-email-tips-to-save-the-day/" title="Two Quick Email Tips To Save The Day (June 16, 2009)">Two Quick Email Tips To Save The Day</a> (19)</li>
	<li><a href="http://www.ghacks.net/2008/10/12/track-emails/" title="Track Emails (October 12, 2008)">Track Emails</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/09/25/a-solution-for-visiting-blocked-contents/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
