<?phpchdir('../forum');include_once('./global.php');global $vbulletin; // Should not be needed // get total members $numbersmembers=$vbulletin->db->query_first('SELECT COUNT(*) AS users FROM " . TABLE_PREFIX . "user'); ...etc, replacing $db by $vbulletin->db