A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
Find a file
Heiko August d24c75a7e6 data for new pre release 2.3.99.3 (#164)
* Change: add changes and fixes for version 2.3.99.3
* Change: add the data for version 2.3.99.3
* Change: add the new version number 2.3.99.3
2017-02-05 13:58:09 +01:00
backup initial commit 2010-01-31 13:39:34 +01:00
config data for new pre release 2.3.99.3 (#164) 2017-02-05 13:58:09 +01:00
images initial commit 2010-01-31 13:39:34 +01:00
includes Check for Null-Value (#160) 2017-02-04 14:28:25 +01:00
install Fix: use dirty die instead wrong break (#162) 2017-02-05 12:29:48 +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 Change: add radio button to remove specified gender (#163) 2017-02-05 13:15:30 +01:00
update data for new pre release 2.3.99.3 (#164) 2017-02-05 13:58:09 +01:00
CHANGELOG data for new pre release 2.3.99.3 (#164) 2017-02-05 13:58:09 +01:00
index.php data for new pre release 2.3.99.3 (#164) 2017-02-05 13:58:09 +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.