A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
Find a file
2023-01-22 21:30:04 +01:00
backup initial commit 2010-01-31 13:39:34 +01:00
config Merge branch 'voting-feature' into legacy_2.4 2023-01-22 21:08:57 +01:00
images initial commit 2010-01-31 13:39:34 +01:00
includes Merge branch 'voting-feature' into legacy_2.4 2023-01-22 21:08:57 +01:00
install Merge branch 'voting-feature' into legacy_2.4 2023-01-22 21:08:57 +01:00
js missing function (#466) 2019-05-15 19:59:18 +02:00
lang Merge branch 'voting-feature' into legacy_2.4 2023-01-22 21:08:57 +01:00
modules Change: update Smarty from version 3.1.30 to version 3.1.32 2018-05-01 22:03:56 +02:00
templates_c initial commit 2010-01-31 13:39:34 +01:00
themes/default Merge branch 'voting-feature' into legacy_2.4 2023-01-22 21:08:57 +01:00
update Merge branch 'voting-feature' into legacy_2.4 2023-01-22 21:08:57 +01:00
CHANGELOG Change: add the changes of version 2.4.24 to the changelog 2020-10-12 21:56:31 +02:00
index.php Change: add version number 2.4.24 to index.php and config/VERSION 2020-10-12 21:44:41 +02:00
LICENSE initial commit 2010-03-14 11:37:06 +01:00
README.md Change: set minimal MySQL-version to 5.0 because Bad behavior sets it as required 2018-05-01 22:04:26 +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.4 and MySQL >= 5.0

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.