FYI: Change the order of the games list :surprised:
In arcade.php
Code:
LEFT JOIN " . TABLE_PREFIX . "games AS games ON gamesessions.gamename = games.shortname
$whereclause AND $sessionclause ORDER BY gamesessions.gamename DESC
");
change to
Code:
LEFT JOIN " . TABLE_PREFIX . "games AS games ON gamesessions.gamename = games.shortname
$whereclause AND $sessionclause ORDER BY gamesessions.gamename ASC
");
EX:
http://www.gzhq.net/forums/arcade.php?