How to install:

1. First fill in the correct values in the config.php file (the server, the username/password combination for the MySQL server And the database name.)
2. then run Install.php Or use the following MySQL query's:
	CREATE TABLE signup(username VARCHAR(20), password VARCHAR(20), mailadres VARCHAR(100), actnum BIGINT, userlevel TINYINT, signupdate VARCHAR(16), lastlogin VARCHAR(16), lastloginfail BIGINT,numloginfail TINYINT);
	INSERT INTO signup VALUES ('admin','admin','-','0','-1','$datetime','0','0','0');
3. then signup (signup.php) an useraccount, or 
4. log-in(login.php) using the admin account (username= admin password= admin) 
5. vote & give feedback on http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=871&lngWId=8 

If you got questions/feedback I would like to have them. You can either post them at PlanetSourceCode or you can mail them to utimer@lycos.nl
