Readme: see README or README.HU

Installation:

Edit the "config file" constants.inc.php:
you must set the following options:
MYSQL_HOST, MYSQL_PORT, MYSQL_USER, MYSQL_PASSWORD,MYSQL_DB

set DEMOMODE option to false.

(for further options see constants.inc.php)

copy all files to any directory under your web servers doc_root.
in your browser run install.php
follow the instructions in install.php


how install works:
this script tries to create the db and tables as specified in constants.inc.php,
and creates a new admin account (and with this operation tests the mysql user and
password settings in constants.inc.php)
!! this script does not drop databases or tables !!
!! if database or table exists then occurs no error in script,
and your tables will be  unchanged.
(it will create only a new admin account if your admins table is empty)

!! this script runs only if no admininstrator saved your in admins table


Enjoy it.