Description
-
Visits
'.formatVisits($row['Visits']); ?>
-
Created
-
Updated
-
Max Players
-
Genre
-
Allowed Gear types
Game Badges
-
Placeholder
This is just a placeholder, but will come soon!
- Rarity: 0.00% (Impossible)
- Won Yesterday: 0
- Won Ever: 0
Recommended Games
-
prepare("SELECT * FROM assets WHERE AssetType = 9 AND isSubPlace = 0 AND isPrivate = 0 ORDER BY RAND() DESC LIMIT :startRow,:maxRows");
$stmt->bindParam(":startRow", $StartRows, PDO::PARAM_INT);
$stmt->bindParam(":maxRows", $MaxRows, PDO::PARAM_INT);
$stmt->execute();
$count = 0;
foreach($stmt as $game) {
if ($count >= 10) break;
if (!$game['isSubPlace']) {
$stmtUser = $pdo->prepare('SELECT * FROM users where UserId = :uid');
$stmtUser->execute(['uid' => $game['CreatorID']]);
$user = $stmtUser->fetch(PDO::FETCH_ASSOC);
echo '
-
'.htmlspecialchars($game['Name']).' '.intval($game['players']).' Online - '.$game['ClientYear'].'
';
$count++;
}
}
?>

in the dialog box above to join games faster in the future!
Comments
text
4 hours ago