The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin Member Authentication -- Solution for novice coders.
I'm not sure about other people, but I needed this for an integration script I was doing, and it took me three hours to work out. It's just a file that checks is the password a client has entered is their real one, good for member integrations, stick it up with sessions and cookies and you've got yourself a keeper.
It's so hard because it uses a very advanced md5 code and uses a per member encryption system, so password 'jonny' for one account, dosen't result in the same md5 code as th password 'jonny' for another account. This code is free for all, just wanted to share my discovery. PHP Code:
Confirmed works in PHP 4.3.10 & 5.0.3 |
#2
|
|||
|
|||
You should really change this:
PHP Code:
PHP Code:
|
#3
|
||||
|
||||
and $HTTP_POST_VARS are deprecated, $_POST does the trick
|
#4
|
|||
|
|||
Quote:
But i am not sure if we will hear again from him. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|