phpBB
phpBB (short for "PHP Bulletin Board") is free, open-source software for running internet discussion forums, written in PHP. In development since 2000, it spent years as one of the most popular forum scripts in the world and still provides a dependable foundation for online communities of any size.
How phpBB works
phpBB is a classic server-side application: PHP code drives the forum logic, while all content — posts, topics, user accounts and permissions — lives in a database, most often MySQL or MariaDB. Installing it means uploading the files to a server, creating a database and stepping through a setup wizard.
The forum structure is hierarchical: categories hold forums, forums hold topics, and topics hold individual posts. A roles-and-permissions system defines precisely who can post, moderate or administer. Appearance is controlled through styles (templates), and functionality is extended with add-ons installed from the official extension database.
Practical application
phpBB fits anywhere a traditional discussion platform is needed: hobby forums, gaming communities, product support boards and internal company forums. Built-in moderation tools, anti-spam features and user management make it suitable for small groups and very large communities alike.
Because phpBB only requires PHP and a database, it runs on virtually any shared hosting account or VPS. Keeping the core and every extension patched is a fundamental part of securing any forum exposed to the public internet. Comparable alternatives with a similar profile include MyBB and Simple Machines Forum. Regular version and extension updates are therefore a routine part of running a healthy phpBB community over the long term.
Powiązane pojęcia
Najczęstsze pytania
Is phpBB free to use?
Yes. phpBB is released under the GNU GPL, so you can download and run it at no cost, including on commercial sites. Only optional extras — premium styles, third-party extensions or managed hosting and setup services — may carry a fee.
