<?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>OpenSourcer Script Installation &#38; Upgrade Blog &#187; tutorials</title>
	<atom:link href="http://opensourcer.com/blog/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://opensourcer.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2010 19:43:37 +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>Can your hosting run this script?</title>
		<link>http://opensourcer.com/blog/can-your-hosting-run-this-script/</link>
		<comments>http://opensourcer.com/blog/can-your-hosting-run-this-script/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 11:26:00 +0000</pubDate>
		<dc:creator>k</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[script installation]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://opensourcer.com/blog/2008/01/19/can-your-hosting-run-this-script/</guid>
		<description><![CDATA[The question is &#8220;How do I know the script is able to run on the hosting package that I&#8217;m going to buy?&#8221;
In this post we outline steps that you can take to make sure you purchase the right hosting.

Get a Linux server that supports PHP and MySQL
Most PHP, MySQL runs well on Unix server, Linux [...]]]></description>
			<content:encoded><![CDATA[<p>The question is &#8220;How do I know the script is able to run on the hosting package that I&#8217;m going to buy?&#8221;</p>
<p>In this post we outline steps that you can take to make sure you purchase the right hosting.</p>
<ol>
<li><strong>Get a Linux server that supports PHP and MySQL<br />
</strong>Most PHP, MySQL runs well on Unix server, Linux is popular operating system but you also have FreeBSD.</li>
<li><strong>Check the requirement of the scripts you are going to run</strong><br />
Almost all scripts will list the requirement somewhere. Sometime they are hidden somewhere under different names, for example<br />
WordPress: <a href="http://codex.wordpress.org/Hosting_WordPress" title="Server requirements for hosting WordPress" target="_blank">Hosting WordPress</a><br />
phpBB: <a href="http://www.phpbb.com/support/documentation/3.0/quickstart/quick_requirements.php" title="Requirements for running phpBB" target="_blank">Documentation:Requirements</a><br />
CMS Made Simple: <a href="http://wiki.cmsmadesimple.org/index.php/User_Handbook/Installation/Requirements" title="Installation requirements for CMS Made Simple" target="_blank">User Handbook/Installation/Requirements</a></li>
<li><strong>Ask the web hosting company for a phpinfo output<br />
</strong>Most competent webhost will respond to this. The output looks something like this:<br />
<img src="http://opensourcer.com/blog/wp-content/uploads/2008/01/phpinfo-example.jpg" alt="phpinfo output example" height="309" hspace="3" vspace="3" width="360" /></li>
<li><strong>Ask the webhosting company directly</strong><br />
Alternative, if you don&#8217;t want to deal with the technical mumbo jumbo, ask the hosting company directly.<br />
We recommend though that you try it yourself. It is a good learning process anyway.</li>
</ol>
<p>Once you have done the above steps, you need to know what to look for. Let&#8217;s take the example from the <a href="http://codex.wordpress.org/Hosting_WordPress" title="Server requirements for hosting WordPress" target="_blank">WordPress requirements</a>.</p>
<p><strong>PHP version<br />
</strong>This is displayed right on top, for example <strong>5.2.5</strong>. WordPress says it need PHP version 4.2 or greater, so we are good (5.2.5 is greated than 4.2).</p>
<p><strong>MySQL<br />
</strong>On the phpinfo output page search for &#8220;<em>Client API version</em>&#8221; (Ctrl+F on IE and Firefox). Check the number give against WordPress requirement which is MySQL version 4.0 or greater.</p>
<p><strong>Apache mod_rewrite</strong><br />
This is optional but is useful for SEO friendly URL and such. So if you need that, check for it. Do a search on the page for &#8220;<em>mod_rewrite</em>&#8220;. It should appears under the Apache section.</p>
<p>And you are good to go!</p>
<p>For other scripts, there may be other requirements such as <strong>safe_mode</strong>, <strong>magic_quotes_gpc</strong>, <strong>gd</strong>, <strong>iconv</strong>, <strong>mbstring</strong>. Simply do a search on the page for them and see the corresponding details that follows.</p>
<p>Most of the time they have very self-explanatory values like &#8220;on&#8221;, &#8220;off&#8221;. Sometime the presence or absence of the word suggest it is there or not.</p>
<p>Just follow these few steps and you can easily determine if you can your script on the host.</p>
<p>If you have question about whether your host can run a script, <a href="http://opensourcer.com/contact" title="contact us" target="_blank">send us a note</a> we can help you take a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://opensourcer.com/blog/can-your-hosting-run-this-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

