The Arcive of vBulletin Modifications Site. |
|
#1
|
|||
|
|||
![]()
I'd like to do a chat that requires a message board username/password to get in. Does anyone know how vBulletin encrypts passwords?
|
#2
|
|||
|
|||
![]()
md5($inputedpassword)
in php will get you a string thats comparable against the password stored in the user table. md5 encryption is not reversable, but the same string will always encrypt identically. Most other languages have md5 functions or libarys (perl, c, c++, java, etc..) |
#3
|
|||
|
|||
![]()
thx
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|