You need to edit the arcade.php file...
Look for :
Under the first $newtext is the data base query
Code:
$DB->query("SELECT c.*, g.gcat, cat.password FROM ibf_games_champs AS c, ibf_games_list AS g, ibf_games_cats AS cat WHERE c.champ_gid=g.gid AND g.gcat=cat.c_id AND trim(password)='' ORDER BY champ_date DESC LIMIT 0,5");
Change the 0,5 to what you want...
If you want 9,,then just put 0,9.....