Log in

View Full Version : authentication question


sifuhall
05-13-2006, 06:03 AM
It looks like the method for verifying the cookie bbpassword is:

MD5([database value for password] . [license #]) == $_COOKIE['bbpassword']

My question is where is the license # stored? I didn't seem to find it in the DB

Marco van Herwaarden
05-13-2006, 08:20 AM
It is not stored in the database, but hardcodeed into the vB files when you download it from the members area.