I used this exact script, written by Nicola Asuni (for converting Ikonboard users to Phpbb), modified it for the vbulletin layout in MySQL. It worked for me. One thing:
$password = trim($member[1]);
this part was originally this:
$user_password = md5(trim($member[1]));
See that md5 thingy, well that's some hash kind of thing and it worked ok like that for converting to Phpbb, but when I changed this for vBulletin, the passwords did not work. So I got rid of the md5 part. When you look at your database you will see the actual password, not an encrypted looking thing.
Anyway, have fun. I will post the Topic convert if and when I get it to work.
-mojotim
<<<< code removed >>>>
|