1.) a little script thats delete the cookie on the users machine. It´s a problem when a user did´t log out and then an admin deletes the user. The user can´t even more login because of the cookie (autologin with cookie, but no such User in the database)

2.) a new global variable for the database tables... in the moment the actual tablenames begin all with "w3t". changing that in a variable setting in the main.inc.php would solve a lot of problems, because many InternetServiceProviders allow only one database. So its realy hard to test modified scripts, because the modified script works on the orginal database... with these varibale the customer is able to run one offical (stable) version and also one testing version (which could destroy the database).. it´s also simpler to user the 'select INTO..' SQL statement then copying the whole database to another place...

thx 4 thinking abaout it <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

Gockel