A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
Find a file
2011-09-01 11:06:39 +02:00
backup initial commit 2010-01-31 13:39:34 +01:00
config initial commit 2010-01-31 13:39:34 +01:00
images initial commit 2010-01-31 13:39:34 +01:00
includes added admin options to user profile page, added akismet check of registered users 2011-06-17 21:19:17 +02:00
install added admin options to user profile page, added akismet check of registered users 2011-06-17 21:19:17 +02:00
js minor javascript bugfix 2011-07-25 08:59:32 +02:00
lang added admin options to user profile page, added akismet check of registered users 2011-06-17 21:19:17 +02:00
modules Updated Bad Behavior, Changelog and Update script 2011-09-01 11:06:39 +02:00
templates_c initial commit 2010-01-31 13:39:34 +01:00
themes/default Updated Bad Behavior, Changelog and Update script 2011-09-01 11:06:39 +02:00
update Updated Bad Behavior, Changelog and Update script 2011-09-01 11:06:39 +02:00
CHANGELOG Updated Bad Behavior, Changelog and Update script 2011-09-01 11:06:39 +02:00
index.php Updated Bad Behavior, Changelog and Update script 2011-09-01 11:06:39 +02:00
LICENSE initial commit 2010-03-14 11:37:06 +01:00
README Updated Bad Behavior, Changelog and Update script 2011-09-01 11:06:39 +02:00

my little forum - http://mylittleforum.net/

REQUIREMENTS:
* Webserver with PHP >= 5.2 and MySQL >= 4.1

INSTALLATION:
* Unzip the script package.
* Upload the complete folder "forum" to your server.
* 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.
* Run the installation script by accessing http://yourdomain.tld/forum/install/ 
  in your web browser and follow the instructions.

LICENSE:
This product is distributed under the GPL. Please read through the file
LICENSE for more informations about this license.