MyBB Community Forums

Full Version: HELP!! I got banned from my own Forum...WTF??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
no put 1
(2009-02-14, 05:02 AM)indigored Wrote: [ -> ]no put 1

It's not taking 1.
if you are able to enter your admin panel.. Try to disable the akismet
(2009-02-14, 04:56 AM)enlightenme Wrote: [ -> ]
(2009-02-14, 04:54 AM)TomL Wrote: [ -> ]
UPDATE 'mybb_users' SET 'usergroup' = '4' WHERE 'uid' = 'X';
replace X with your userID.

I do not know what it is. I am assuming you are referring to a number not my username? Obviously, I was the first member. I could try '0'?

(2009-02-14, 05:02 AM)indigored Wrote: [ -> ]no put 1
It's obviously not one, if you know anything about MySQL - the error he got was that it wasn't recognizing that number. Link to your forums, please?
then whats his user id if it aint one?
(2009-02-14, 05:06 AM)indigored Wrote: [ -> ]then whats his user id if it aint one?
It could be anything. Ever think he might not be the first user on the forums?
(2009-02-14, 05:04 AM)TomL Wrote: [ -> ]Link to your forums, please?
http://asianadventures.org/forum/
If your username on your forums is norbyson, try this:
UPDATE `mybb_users` SET `usergroup` = `4` WHERE username = 'norbyson';
(2009-02-14, 05:10 AM)TomL Wrote: [ -> ]If your username on your forums is norbyson, try this:
UPDATE `mybb_users` SET `usergroup` = `4` WHERE username = 'norbyson';

I got an other error:

ERROR 1054 (42S22): Unknown column 'norbyson' in 'where clause'
try to upload the old backup to the server..
Pages: 1 2 3 4 5