What is it?
my little forum is a simple PHP and MySQL based web forum software that displays the messages in classical threaded view (tree structure). It's Open Source licensed under the GNU General Public License.
The main claim of this web forum is simplicity. Furthermore it should be easy to install and run on a standard server configuration with PHP and MySQL.
» more about my little forum ...
Demo
- Project discussion forum
- Test forum / sandbox (please make your test postings here)
Download
Current version (2.0): my_little_forum_2.0.zip
» more information / other versions ...
Installation
To install my little forum you need a web server or web hosting account (Linux/Apache recommended) with PHP >= 4.2 and MySQL >= 4.1. Follow these steps to install the forum:
- Unzip the script package.
- Upload the complete folder "forum" to your server.
- Depending on your server configuration the write permissions of the subdirectory templates_c (CHMOD 770) and the file config/db_settings.php (CHMOD 666) might need to be changed in order that they are writable by the script.
- Run the installation script by accessing http://yourdomain.tld/forum/install/ in your web browser and follow the instructions.
