I'm using classic asp with access database, is there any way of changing the main administrator when it's up and running? I can log in as admin and do everything except MOD setup, I can only do that by logging in with the original admins details and it feels wrong posing as a dead man to make changes. (original webmaster died a while back, I have taken over)
Look in the config.asp file look for and change the line:
Const intAdminMemberID = 1
The number should be changed to the new main admin's number in the database which could be anything, depending on when you started in the forum you now administer.