The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
User System on Main Site
I've made the hard choice to have my site's user system synchronize with my vb forum users.
I'm creating the registration page right now on my main site; and I've hit a dead end. I came to this: PHP Code:
PHP Code:
Edit: Okay after doing some searching, I found this PHP Code:
And then $salt needs needs to pulled from vb's database to check the password on my mainsite. Now here comes the 2nd part Cookies? Quote:
Does that mean when I authenticate their cookie information I need to say.. 'reverse the md5()' once and then I can SELECT? |
#2
|
|||
|
|||
To encrypt the License number so it isn't as easy to get. Also to change the password from what is stored in the database.
|
#3
|
||||
|
||||
So it is more secure.
You can't reverse MD5. MD5 is a one-way hash. To authenticate the cookie, you will need to encrypt the password from the database to the same algorithm. |
#4
|
||||
|
||||
Quote:
NOW, this is what has baffled me! How do I start? <- simple? No? - How do make a copy of all of the users on the forum onto my main database, while development, when new users have to be created on the forum? Do disable registration while development? Edit: [Removed because going off topic of the real question] |
#5
|
||||
|
||||
I'm a bit confused at what you want to do. What you want to do is to convert users, correct? If so, your best option would be to copy some of the users into a test database, then create your conversion script. Test your script on the test database to see if it works correctly, if it does, backup your main database and run your script.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|