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)

History


James Atkinson is the creator of the software. He’s the first developer and now the project manager of the phpBB project. Like a lot of other open-source projects, phpBB started as a personal project. James wanted to set up a discussion forum on his wife’s site. At this time, he had two options: using a commercial package like the pioneer UBB (Ultimate Bulletin Board, written in Perl) or using the free solution named Phorum, which was written in PHP, but had a thread style James didn’t like very much. So he decided to go on his own and create a UBB-like PHP-based bulletin board system.

phpBB was "born" on July 1st, 2000, at 06:45 PM. We know the exact date and time, because that’s when James posted a message on an Internet forum saying that he had created a bulletin board and would like some help with the testing. A few weeks later he opened up the source code for the project, making it free and available for everyone who wanted to join in and contribute to the development.

Other enthusiasts joined, and on December 16th, 2000, the first official phpBB was released—phpBB version 1.0. After this, the release-feature requests-development-testing-release wheel started spinning for the phpBB team.

phpBB became really popular after version 2.0 was released on April 4th, 2002. This version was a complete rewrite of the source code, because the software had become much more feature rich than originally expected, and the old codebase just couldn’t accommodate the new development. The interface was also completely revamped.