vegbao / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my little forum

my little forum is a simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure). It is 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.

System requirements

  • Webserver with PHP >= 5.4 and MySQL >= 5.5.3

Installation

  1. Unzip the script package.
  2. Upload the complete folder "forum" to your server.
  3. Depending on your server configuration the write permissions of the subdirectory templates_c (CHMOD 770, 775 or 777) and the file config/db_settings.php (CHMOD 666) might need to be changed in order that they are writable by the script.
  4. Run the installation script by accessing yourdomain.tld/forum/install/ in your web browser and follow the instructions.

About

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)

License:GNU General Public License v3.0


Languages

Language:PHP 88.2%Language:Smarty 7.7%Language:JavaScript 2.6%Language:CSS 1.5%Language:HTML 0.0%