Your using some functions that have specific vbulletin functions
like mysql_fetch array equals
PHP Code:
$DB_site->fetch_array($foo)
..
I suggest reading Brad's excellant tutorial located
here
You can also use
PHP Code:
$DB_site->query_first
instead of just query, since your only retrieving one row.
Globalize santizes variables to make sure they are holding the correct data types, this helps greatly with security.