Quote:
Originally Posted by KirbyDE
What exactly is $row["player_password"], the value of column password in vB user table?
Then you would have to call
PHP Code:
setcookie("bbpassword", md5($row["player_password"] . 'LICENSENO'), time()+(3600 *24*365),"/","domain.com");
|
That is the MD5 password from our database, non VB ....
.....so e.g. $row["player_password"] = "4hg5h345y345bhbh35345"