Screenshot of the forum index page
What is it?
my little forum is a simple PHP and MySQL based web-forum that displays the messages in classical threaded view. It's Open Source licensed under the GNU General Public License.
The main claim of this forum script is simplicity. Furthermore the script should be easy to install and run on a standard server configuration with PHP and MySQL.
» More about my little forum...
Demo
The forum in action can be seen here.
Download
- Latest version (2.0 beta): my_little_forum_2.0_beta_26.zip
- Version 1.7: my_little_forum_1.7.5.zip
Installation
To install my little forum you need a webserver 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.