<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<rss version="2.0">
<channel>
<title>Admin Request - The Tutorial Database! - The five questions posted most recently:</title>
<description>The Offical Admin Request Admin Tutorials</description>
<link>http://tutorials.adminrequest.com</link>	<item>
		<title><![CDATA[How to install a phpBB forum?]]></title>
		<description><![CDATA[<p>
Since its creation in 2000, phpBB™ has become the most widely used Open Source forum solution. Like its predecessors, phpBB™ has an easy to use administration panel and a user friendly installation process, which allows you to have a forum set up in minutes. 
</p>
<p>
With a large and highly customisable set of key features coupled with a standards compliant interface, phpBB™ will grow with, and compliment your website. With millions of installations worldwide, it is no wonder phpBB™ is one of the most popular ways to create and support a community. 
</p>
<h3><font color="#ff6600">Requirements:</font></h3>
<p>
phpBB has a few requirements which must be met before you are able to install and use it. In this section, these requirements are explained. 
</p>
<ul>
	<li>A webserver or web hosting account running PHP <font color="#ff6600">(Hypertext Preprocessor).</font></li>
	<li>A SQL database system, one of:<br />
	</li>
	<ul>
		<li>FireBird 2.0 or above </li>
		<li>MySQL 3.23 or above </li>
		<li>MS SQL Server 2000 or above (directly or via ODBC) </li>
		<li>Oracle </li>
		<li>PostgreSQL 7.x or above </li>
		<li>SQLite <br />
		</li>
	</ul>
	<li>
	<p>
	PHP 4.3.3 or above with support for the database you intend to use. The optional presence of the following modules within PHP will provide access to additional features, but they are not required. 
	</p>
	<ul>
		<li>zlib Compression support </li>
		<li>Remote FTP support </li>
		<li>XML support </li>
		<li>Imagemagick support </li>
	</ul>
	</li>
</ul>
<h3><font color="#ff9900">Installation:</font></h3>
<p>
phpBB has an easy to use installation system that will guide you through the installation process.<br />
<br />
After you have uploaded phpBB to the location you want it to be, you have to enter the <span class="acronym">URL</span> into your browser to get to the installation screen. It is enough to point the browser to the folder where you moved it to (http://www.example.com/phpBB3 for instance). phpBB will automatically detect that it is not yet installed and forward you to the installation screen.<br />
<span><br />
The installation screen gives you a short introduction into phpBB. It allows you to read the license phpBB 3.0 is released under (General Public License) and provides information about how you can receive support. </span><span>To start the installation, use the <span class="guilabel">Install</span> button.</span> 
</p>
<h3><span><font color="#ff9900">Step 1: Setting up the Database</font></span></h3><span>We have not included a tutorial of setting up your database into the phpBB tutorial. Please click the following link to search for a tutorial about <a href="index.php?search=Setting+up+a+database&amp;submit=Search&amp;action=search&amp;searchcategory=%25" target="_blank">&#39;setting up a database&#39;</a>.</span><span> 
<h3><font color="#ff9900">Step 2: Database settings</font> </h3>
<p>
The first page you will see after starting the installation is the <span class="guilabel">Requirements</span> list. phpBB checks automatically whether everything that it needs to run properly is installed on your server. You need to have at least the minimum <span class="acronym">PHP</span> version installed, and at least one database available to continue the installation. Also important, is that all shown folders are available and do have the correct permissions. Please see the description of each section to find out whether they are optional or required for phpBB to run. If everything is in order, you can continue the installation with <span class="guilabel">Start Install</span>. 
</p>
<p>
You now have to decide which database to use. If you do not know your database settings, please contact your host and ask for them. You will not be able to continue without them. You need: 
</p>
<ul>
	<li>
	<div class="itemizedlist">
	<strong>The <span class="guilabel">Database Type</span></strong> - the database you will be using. 
	</div>
	</li>
	<li>
	<div class="itemizedlist">
	<strong>The </strong><span class="guilabel"><strong>Database server</strong> <strong>hostname or DSN</strong></span> - the address of the database server also called LocalHost. 
	</div>
	</li>
	<li>
	<div class="itemizedlist">
	<strong>The </strong><span class="guilabel"><strong>Database server</strong> <strong>port</strong></span> - the port of the database server (most of the time this is not needed). 
	</div>
	</li>
	<li>
	<div class="itemizedlist">
	<strong>The </strong><span class="guilabel"><strong>Database name</strong> </span>- the name of the database on the server. 
	</div>
	</li>
	<li>
	<div class="itemizedlist">
	<strong>The <span class="guilabel">Database username</span> and <span class="guilabel">Database password</span></strong> - the login data to access the database. 
	</div>
	</li>
</ul>
<p>
You don&#39;t need to change the <span class="guilabel">Prefix for tables in database</span> setting, unless you plan on using multipe phpBB installations on one database. In this case you can use a different prefix for each installation to make it work. 
</p>
<p>
After you entered your details, you can continue with the <span class="guilabel">Proceed to next step</span> button. Now phpBB will check whether the data you entered will lead to a successful database connection and whether tables with the same prefix already exist. 
</p>
<p>
A <span class="guilabel">Could not connect to the database</span> error means that you didn&#39;t enter the database data correctly and it is not possible for phpBB to connect. Make sure that everything you entered is in order and try again. Again, if you are unsure about your database settings, please contact your host. 
</p>
<p>
If you installed another version of phpBB before on the same database with the same prefix, phpBB will inform you and you just need to enter a different database prefix. 
</p>
<p>
If you see the <span class="guilabel">Successful Connection</span> message, you can continue to the next step. 
</p>
<h3><span><font color="#ff9900">Step 3: Administrator details</font></span> </h3>
<p>
Now you have to create your administration user. This user will have full administration access and he will be the first user on your forum. All fields on this page are required. You can also set the default language of your forum on this page. In a vanilla phpBB installation we only include <span class="guilabel">English [GB]</span>. You can download further languages from <a href="http://www.phpbb.com/" target="_top">http://www.phpbb.com/</a>, and add them later. 
</p>
<h3 class="title"><span><font color="#ff9900">Step 4: Configuration file</font> </span></h3><span>In this step, phpBB will try to write the configuration file automatically. The forum needs the configuration to run properly. It contains all database settings, so without it, phpBB will not be able to access the database. </span><span>
<p class="section">
Usually writing the configuration file automatically works fine. But in some cases it can fail due to wrong file permissions, for instance. In this case, you need to upload the file manually. phpBB asks you to <span class="guilabel">download</span> the config.php file and tells you what to do with it. Please read the instructions carefully. After you have uploaded the file, use <span class="guilabel">Done</span> to get to the last step. If <span class="guilabel">Done</span> returns you to the same page as before, and does not return a success message, you did not upload the file correctly. 
</p>
<h3 class="section"><font color="#ff9900">Step 5: Advanced settings</font></h3>The <span class="guilabel">Advanced settings</span> allow you to set some parameters of the board configuration. They are optional, and you can always change them later. So if you are not sure what these settings mean, proceed to the final step and finish the installation. 
<p class="titlepage">
If the installation was successful, you can now use the <span class="guilabel">Login</span> button to visit the <span class="guilabel">Administration Control Panel</span>. 
</p>
<h5 class="title"><font color="#ff9900">Important!</font></h5>
<div class="titlepage">
<pre class="title">
You <strong>should remove</strong> the <strong>install directory</strong> from your server as you will only be able to access the Administration Control Panel whilst it is present.
</pre>
</div>
</span></span>
]]></description>
		<link>http://tutorials.adminrequest.com/index.php?action=artikel&amp;cat=1&amp;id=1&amp;artlang=en</link>
		<pubDate>Sat, 02 Feb 2008 02:43:00 GMT</pubDate>
	</item>
</channel>
</rss>