A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
Find a file
2010-07-10 10:57:10 -03: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 control characters filter for rss feed implemented 2010-07-08 20:38:05 -03:00
install minor template bug fixed; rss feed uses cached entry data now 2010-07-08 10:19:48 -03:00
js Minor JS improvements 2010-05-28 20:26:31 +02:00
lang Spanish language file updated 2010-07-08 10:21:39 -03: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 minor template bug fixed; rss feed uses cached entry data now 2010-07-08 10:19:48 -03:00
update control characters filter for rss feed implemented 2010-07-08 20:38:05 -03:00
CHANGELOG update file updated 2010-07-10 10:57:10 -03:00
index.php update file updated 2010-07-10 10:57:10 -03: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.