PDA

View Full Version : Put my PHPnuke members on my VB?


CSS59
11-05-2004, 12:45 AM
Hello

Can someone help me moove my members from my old phpnuke forums
to my new vbulletin?

thanks a ton for any help
jz

tnguy3n
11-05-2004, 07:19 PM
Hello

Can someone help me moove my members from my old phpnuke forums
to my new vbulletin?

Old: http://co59.com

New: http://cobaltss.net

thanks a ton for any help
jz

I noticed your site running on vb3 and you requested in vb2 forums... :ermm: and you'r admin of one site? :disappointed:

anyway, i recommend to convert from phpnuke to vb2 first, then upgrade to vb3 cuz in vb3, the password hash are way much different from vb2, it's mixture of salt + md5 + your customer # (correct me if i'm wrong) . maybe someone out there have a better way to convert directly from phpnuke -> vb3. gluck! :)

Andreas
11-05-2004, 07:31 PM
it's mixture of salt + md5 + your customer # (correct me if i'm wrong)
You are wrong ... at least a bit ;)
The license # only comes into play for cookies.

The database-entry for the vB3 password is just md5(concat(md5('plaintext_password'), salt))

Writing an importer shouldn't be that difficult if somebody can provide the table scheme for phpNuke.