Book Image

phpBB: A User Guide

Book Image

phpBB: A User Guide

Overview of this book

phpBB is a free, open source Internet community application, with outstanding discussion forums and membership management. Written in the PHP scripting language, and making use of the popular MySQL database, phpBB is a standard among web hosting companies throughout the world, and is one of the most widely-used bulletin board packages in the world. This book is an abridged version of "Building Online Forums with phpBB 2", (ISBN 1904811132), focusing on a complete set of topics to help you set up and run your own phpBB-powered online community. This book gives you the power to use phpBB to set up and run your own online discussion forums with ease. It takes you through the whole process of setting up your phpBB site, and helps you create, customize, and manage your own online community with phpBB. Written by experienced phpBB administrators and enthusiasts, the emphasis is on simple and practical guidance for you to get the most from phpBB. Packed with step-by-step examples, this book is your ideal guide to learning phpBB.
Table of Contents (11 chapters)

Installation


Now that all the prerequisites have been met, let's start the installation process:

  1. Download: Download the compressed phpBB files from http://www.phpbb.com/downloads.php selecting a compression format that you know how to decompress.

  2. Decompress: Unzip the files to a selected directory, using your preferred compression utility (WinZip for example). If you're installing locally, unzip to a directory within your web root. The top-level directory of the phpBB directory tree will be called phpBB2.

  3. FTP: If you're installing locally, skip this step. If you're installing on a remote server, copy the whole phpBB2 directory as-is to the remote server. You can do this easily using an FTP program to connect to your server and transfer the files.

  4. Select your phpBB root. This step is when you need to make an important decision—where on your server you are installing phpBB and how you are naming it. The reason why this is important is because this will determine how your users will see your...