Quote:
Originally Posted by DarkScythe
I took a look at that function and I believe your talking about this one?
PHP Code:
if (
$vbulletin->userinfo['password'] != iif($password AND !$md5password, md5(md5($password) . $vbulletin->userinfo['salt']), '') AND
$vbulletin->userinfo['password'] != iif($md5password, md5($md5password . $vbulletin->userinfo['salt']), '') AND
$vbulletin->userinfo['password'] != iif($md5password_utf, md5($md5password_utf . $vbulletin->userinfo['salt']), '')
)
|
You're looking in the PHP files - the function that hashes client-side is a Javascript function - found in /clientscript/.