<?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>How to Install PHP Scripts</title>
	<atom:link href="http://www.installphpscripts.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.installphpscripts.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 20 Jan 2012 15:36:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Install a PHP Script Fast and Easy</title>
		<link>http://www.installphpscripts.com/how-to-install-a-php-script-fast-and-easy/</link>
		<comments>http://www.installphpscripts.com/how-to-install-a-php-script-fast-and-easy/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 15:36:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.installphpscripts.com/?p=4</guid>
		<description><![CDATA[Before installing a PHP script please make sure you have a hosting account that supports PHP and MySQL databases. If you are not sure about this, ask your provider first. &#160; Now let’s install the PHP script in 3 easy steps: &#160; 1. Edit the configuration file included in your script package &#160; Unzip your script [...]]]></description>
			<content:encoded><![CDATA[<h2></h2>
<div>
<p>Before installing a PHP script please make sure you have a hosting account that supports PHP and MySQL databases. If you are not sure about this, ask your provider first.</p>
<p>&nbsp;</p>
<p>Now let’s install the PHP script in 3 easy steps:</p>
<p>&nbsp;</p>
<p><em><strong>1. Edit the configuration file included in your script package</strong></em></p>
<p>&nbsp;</p>
<p>Unzip your script package and search for the configuration file. Usually the name of the configuratgion file is “config.php”. But this file can also have a different or similar name.</p>
<p>In the configuration file you will find the following variables:</p>
<ul>
<li>$host=”</li>
<li>$username=”</li>
<li>$pass=”</li>
<li>$db=”</li>
</ul>
<p>Let’s take each variable separately.</p>
<ul>
<li>$host – this variable must be set to “localhost” unless you want to use the database on a different web server</li>
<li>$username – this variable defines your MySQL database user</li>
<li>$pass – this variable defines your MySQL database password</li>
<li>$db – this variable defines the name of your MySQL database</li>
</ul>
<p>The first variable ($host) is usually “localhost” in most of the cases, but the next 3 variables must be defined by you.</p>
<p>In order to create your database, database user and password, you have to login to your hosting control panel. If you are running cPanelX, go to MySQL database section.</p>
<p>First create a new username. Then create a new database. Make sure you assign the new user to the new database (Add user to database).</p>
<p>Now edit the configuration file properly with $username, $pass and $db fields. Save the file.</p>
<p>If the configuration file contains more variables, make sure you complete these too (site url, email address, etc.).</p>
<p>Some scripts may require a “path to directory” variable. Please ask your hosting provider to provide you the correct path.</p>
<p>&nbsp;</p>
<p><em><strong>2. Upload the files to your server</strong></em></p>
<p>&nbsp;</p>
<p>Upload all the files as they are, do not change the directory structure. You will need a FTP client (there are many free ones available) and make sure you upload all files in ASCII format.</p>
<p>&nbsp;</p>
<p><em><strong>3. Run the installation script</strong></em></p>
<p>&nbsp;</p>
<p>The installation script is usually called “install.php”</p>
<p>In order to install the script you have to point your browser to</p>
<p>http://your.domain.name/scriptdirectory/install.php (as an example)</p>
<p>Follow the installation steps. After these the installation should be complete. Please delete the installation file from the server.</p>
<p>Everything done now! Enjoy the installed script <img src="http://www.installphpscripts.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>
</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.installphpscripts.com/how-to-install-a-php-script-fast-and-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

