A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
Find a file
2010-05-24 19:59:44 +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 bugfix in includes/js_defaults.inc.php 2010-05-13 10:45:38 +02:00
install Bugfix: JS error if not logged in and forum is accessible by registered users only 2010-05-24 19:59:44 +02:00
js Minor JavaScript improvements, Russian language file updated 2010-05-20 15:07:41 +02:00
lang Minor JavaScript improvements, Russian language file updated 2010-05-20 15:07:41 +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 Bugfix: Thumbnail feature didn't work in Safari 2010-05-18 20:43:46 +02:00
update Bugfix: JS error if not logged in and forum is accessible by registered users only 2010-05-24 19:59:44 +02:00
CHANGELOG Bugfix: JS error if not logged in and forum is accessible by registered users only 2010-05-24 19:59:44 +02:00
index.php Bugfix: JS error if not logged in and forum is accessible by registered users only 2010-05-24 19:59:44 +02:00
LICENSE initial commit 2010-03-14 11:37:06 +01:00
README Bugfix: JS error if not logged in and forum is accessible by registered users only 2010-05-24 19:59:44 +02:00

my little forum
Version 2.2.2 (2010-05-25)
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) 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.