This is how the password is formed in VB3
$dbpassword = md5(md5($password) . $User['salt']);
$cookiepass = md5($dbpassword . $Globals['vblicense']);
Now I just logged into the forum and relogged into the gallery and same thing the cookiepassword changes
This can only mean one thing the vblicense number is wrong.
Case in point not saying this is you but I did an upgrade for a customer about a month ago they wondered why there login was not integrated. They had entered there
vb license number but did not pay there
vb renewal fee but instead downloaded and upgraded there
VB to the latest with a nullified warez copy of
VB
View your own password cookies being written when you login to each product and you will see what I mean
Something that simple can cause this. Upgrading
VB with a friends copy. Being that your password cookie is being written differently what you have in photopost config can not match whats being written in
VB