PHP Code:
$result_randomgames = $db->query("SELECT gameid, title, miniimage, stdimage, description, highscore, highscorerid, votepoints, votecount, sessioncount, username, catname, " . TABLE_PREFIX . "arcade_games.categoryid FROM " . TABLE_PREFIX . "arcade_games JOIN " . TABLE_PREFIX . "user ON " . TABLE_PREFIX . "arcade_games.highscorerid = " . TABLE_PREFIX . "user.userid JOIN " . TABLE_PREFIX . "arcade_categories ON " . TABLE_PREFIX . "arcade_games.categoryid = " . TABLE_PREFIX . "arcade_categories.categoryid ORDER BY RAND() LIMIT 5");
the query link the game id whith mini image and standart image and the link is
http://your.forum.is/arcade.php?do=play&gameid=239
analize the query ...
tests to install more games ... or reinstall the modification .. ufff
aranoid: