The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hello,
Does anyone know the hashing system for VB4's passwords??? I asked because i've been developing my own codes to sync the forum with my site and and accidently removed my password from my account... I found some hashing info in regards to VB3, and even got a password generated but it doesn't work. Here is the code I am currently using to 'hack/restore' my own password. PHP Code:
|
#2
|
|||
|
|||
![]()
Hello dog,
You are nearly there, but not quite. $salt = 'xyz'; You are showing leading and trailing spaces. Can't do that. I assume you have found the correct salt from looking at the database. $hash=MD5(MD5($password) . $salt); Concatenate the strings with a dot, not a + $update_profile = "UPDATE user SET password='$hash' WHERE userid=99"; your '".$hash."' has way too many quotes and dots your ' *My User ID* ' has spaces and does not need quotes if it's a plain number. I have tried that query myself and I can assure you it works. |
#3
|
||||
|
||||
![]()
Why would you need to recreate your password if you can just request a new password from vbulletin?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|