How to install:
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');
If you got questions/feedback I would like to have them. You can either post
them at Planet
Source Code or you can mail them to utimer@lycos.nl