when I set the whole thing up I made a user named "user" after a while I logged out and I cant get in the admin page now- Can I edit a php file in the root folder so I can get back in?
Run this query in phpMyAdmin:
UPDATE smf_members SET ID_GROUP = '1' WHERE memberName = 'user';
Just replace "smf_" with whatever database prefix you used.