PDA

View Full Version : acidentally removed myself from admin


cuphongle
04-07-2006, 12:00 AM
hello, i was playin around wit my account, and change it to "registered user" instead of "admin", now i dont got access to the admin, how do i get it back? thanks

JakeS
04-07-2006, 12:01 AM
Do you kno basic sql?

akanevsky
04-07-2006, 12:02 AM
UPDATE PFXuser SET usergroupid = 6 WHERE userid = MYUSERID LIMIT 1
Replace:
PFX with your table prefix
MYUSERID with your userid.

JakeS
04-07-2006, 12:02 AM
I was gonna tell him an easyer way but ok.

cuphongle
04-07-2006, 12:16 AM
wow, thanks alot