" alt="slide">
Logo
📊 Statistik ❌ Grid ist OFFLINE"; } else { $totalUsers = mysqli_fetch_row(mysqli_query($con, "SELECT COUNT(*) FROM Presence"))[0]; $totalRegions = mysqli_fetch_row(mysqli_query($con, "SELECT COUNT(*) FROM regions"))[0]; $totalAccounts = mysqli_fetch_row(mysqli_query($con, "SELECT COUNT(*) FROM UserAccounts"))[0]; $activeUsers = mysqli_fetch_row(mysqli_query($con, "SELECT COUNT(*) FROM GridUser WHERE Login > (UNIX_TIMESTAMP() - (30*86400))"))[0]; $totalGridAccounts = mysqli_fetch_row(mysqli_query($con, "SELECT COUNT(*) FROM GridUser"))[0]; echo "Nutzer im Grid: $totalUsers
"; echo "Regionen: $totalRegions
"; echo "Aktiv (30 Tage): $activeUsers
"; echo "Inworld Nutzer: $totalAccounts
"; echo "HG Grid Nutzer: $totalGridAccounts
"; echo "✔ Grid ist ONLINE"; mysqli_close($con); } ?>
🌍 Regionen $region"; } mysqli_close($con); ?>
🌟 Aktuell

Fehler beim Laden des Feeds: " . htmlspecialchars($feed_url) . "

"; continue; } $output .= '

' . htmlspecialchars($xml->channel->title) . '

'; //$output .= '

Feed öffnen

'; // Nur den neuesten Eintrag anzeigen $entry = $xml->channel->item[0]; $date = date('d.m.Y', strtotime($entry->pubDate)); $title = htmlspecialchars($entry->title); $description = html_entity_decode($entry->description); if (isset($entry->encoded)) { $description .= '
' . html_entity_decode($entry->encoded); } else if (isset($entry->content)) { $description .= '
' . html_entity_decode($entry->content); } $output .= '

'. $title .' ('.$date.')

'; $output .= '
'. $description .'
'; } echo $output; //file_put_contents($feedcache_path, $output); } else { echo file_get_contents($feedcache_path); } ?>