A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
Find a file
Heiko August b327c8d729 Merge pull request #263 from auge8472/master
Add changes for version 2.4.5
2017-10-09 22:50:27 +02:00
backup initial commit 2010-01-31 13:39:34 +01:00
config Change: set the new version number 2017-10-09 22:45:35 +02:00
images initial commit 2010-01-31 13:39:34 +01:00
includes Fix: corrected wrong variable name (#262) 2017-10-09 22:29:15 +02: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: rename key for uneven password inputs because of collision with … (#237) 2017-05-28 14:32:43 +02: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 Change: small privacy enhancement, don't send always a referrer (#260) 2017-10-09 15:56:17 +02:00
update Change: add the list of updated files to the update script 2017-10-09 22:43:26 +02:00
CHANGELOG Change: add the list of changes to the changelog 2017-10-09 22:44:22 +02:00
index.php Change: set the new version number 2017-10-09 22:45:35 +02: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.