The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vbulletin DB
Greetings.
I have script written on language PHP, but it is necessary to me that he used one database with vbulletin. In vbulletin the password to be stored approximately in such kind: md5 (md5 ('password')), I have written the following function, but it does not work: PHP Code:
I very much would be grateful to you. Thanks. ps. sorry for my bad English :speechless: |
#2
|
|||
|
|||
What does the 'sl' function do?
|
#3
|
||||
|
||||
This function translates string argument in the bottom register
|
#4
|
||||
|
||||
1) I don't understand what sl() does do
2) The value of column password in vB table user is md5(md5('password') . $salt), where $salt is the value of column salt for this record. (FAQ) |
#5
|
||||
|
||||
if you're setting cookies, the password as Kirby wrote it is md5()'d with the license number:
md5(md5_and_salted_pass . Licensenumber) |
#6
|
||||
|
||||
Quote:
But I have faced one more problem: It's necessary for me, that additional fields of a database which contain in the table xxx_userfield, were kept in the general table of users - xxx_user. as in a foreign script it's impossible to use at once two tables of a database. I would be very grateful to you if have prompted me as it can be made. Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|