A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
Find a file
2010-06-21 11:56:11 +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 Minor JS improvements 2010-05-28 20:26:31 +02:00
install Template bug fixed 2010-06-21 11:56:11 +02:00
js Minor JS improvements 2010-05-28 20:26:31 +02:00
lang Minor language file changes 2010-05-29 11:52:14 +02:00
modules initial commit 2010-03-14 11:37:06 +01:00
templates_c initial commit 2010-01-31 13:39:34 +01:00
themes/default Template bug fixed 2010-06-21 11:56:11 +02:00
update Template bug fixed 2010-06-21 11:56:11 +02:00
CHANGELOG Template bug fixed 2010-06-21 11:56:11 +02:00
index.php Template bug fixed 2010-06-21 11:56:11 +02:00
LICENSE initial commit 2010-03-14 11:37:06 +01:00
README Mail header separator changed from "\r\n" to "\n" 2010-05-28 15:56:21 +02:00

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

REQUIREMENTS:
* Webserver with PHP >= 4.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.