Author Topic: I just did the dumbest thing.. i accidently de-admined myself  (Read 3580 times)

0 Members and 1 Guest are viewing this topic.

Offline aj21

  • Newbie
  • *
  • Posts: 20
    • View Profile
I just did the dumbest thing.. i accidently de-admined myself
« on: November 28, 2005, 04:45:12 AM »
how do i re admin myself?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: I just did the dumbest thing.. i accidently de-admined myself
« Reply #1 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!)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline aj21

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: I just did the dumbest thing.. i accidently de-admined myself
« Reply #2 on: November 28, 2005, 05:10:59 AM »
Thank YOU!!