Topic: Converter: InvPB2 -> PunBB1 b3
I've uploaded a public beta to PunRes. Would be happy if people could test it for me. Only use this to help me make the converter! If there's some bugs, I won't help anyone by making a fix for an already converted forum.
Not being able to login into PunBB after the converter is done is not a bug. It's just not possible to convert the passwords beqause InvPB and PunBB handles tha passwords differently, like this:
InvPB:
$hash = md5( md5( $salt ) . md5( $password ) );
PunBB:
$hash = md5( $password );
Read this thread for more info about the password-problem.
Note: BACKUP your database before using it!