You will need access to a mysql manager, such as phpmyadmin. Search in 4images_users table for your user, edit it and set user_level to 9
Alternatively you could execute this mysql query:UPDATE 4images_users SET user_level = 9 WHERE user_id = XX
Replace XX with your user ID. (not user name!)