Site Integration
I am in the process of developing a very large web application / site. I have purchased VBB and am now in the process of integrating login / user info.
My current website has over 35,000 users with user name / login info in a DB.
I am going to write a script to import just the user name / login info into the VBB MYSQL DB
All I need to know is:
1. What information and in Which table do I need to insert user name / login data
2. What type of encryption does VBB use for the passwords
3. Where can I find info on the format of the VBB cookie to enable site wide / external login ?
Any help would be greatly appreciated
Cheers,
I have since discovered that the password encryption is done with md5 has and a salt.
Am I right that VBB_PASS = md5(md5($pass) . $salt)
If so anyone know how to duplicate this password has in Cold fusion ? The hash I end up with is not the same.
I have now figured out the password issue, however I am still looking for information on:
1. What tables need to have login info placed in
2. What cookie information does vbb use and does it also track sessions in a table ?
|