A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
Find a file
Heiko August dea15a2e9d Merge pull request #185 from auge8472/v2.4.2a
V2.4.2a, last fixes for the update script
2017-03-12 13:57:39 +01:00
backup initial commit 2010-01-31 13:39:34 +01:00
config Change: add the new version number to index.php and config/VERSION 2017-03-12 12:48:02 +01:00
images initial commit 2010-01-31 13:39:34 +01:00
includes Fix: don't set class .read for not logged in visitors (#183) 2017-03-12 11:15:10 +01:00
install Fix: create PK for settings table also when installing (#180) 2017-03-02 16:47:14 +01: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 Change: add radio button to remove specified gender (#163) 2017-02-05 13:15:30 +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: no-gender radio button also in the admin form for user edit (#181) 2017-03-02 16:58:47 +01:00
update Fix: when fetching one line, the counter is wrong 2017-03-12 13:54:10 +01:00
CHANGELOG Change: add the changes of version 2.4.2 to the changelog 2017-03-12 12:47:31 +01:00
index.php Change: add the new version number to index.php and config/VERSION 2017-03-12 12:48:02 +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.