creating new admin in vbulletin?

Status
Not open for further replies.

brainst0rm

Banned
Banned
241
2010
0
0
SUPPOSE,

I lost vbulletin admin pass. Forgotten pass doesn't work.
Is it possible to create new admin user from CPANEL or phpmyadmin?

Thanks.
 
6 comments
if i am not wrong, its MD5 encoded right?
But instead of all those things, can i create a new user via user table and give it admin previlages from phpmyadmin?
 
Just login to PHPMyAdmin, select your forums database. Go to 'user' table, click edit on your admin account.

[slide]http://pokit.etf.ba/get/13e705b46c0195d2c8bec1356cfa1e40.png[/slide]


Replace the old MD5 hash with the new one which you generate via this Website:

http://www.adamek.biz/md5-generator.php

After that change your password via User CP.
 
Just login to PHPMyAdmin, select your forums database. Go to 'user' table, click edit on your admin account.

[slide]http://pokit.etf.ba/get/13e705b46c0195d2c8bec1356cfa1e40.png[/slide]


Replace the old MD5 hash with the new one which you generate via this Website:

http://www.adamek.biz/md5-generator.php

After that change your password via User CP.

Hey, I guess we need not generate MD5 hash for that, just replace the current field with you new password and select MD5 from the drop-down menu and you are done. I did this many times and never encountered a problem :)

And @ OP.
If you wanna add a new admin, just register under a new user name and proceed to the phpmyadmin -> your database -> users -> search for your new username -> replace usergroupid with your ADMIN GROUP ID and you are done ;)

Regards,
ProtoWorker.
 
Any help or advice would be higly apprecited.

Prior to reaching your forum throgh googling my question: "
[FONT=&quot]In vBulletin 4 how can I[/FONT]add a user as administrator using the PHP admin db? This is due to to me not being able to login as administrator despite all efforts of changing the password using the one I created for another user!"


I alreday tried all of the above but the problem persisit. I still can not login as administrator, but as a normal user. Our forun which belong to a human rights web society has been a target of spammers and we need to log in to the admin panell. Any help or advice would be higly apprecited.
the forum located at
[FONT=&quot]http://hiwaar.org/vb/login.php?do=login[/FONT]
 
Status
Not open for further replies.
Back
Top