The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Can anyone see a error in this:
$userid = intval($_COOKIE[bbuserid]); $password = addslashes($_COOKIE[bbpassword]); $result = mysql_query("SELECT username, userid FROM user WHERE userid=$userid AND MD5(CONCAT(password, 'LicenseNo')) = '$password'"); $user = mysql_fetch_array($result); if ($user[usernmae]) { echo "bla bla"; }else{ echo "no bla bla"; } - If I replace $user[username] with $userid or $password, then it echo "bla bla" |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|