The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
$vbulletin->GPC['password'] returning nothing...
Hello, I am editing the register.php page.
I am trying to get the user password and encrypt it in sha1. Doesn't work, even when I put echo $vbulletin->GPC['password'] next to a statement that uses it. What to do to make him return a value? Thank you. |
#2
|
|||
|
|||
The password isn't sent from the browser normally - it's sent after being passed to md5, I suppose for extra security so that the password isn't sent as text. If you want you can define DISABLE_PASSWORD_CLEARING in your config.php like:
Code:
define('DISABLE_PASSWORD_CLEARING', 1); then you should get the password in $vbulletin->GPC['password']. |
#3
|
|||
|
|||
Worked, thanks.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|