The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Was bbpassword changed?
Was the cookie bbpassword changed with the 3.6.6 patch?
It use to be md5( md5(password) . salt ) but is no longer working in vB 3.6.7 |
#2
|
|||
|
|||
ask over at vb.com
|
#3
|
||||
|
||||
It still is.
|
#4
|
|||
|
|||
I have the same problem as you Dudsmack. Have you been able to find out anything more or have you gotten your script to work?
|
#5
|
||||
|
||||
The password cookie is using this formula:
PHP Code:
|
#6
|
|||
|
|||
is $password the hash from the user table? Because i tried matching the usertable hash to the cookie as you stated above but with no luck..
|
#7
|
|||
|
|||
No this is just the cookie hash.
The hash in the user table is: md5(md5($password) . $salt) |
#8
|
|||
|
|||
Is it different in VB3.8?!
I am trying to do this but no success! tried: PHP Code:
What can i do?! --------------- Added [DATE]1258512904[/DATE] at [TIME]1258512904[/TIME] --------------- I found it! PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|