Quote:
Originally Posted by KirbyDE
There are two cookies necessary (which are being set when you log into vB):
(bb)userid and (bb)password where (bb) is the default cookie-prefix (you might have another one).
bbuserid should be obvious.
bbpassword is md5(md5(md5('password') . $salt) . 'LicenseNo')
where LicenseNo ist your license number (found on top of each PHP-file).
|
Thanks! I was looking for exactly that information.