Mysql databases / vbulletin

Guernica

New Member
I have this upload script that I made with some help that is all ready to go and I put the tables needed in my vbulletin sql database (not overwriting anything of course) and the user group uses the table 'user' which IS the table for users in vbulletin.

So, it works fine for detecting the number of users in the table, "Total members: 225" however the login doesn't work. I though vbulletin would use md5 hash for login passwords cause that is the only problem I am having right now...

What type of hash does vb use for passwords / logging in?

I went to a md5 hash generator site and made the same password as I have and they didn't match, so obviously they DONT use md5. Thanks for any help!
 

Guernica

New Member
I found that it uses "md5 ( md5 ( password ) . salt )".

Salt being the row in the table user which is 3 unique chars. for each user. :D I still cant get it to work however... =/
 
Top