A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
Find a file
2022-05-08 18:07:13 +02:00
backup initial commit 2010-01-31 13:39:34 +01:00
config Change: new version number inthe file config/VERSION 2022-05-08 18:07:13 +02:00
images initial commit 2010-01-31 13:39:34 +01:00
includes Cleanup: remove the commented replaced and outdated function calls of strftime 2022-05-01 17:53:56 +02:00
install Change: add key creation for B8_spam and B(_training_type to the update and installation script 2022-05-08 18:07:13 +02:00
js Change: move the remaining function call for DragAndDropTable from admin.js to main.js (and .min) and delete admin(.min).js 2022-04-27 12:09:34 +02:00
lang Change: remove strings for confirmation, provided as JS-native confirm dialogue 2022-04-27 12:09:34 +02:00
modules isset (#586) 2022-04-22 18:28:14 +02:00
templates_c initial commit 2010-01-31 13:39:34 +01:00
themes/default Change: move the remaining function call for DragAndDropTable from admin.js to main.js (and .min) and delete admin(.min).js 2022-04-27 12:09:34 +02:00
update Change: add all database changes to the file update/update.sql 2022-05-08 18:07:13 +02:00
CHANGELOG Change: add the list of changes, updates, fixes and features to the changelog file 2022-05-08 18:07:13 +02:00
index.php Change: add the new version number to the introducing comment block in index.php 2022-05-08 18:07:13 +02:00
LICENSE initial commit 2010-03-14 11:37:06 +01:00
README.md Change: set the required minimal MySQL version to 5.5.3 2019-06-01 22:55:02 +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.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.