PhpBB
[unchecked revision] | [quality revision] |
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{Scripts |
− | | | + | | name = phpBB |
− | | image | + | | image = [[Image:PhpBB.png]] |
| caption = The phpBB logo, used since the release of phpBB 3.0.0. | | caption = The phpBB logo, used since the release of phpBB 3.0.0. | ||
− | | | + | | type = Internet Forum |
− | + | | version = 3.0.8 | |
− | | | + | | level = easy |
− | + | | cost = free | |
− | | | + | | license = GNU General Public License |
− | + | | site =http://www.phpbb.com | |
− | | | + | }}<br /> |
− | + | ||
− | | | + | |
− | + | ||
− | | | + | |
− | + | ||
− | }} | + | |
− | + | ||
− | + | ||
phpBB is a popular Internet forum software written in PHP. The name "phpBB" is an abbreviation of PHP Bulletin Board. | phpBB is a popular Internet forum software written in PHP. The name "phpBB" is an abbreviation of PHP Bulletin Board. | ||
== Installation == | == Installation == | ||
− | First of all, download the latest release of phpBB (3.0. | + | First of all, download the latest release of phpBB (3.0.8 at the time of writing) from the [http://www.phpbb.com/ Official Site]. When that is done you have to extract the archive and upload the files using [[FTP Details|FTP]]. If you want to have your forums in the root of the domain, upload all files to public_html. If you rather have it in a folder, subdomain or an addon domain, rename the folder of the extracted archive to something of your choice, like forum, and upload that folder to your public_html folder (make sure there isn't a folder in the folder, the php files etc should be visible when you go inside the "forum" folder). Point subdomains or addon domains to this folder. |
When all the files have been successfully uploaded, navigate to them in your browser. Follow the instruction that appear on screen, and your installation will run smoothly. | When all the files have been successfully uploaded, navigate to them in your browser. Follow the instruction that appear on screen, and your installation will run smoothly. | ||
Line 28: | Line 20: | ||
There are lot of Modifications and Styles located in the customisation database on phpbb.com ([http://www.phpbb.com/customise/db/ link]). They have also recently opened a Bridges section, and a Convertors section. | There are lot of Modifications and Styles located in the customisation database on phpbb.com ([http://www.phpbb.com/customise/db/ link]). They have also recently opened a Bridges section, and a Convertors section. | ||
− | == Tutorials | + | == Tutorials & Related Links == |
− | + | * [[FTP Details]] | |
− | + | * [[MySQL Information]] | |
− | * [[ | + | |
− | * [[ | + | |
== External Links == | == External Links == | ||
Line 39: | Line 29: | ||
− | + | [[Category:Scripts]] |
Latest revision as of 12:06, 10 January 2011
phpBB | |
![]() The phpBB logo, used since the release of phpBB 3.0.0. | |
Type | Internet Forum |
---|---|
Stable version | 3.0.8 |
Installation level | easy |
Cost | free |
License | GNU General Public License |
Site | http://www.phpbb.com |
phpBB is a popular Internet forum software written in PHP. The name "phpBB" is an abbreviation of PHP Bulletin Board.
Contents |
[edit] Installation
First of all, download the latest release of phpBB (3.0.8 at the time of writing) from the Official Site. When that is done you have to extract the archive and upload the files using FTP. If you want to have your forums in the root of the domain, upload all files to public_html. If you rather have it in a folder, subdomain or an addon domain, rename the folder of the extracted archive to something of your choice, like forum, and upload that folder to your public_html folder (make sure there isn't a folder in the folder, the php files etc should be visible when you go inside the "forum" folder). Point subdomains or addon domains to this folder. When all the files have been successfully uploaded, navigate to them in your browser. Follow the instruction that appear on screen, and your installation will run smoothly.
[edit] Modifications and Styles
There are lot of Modifications and Styles located in the customisation database on phpbb.com (link). They have also recently opened a Bridges section, and a Convertors section.