The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
bbpassword Query
Hi.
I need to write a query that takes the value of the "bbpassword" cookie and checks it against the user table "password" field. The query will look something like this: PHP Code:
My question is: Which functions do I need to run of the bbpassword cookie value to check it against the password field? As I'm pretty sure md5() isn't the only one! Thanks. |
#2
|
||||
|
||||
The cookie password is:
PHP Code:
PHP Code:
PHP Code:
This is terribly inefficient, I wouldn't do it if I were you. |
#3
|
|||
|
|||
Quote:
PHP Code:
|
#4
|
||||
|
||||
I wasn't aware MySQL had an MD5 function, is that a new addition for MySQL 5? That makes things totally different.
|
#5
|
||||
|
||||
It's existed prior to that: http://dev.mysql.com/doc/refman/4.1/...functions.html
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|