The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
MD5 and Salt
Is there any way to change the current salt to something different? And if so, how would I go about doing this?
Would I need to change the following in functions_user.php: Code:
// ###################### Start makesalt ####################### // generates a totally random string of $length chars function fetch_user_salt($length = 3) { $salt = ''; for ($i = 0; $i < $length; $i++) { $salt .= chr(rand(32, 126)); } return $salt; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|