Quote:
Originally Posted by Quale
this did not work for me, thanks anyways.
|
I couldn't find the exact line where it shows that the password is converted using two md5 hashes, but I did find this line:
PHP Code:
if(strlen($vbulletin->GPC['password_md5']) == 32)
Which means that it does use md5 to hash the passwords. What are you trying to accomplish with this page? Are you trying to create vBulletin users? Or are you just trying to insert users in a database?