Buyuk ihtimalle $vid bos geliyor...Bir ekrana bastir bak...
function getResourceLevel($vid) {
die($vid);
$q = "SELECT * from " . TB_PREFIX . "fdata where vref = $vid";
$result = mysql_query($q, $this->connection);
return mysql_fetch_assoc($result);
}