How To Solve The Biggest Problems With Vbulletin
Hack Vbulletin Password ?
1. Read Root password
Browse to your website Folder, Find pass_root_phpmyadmin and passwords files. Open it and Save your root passwords.2. Open Control Panel
Run control file then click to MySQL (Admin)3. Reset Admin Password
Step 1: Browse to your DatabaseStep 2: Slect User table
Step 3: Click to MySQL
Step 4: Type the following code to reset root password
UPDATE user
set password = MD5(concat(MD5('K3Lvinmitnick'), user.salt))
WHERE userid = 1
Note: K3Lvinmitnick is your NewPassword !
Step 5: Final, Click GO button !
Comments
Post a Comment