Quote:
Originally posted by Boofo
Does it make a difference what order the username and userid is on on the query statement? I have the following query in my online.php:
PHP Code:
$user = $DB_site->query_first("SELECT userid, username FROM user WHERE userid = ".intval($userid[1]));
|
no it doesnt make a difference, i installed this hack on a vbulletin 2.2.9 and when i went to whos online i got quite a bit of errors that as i read through the thread, many others had encountered so i posted the changes i made to fix the errors i was getting.