Third Error

Setup a Personal Forum

Posted on by Jason

Tagged as Tweet

In this post we’ll be describing the process to install a personal forum on your computer using the XAMPP server for Windows, and phpBB3, a free forum script with a decent number of features. We’ll be describing how to setup the MySQL database and the installation of the forum. You’ll need your local server set up at this point.

phpBB Logo

After installing phpBB3 you’ll be able to deploy a forum across your network (or Internet, if publicly accessible) which can be used for a variety of purposes, including discussion, file uploading, etc.

Downloading phpBB3

Downloading phpBB 3.0.3 Package (zip)

At the time of this writing, phpBB 3.0.3 is the latest phpBB version. Head to the phpBB website and hit the green block that says Download Latest Release. You’ll be directed to another page, and under Full Package, download either file (they’re both the same). Save it to your xampp/htdocs folder.

Extracting phpBB3

phpBB ZIP Package with Extracted Folder

Head over to the xampp/htdocs folder and right click phpBB-3.0.3.zip and select 7zip, Extract Here (or equivalent, if using a different archive utility). A folder called phpBB3 will be created, which you can rename (I renamed it to forum).

Setting up the MySQL Database

(This section will assume that you have setup a password for XAMPP’s MySQL Database)

XAMPP Control Panel

In your XAMPP folder, open xampp-control.exe, and start Apache and MySQL (so that both of them are running, as per the screenshot above).

Login to phpMyAdmin

Direct your web browser to the phpMyAdmin page, and enter your username (root) and your password, which was setup when you went to the XAMPP security page.

phpMyAdmin: Create Database

Once you login, you should see a Create new database section. Type in a name (I chose forum) and hit Create.

Installing phpBB

phpBB: Checking Requirements

Direct your browser to the phpBB forum directory (mine would be http://localhost/forum/) which should autodirect you to the installation page. Hit the Install tab at the top, then hit the Next Step button at the bottom of the following page. You shuold then come to a page called Installation Compatibility (pictured above). Scroll to the bottom, and hit Start Install.

phpBB Database Details Form

You’ll reach a Database configuration page. Leave all but the last four fields alone.

Hit Proceed to Next Step, and again, if the test connection is successful.

phpBB Administrator Details

phpBB will ask for some basic information. Fill the form in, and hit Proceed to Next Step (3 times, if everything goes well).

Advanced Settings Page

The key thing here to change is to disable all board-wide emails. Once that’s done, you can Proceed to Next Step (twice). Hit Login at the end.

Finishing Up

phpBB Administration Control Panel

You’ll be greeted with this page, which looks eerily similar to the installation pages. As you can see from the big red box, you’ll need to delete the install folder (xampp/htdocs/forum/install/) (replace forum with whatever directory you chose). The blue message can be ignored.

phpBB Forum Setup

Hit Board Index at the top right of the admin panel (or go to http://localhost/forum/) and see the results. You can add more forums and setup many other options via the admin panel (which you can always access with the link at the bottom).

One Response to Setup a Personal Forum

  1. krish says:

    good post man…..it is really help full

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>