ok here comes another question.
my question is .
if u have access on database (PHPMYADMIN)
and dont have access in forum .
is there any query which add u as administrator without going to forum (through mysql databse).
just asking i think there should be any ...
That would depend on the forum you are using but have failed to mention.
You should also say why you don't have access to your forum, either you removed the user from the admin group, removed admin group permissions, banned the user etc.
ye.. we had two admin user the other one deleted me / forum was Vbulletin . and only things available for mysql is PHPMYADMIN.
can u tell?
Personally, I'm not familiar with the database queries Vbulletin uses, but there should be a table for all of your members. Just find your username in there, and check the status. I'm sure more detailed instructions could be obtained with a quick google search as well.
ye . waiting for mathiaus . or anyone else? please tell
do a search in the db for the rouge admins userid/username.
ignore any table results which you know are wrong, ie the posts table.
in the tables, there should be a status row, or rank etc.
then compare his rows to yours, and change the neccascery things.
I dont know why your asking here though.
Try VB's forum next time.
i don't know know about in Vbulletin since im not familiar with it.. but In PHPBB if you want to add as a administrator in the forum just create a ordinary username on the forum and then goto the database and change your user level into 1 and that's all that is how i do in phpbb.. i don't know in VBulletin.. hope it can help....

yEp, I didnt try it ,, But i'll tahnks alot . all who tried to help 