Error in query: $getGames. " . mysql_error() ); $numgames = mysql_num_rows($result); if($_GET['d'] != "") { $title = $_GET['d']; }else{ $title = "Rockstar Games"; } ?>

Collection

Below is a sortable list of all games that has published. You can click the games title for more information (such as release dates and ratings worldwide, complete overview and related links) or one of the links at the bottom of the display box for the official website or to view our section on the game.
Reset?


"; } $colorRow = 1; $styleRow = 1; $count = 1; while($row = mysql_fetch_array($result)) { $rowStyle = ($colorRow % 2 == 1) ? "#464546" : "#2B2A2B"; // this is the magic: the modulus operator is used to switch the colors $rowAlign = ($styleRow % 2 == 1) ? "left" : "right"; $newRow = ($count % 2 == 1) ? false : true; $ALTrowStyle = ($colorRow % 2 == 1) ? "#2B2A2B" : "#464546"; // this is the magic: the modulus operator is used to switch the colors if($newRow == true) { $mkNewRow = ""; }else{ $mkNewRow = ""; } $count++; $alldevelopers = ""; $check1 = $rockstarwatch->checkifblank($row['developer']); if($check1) { $developers = "Unknown"; }else{ $developers = explode("|", $row['developer']); foreach($developers as $developer) { $alldevelopers .= "$developer, "; } $developers = substr($alldevelopers, 0, -2); } $allgenres = ""; $check1 = $rockstarwatch->checkifblank($row['genre']); if($check1) { $genres = "Unknown"; }else{ $genres = explode("|", $row['genre']); foreach($genres as $genre) { $allgenres .= "$genre, "; } $genres = substr($allgenres, 0, -2); } $allmodes = ""; $check3 = $rockstarwatch->checkifblank($row['mode']); if($check3) { $modes = "Unknown"; }else{ $modes = explode("|", $row['mode']); foreach($modes as $mode) { $allmodes .= "$mode, "; } $modes = substr($allmodes, 0, -2); } $oncons = "SELECT * FROM `rsw_console_releases` WHERE gid = '" . $row['gid'] . "'"; $on = ""; $cons = mysql_query($oncons) or die ( "Error in query: $oncons. " . mysql_error() ); while ($con=mysql_fetch_array($cons)) { $on .= "" . $console_name[$con['cons_id']] . ", "; } $oncons = substr($on, 0, -2); $def_cover_qry = mysql_query("SELECT * FROM `rsw_console_releases` WHERE gid = '" . $row['gid'] . "'") or die ( "Error in query for games cover. " . mysql_error() ); $def_covers = mysql_num_rows($def_cover_qry); while($def_cover_res = mysql_fetch_array($def_cover_qry)) { if($def_cover_res['default'] == 1) { $def_cover = 'http://media.rockstarwatch.net/covers' . $def_cover_res['cover']; //$def_cover = '/framework/rlay/spacer.gif'; }else{ $def_cover = '/framework/rlay/spacer.gif'; } } if($_GET['v'] == "basic") { print "\n"; print "\n
\n"; print "
\n"; print "
\n"; print "

" . $row['name'] . "

\n"; print "
\"\"
\n"; print "
" . $rockstarwatch->checkblank_adv($row['internalweb'], "News", "No RockstarWatch section") . " | " . $rockstarwatch->checkblank_adv($row['internalweb'], "Screens", "No RockstarWatch section") . " | " . $rockstarwatch->checkblank_adv($row['internalweb'], "Trailers", "No RockstarWatch section") . " | "; print "Buy" . " | " . $rockstarwatch->checkblank_adv($row['officialweb'], "Official Website", "No offical website") . "
\n"; print "" . $rockstarwatch->checkblank($rockstarwatch->cut_text($row['overview'], 250, 0), '
No information is currently available on ' . $row[name] . '

') . "


\n"; print "
"; print "
\n"; if($row['released'] == 1){ print "Released " . $rockstarwatch->checkblank($row['release_'.$_GET['c'].''],'Not Released') . " "; }else{ print "Coming " . $rockstarwatch->checkblank($row['release_'.$_GET['c'].''],'Not Released') . " "; } print " for $oncons   "; print "Developer " . $rockstarwatch->checkblank($developers , 'Unknown') . "   "; print "Genre " . $rockstarwatch->checkblank($genres, 'Unknown') . "   "; print "Modes: " . $modes . "   "; print "
\n"; print "
\n"; print "
\n\n$mkNewRow\n"; //print "
" . $row['name'] . "
" . $rockstarwatch->checkblank_adv($row['internalweb'], "view latest news", "") . "
\"\"
" . $rockstarwatch->checkblank_adv($row['officialweb'], "See Official Website", "") . "
" . $rockstarwatch->checkblank_adv($row['release_'.$_GET['c'].''],'Available on: ', 'Coming to: ') . "
$oncons
Released: " . $rockstarwatch->checkblank($row['release_'.$_GET['c'].''],'Not Released') . "
"; }elseif($_GET['v'] == "simple"){ print "\n"; print "\n
\n"; print "
\n"; print "
\n"; print "
\"\"
\n"; print "

" . $row['name'] . "

\n"; print "
" . $rockstarwatch->checkblank_adv($row['internalweb'], "News", "No RockstarWatch section") . " | "; print "Buy" . " | " . $rockstarwatch->checkblank_adv($row['officialweb'], "Official Website", "No offical website") . "
\n"; print "
"; print "
\n"; if($row['released'] == 1){ print "Released " . $rockstarwatch->checkblank($row['release_'.$_GET['c'].''],'Not Released') . " "; }else{ print "Coming " . $rockstarwatch->checkblank($row['release_'.$_GET['c'].''],'Not Released') . " "; } print " for $oncons   
"; print "Modes: " . $modes . "   "; print "
\n"; print "
\n"; print "
\n\n$mkNewRow\n"; }else{ print "\n"; print "
\n"; print "
\"\"
\n"; print "
\n"; print "
\n"; print "
Details

" . $row['name'] . "

\n"; print "
" . $rockstarwatch->checkblank_adv($row['internalweb'], "News", "No RockstarWatch section") . " | " . $rockstarwatch->checkblank_adv($row['internalweb'], "Screens", "No RockstarWatch section") . " | " . $rockstarwatch->checkblank_adv($row['internalweb'], "Trailers", "No RockstarWatch section") . " | "; print "Buy" . " | " . $rockstarwatch->checkblank_adv($row['officialweb'], "Official Website", "No offical website") . "
\n"; print "" . $rockstarwatch->checkblank($row['overview'], '
No information is currently available on ' . $row[name] . '

') . "

\n"; print "
"; print "
\n"; if($row['released'] == 1){ print "Released " . $rockstarwatch->checkblank($row['release_'.$_GET['c'].''],'Not Released') . " "; }else{ print "Coming " . $rockstarwatch->checkblank($row['release_'.$_GET['c'].''],'Not Released') . " "; } print " for $oncons   "; print "Developer " . $rockstarwatch->checkblank($developers , 'Unknown') . "   "; print "Genre " . $rockstarwatch->checkblank($genres, 'Unknown') . "   "; print "Modes: " . $modes . "   "; print "
\n"; print "
\n"; print "
\n"; print "
 
\n"; /*print "
" . $row['name'] . "
" . $rockstarwatch->checkblank($rockstarwatch->cut_text($row['overview'], 400, 0), 'Not currently available') . " [more..]\"\"
" . $rockstarwatch->checkblank_adv($row['release_'.$_GET['c'].''],'Available on: ', 'Coming to: ') . "$oncons
Developer/s: " . $rockstarwatch->checkblank($developers , 'Unknown') . "
Genre/s: " . $rockstarwatch->checkblank($genres, 'Unknown') . "
Mode/s: " . $modes . "
Released: " . $rockstarwatch->checkblank($row['release_'.$_GET['c'].''],'Not Released') . "
" . $rockstarwatch->checkblank_adv($row['officialweb'], "" . $row['officialweb'] . "", "No offical website") . "
" . $rockstarwatch->checkblank_adv($row['internalweb'], "http://www.rockstarwatch.net" . $row['internalweb'] . "", "No RockstarWatch section") . "
";*/ } $colorRow++; $styleRow++; } if($_GET['v'] == "basic" or $_GET['v'] == "simple") { print ""; } ?>