Title |
vBulletin cookies update |
Description |
issue when using vbulletin cookies |
Message Text |
As discussed in this thread:
www.webmastersite.net/forum...Bulletin_cookies-6413.html
I have found the method vBulletin is using to compare the cookie bbpassword to the password in the database, however I am not sure how I can implement it.
The comparison method is to take the value of password in the user table, concat the license number of vbulletin, md5 hash the result, then compare to the bbpassword cookie.
Something like:
MD5([database value for password] . [license #]) == $_COOKIE['bbpassword']
I believe I will have to edit where wsnlinks validates the user.
Any suggestions or help finding this location is greatly appreciated. |
Rating |
0/5 based on 0 votes.
|
Ownership |
sifuhall |
Views |
1,068 views. Averaging 0 views per day. |
Similar Topics |
|
Submission Date |
May 10, 2006 - 11:37 PM |