
07-12-2007, 09:14 PM
|
|
|
Join Date: Feb 2006
Location: Finland
Posts: 755
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by stangger5
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.....
|
Thanks that does the trick.
|