Well, the code you are trying to use is for 3.0. The method to make a database query is different now. It used to be:
Code:
$DB_site->query_first
and is now:
Code:
$vbulletin->db->query_first Or
$db->query_first OR
several other lesser used methods depending on where the query is being used
I'm not sure where you got your code, but you may want to go search to find some code already written for 3.6 instead of 3.0