4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: aj21 on November 28, 2005, 04:45:12 AM

Title: I just did the dumbest thing.. i accidently de-admined myself
Post by: aj21 on November 28, 2005, 04:45:12 AM
how do i re admin myself?
Title: Re: I just did the dumbest thing.. i accidently de-admined myself
Post by: V@no on November 28, 2005, 05:03:54 AM
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:
Code: [Select]
UPDATE 4images_users SET user_level = 9 WHERE user_id = XXReplace XX with your user ID. (not user name!)
Title: Re: I just did the dumbest thing.. i accidently de-admined myself
Post by: aj21 on November 28, 2005, 05:10:59 AM
Thank YOU!!