A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
Find a file
Heiko August 16dc507884
Merge pull request #281 from auge8472/v2.4.6
changes for update to version 2.4.6

closes #280
2017-11-05 16:18:52 +01:00
backup initial commit 2010-01-31 13:39:34 +01:00
config Change: new version number 2.4.6 in index.php and config/VERSION 2017-11-05 16:15:22 +01:00
images initial commit 2010-01-31 13:39:34 +01:00
includes Fix: sort users by their names in natural order (case insensitive) (#279) 2017-11-05 15:26:42 +01:00
install Handling of the read state reset methods and values (#233) 2017-05-24 15:04:06 +02:00
js Fix: forgot to add the changes of PR #122 to the minified file versions 2016-12-04 20:02:15 +01:00
lang Fix: removed doubled line with key "smilies_disabled" (#278) 2017-11-05 15:03:47 +01:00
modules Update Bad-Behavior (#24) 2016-10-04 17:54:24 +02:00
templates_c initial commit 2010-01-31 13:39:34 +01:00
themes/default Fix: remove margin-bottom from sidebar header when not folded 2017-10-31 15:37:40 +01:00
update Change: add the list of changed files and directories for version 2.4.6 2017-11-05 16:14:44 +01:00
CHANGELOG Change: add the list of changes for version 2.4.6 2017-11-05 16:13:30 +01:00
index.php Change: new version number 2.4.6 in index.php and config/VERSION 2017-11-05 16:15:22 +01:00
LICENSE initial commit 2010-03-14 11:37:06 +01:00
README.md Update reademe file 2016-05-31 16:58:43 +02:00

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.2 and MySQL >= 4.1

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.