sory for bothering you all again but
this is the error i get
Fatal error: Call to a member function query_read() on a non-objec
and this is the code i used
i am adding this as a plugin under the postbit_display_complete hook
PHP Code:
$results = $vbulletin->db->query_read("SELECT username,beat,cscore,oscore FROM" . TABLE_PREFIX ." dbh_victims WHERE username = '" .$post[username]. "' ORDER BY beat ASC");
this is weird because i had it working using the exact same code and hook...