change this line
PHP Code:
$DB->query("SELECT s.*, g.gtitle, g.decpoints, c.password FROM games_scores AS s, games_list AS g, games_cats AS c WHERE s.gid=g.gid AND g.gcat=c.c_id AND g.active=1 AND trim(password)='' ORDER BY datescored DESC LIMIT 0,$total_de_scores");
to this one
PHP Code:
$DB->query("SELECT s.*, g.gtitle, g.decpoints, c.password FROM ibf_games_scores AS s, ibf_games_list AS g, ibf_games_cats AS c WHERE s.gid=g.gid AND g.gcat=c.c_id AND g.active=1 AND trim(password)='' ORDER BY datescored DESC LIMIT 0,$total_de_scores");
i trully have on idea how this actually works really, because i don't have those prefixes for the tables, but they still work (all the ibproarcade queries are like that).