By accepting, downloading, and/or installing this product, you indemnify and hold harmless PowerBB software and it's creator Eli White. You accept that this product may contain harmful or damaging code.
If you have an existing installation of PowerBB Forum, upgrade instructions can be found here, otherwise continue reading for fresh-install instructions.
An installer is available. If you are viewing this file through your web server (ie. not through your filesystem), you can access the installer here.
If you would rather do a manual installation, follow the instructions below.
Contained in the install directory of this application is a PowerBB.sql file. You can use an existing database (if you have one), or you can create a new database named whatever you like. You can install this database using the following command:
mysql -u your_database_username -p your_database_name < PowerBB.sql
The database is an empty shell, containing a single administrative user in the system with the username "Admin" and the password "Admin". You MUST change the base URL, the maser E-Mail address before using your forum.
Place the application files where you want the forum to appear on your system. Then follow the following instructions:
PowerBB Forum is going to need read AND write access to the following file:
PowerBB Forum is also going to need read AND write access to the following folders:
If you are running a *nix server and you have command line access, you can achieve these permissions by navigating to the PowerBB folder. Once you are sitting in the root PowerBB folder, run the following commands:
chmod 755 backup/ chmod 755 cache/ chmod 755 img/ chmod 755 img/avatars/ chmod 755 include/user/ chmod 755 include/template/ chmod 755 style/ chmod 755 uploads/
If you've followed the instructions, you should be able to view your forum.
The bottom line is: When it comes to debugging, the more you can provide, the easier it will be to duplicate and rectify the problem.