Current version :
1.2.12 (20/05/2006).
From PunBB website :
PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards. PunBB has fewer features than many other discussion boards, but is generally faster and outputs smaller, semantically correct XHTML-compliant pages.
Download Link :
Download this forum software here :
PunBB.
Server Architecture
| Features |
Details |
Operating Systems
Systems supporting this software.
|
|
Web Server
Web Servers control the communication between the forum and the users.
|
|
Languages
Main development language.
|
|
Databases
Applications which store forum datas.
|
|
It is adviced to install PunBB software on Linux box, with Apache web server and a open source database, like MySQL or PostgreSQL.
One particular feature of PunBB is to support SQLite database, which does not need any database additional daemon. SQLite is a database API, which uses the SQL query language and that only use one file locally. These is particurlarly useful for PHP hosting that does not provide any database connection.
Technical Features
| Technical Features |
Details |
CMS / Blog softwares integration
Web publishing tools which can be integrated with this software.
|
None |
User base integration
This feature is useful when you would like to integrate your forum with an existing solution.
|
None |
Template Engine
With known template engines, it is generally easier to customize forum and create new themes.
|
None |
Webservices / XML-RPC management
Generally allow remote control from other softwares than browsers (program, etc...)
|
No |
As the PunBB author say, PunBB would like to be as simple as possible and implement the features a forum software needs, not more, not less.
Indeed, it's not a surprise if PunBB cannot easily integrate to existing user database or existing CMS software.
However, it is quite easy to integrate your PunBB website in a common PHP architecture (own web site, blog software,...) by using the
include/common.php to any PHP scripts.
See the
PunBB documentation for more information.
You should also consult the
community forum of PunBB for any question about integration.