Phorum

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Wargo (talk | contribs) at 18:26, 11 March 2016 (mistake). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Original author(s)Brian Moon
Developer(s)Phorum Development Team
Initial releaseApril 1998
Stable release
5.2.20 / 19 July 2015; 8 years ago (2015-07-19)
Repository
Written inPHP[1]
TypeForum software
LicensePhorum License (BSD like)
Websitewww.phorum.org

Phorum is an open source message board system written in PHP.[1]

History

In April 1998, Brian Moon developed three scripts that would meet the basic needs of dealmac.com.[2] With 30 days of testing, the code was prepared enough to put into production. It was named WebThreads, though this name was later found to collide with another, similar product. The name Phorum came from combining "PHP" and "forum". It was released under the GPL, though it would later be changed to the Phorum license, a BSD style license.

As dealmac.com grew, the demands for the software grew. Brian had already begun writing Phorum 2.0. However, upon a review of the code, 2.0 was clearly not able to scale to dealmac.com's needs. This led to dealmac.com hiring Brian Moon to create what would become Phorum 3.0. The site owners were very open to open source. Initially, Phorum 3 was developed primarily by Brian Moon with some help from Jason Birch of Bar-None Drinks.[3]

In 2000, Dan Langille[4] joined the Phorum team and has concentrated on maintaining the PostgreSQL code.

In 2001, Thomas Seifert of MySnip.de[5] came on board, contributing an internal user system in Phorum. Previously, Phorum had relied on external user systems for user management.

Version 4 was never realized due to several problems with the direction of the code. Brian and Thomas instead started version 5, which was focused on speed and extensibility. This release made the product comparable to other offerings.

In September 2005, Maurice Makaay of Gitaar.net[6] joined the Phorum team, contributing an easier to use message posting system and code for improving the Phorum module system. The Phorum module system provides a very flexible solution for implementing extra features and a lot of new features have been implemented as easy to install and use modules.

Phorum 5.2.x is the current stable branch as of this writing. Many changes were made to 5.2 versus 5.1 including a new template and the addition of a documented API for developing other applications for use with Phorum.

In recent history, Phorum has been installed on websites such as MySQL.com forums.[7]

See also

References

  1. ^ a b Marcel Gagné (March 1, 2002). "Scriptwriting for ze Web and Everywhere Else". Linux Journal. Retrieved February 1, 2010. {{cite news}}: Italic or bold markup not allowed in: |publisher= (help)
  2. ^ dealmac.com
  3. ^ Bar-None Drinks
  4. ^ Dan Langille
  5. ^ MySnip.de
  6. ^ Gitaar.net
  7. ^ MySQL.com forums

External links