The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
registering users diffrently, have one problem tho.
Currently I've built an entirely new page to register uses with. This was done because of alot of things that i had changed to format to the site I'm building. Currently I have it where it enters in all nessesary data correctly. Except one thing, the password, I have no idea how I'm suppose to encrypt the passwords that are entered into the database. From what I've read searching these forums, is that VB uses some type of MD5 encryption or something to encrypt the passwords before they are entered into the database. I'm not sure what i have to include or do to encrypt these passwords so that i may enter them into the database correctly. How would i encrypt these passwords so that i may add them to the database, so that VB reads them correctly and logins are seen and used correctly?
|
#2
|
||||
|
||||
Well,
the php function to encrypt a string to md5 is surprisingly md5($string); From what I know vbb, does this to store the password for mysql (since mysql has md5() built in: INSERT INTO user (password) VALUES ('md5($password)'); that is only an exmaple but that is the basic idea. Look at the user comments for md5 at http://php.net/md5 If you need more help, PM me, Syberius, |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|