Codechange: Gruppierung der Ausgabe der Benutzerliste, Tabellen mit <thead> und ...
[wmmkf.git] / INSTALL
blobdad889ca110a4ca6d6e9ab7c6ad03d5a13aaa5be
1 INSTALLATION
3 The script requires PHP > 4.1 and a MySQL database.
5 * The file forum.zip contains a folder with the script files ("forum").
6 * Load up the complete folder on your server.
7 * The file db_settings.php requires write permission! Set this with your FTP programm
8   (CHMOD 666 or CHMOD 777).
9 * Start install.php on your server (http://www.domain.tld/forum/install.php).
10 * Fill in the form completely.
11 * After installing, remove the file install.php from the server!
12   Reset also write permissions for db_settings.php (CHMOD 644)!
13 * You can now log in with the name and password you specified at the installation.
14   In the "admin area" you can then customize the forum.
15 * To customize the layout, edit the files template.html and style.css.