Anleitung in Ihrer Sprache nicht verfügbar

Diese Anleitung ist in der gewählten Sprache noch nicht verfügbar. Wir arbeiten daran und werden sie so bald wie möglich aktualisieren. In der Zwischenzeit können Sie die Anleitung auf Englisch lesen.

Anleitung in Ihrer Sprache nicht verfügbar

Diese Anleitung ist in der gewählten Sprache noch nicht verfügbar. Wir arbeiten daran und werden sie so bald wie möglich aktualisieren. In der Zwischenzeit können Sie die Anleitung auf Englisch lesen.

    7 Days to Die
    Ace of Spades
    Altis Life
    American Truck Simulator
    ARK: Survival Ascended
    ARK: Survival Evolved
    ARK: Survival Evolved Official Save Game
    ARK: Survival of the Fittest
    Arma 3
    Assetto Corsa Competizione
    Astroneer
    Atlas
    Avorion
    Chivalry 2
    Chivalry: Medieval Warfare
    Citadel
    Conan Exiles
    Core Keeper
    Counter-Strike: Global Offensive
    Craftopia
    Dark and Light
    Day of Dragons
    DayZ
    Dead Matter
    Dirty Bomb
    Don't Starve Together
    Dune: Awakening
    Empyrion
    Enshrouded
    Euro Truck Simulator 2
    Factorio
    Farming Simulator 13
    Farming Simulator 15
    Farming Simulator 17
    Farming Simulator 19
    Farming Simulator 22
    Farming Simulator 25
    FiveM
    Frozen Flame
    Garry's Mod
    Half-Life 2
    Hell Let Loose
    Jedi Knight 2
    KAG
    Killing Floor 2
    Last Oasis
    Left 4 Dead 2
    Life is Feudal
    Medieval Engineers
    Minecraft
    Mordhau
    Myth of Empires
    Onset
    Outpost Zero
    Palworld
    Pantropy
    Path of Titans
    PixARK
    Project Zomboid
    Red Orchestra 2
    REND
    Rust
    Satisfactory
    SCUM
    Sky Noon
    Sons Of The Forest
    Soulmask
    Space Engineers
    Squad
    Starbound
    StarMade
    Staxel
    Terraria
    The Forest
    The Isle
    Unreal Tournament 2004
    Unturned
    V Rising
    Valheim
    Wreckfest
    Ylands
  • webinterface
    • Account
      Andere Dienstleistungen
      FTP
      Kundendienst
  • WEBINTERFACE
    1. startseite /
    2. guides /
    3. serverstatus script en

    Guides

    Kategorie A-Z
    general-guide
    Webinterface
    Wiki

    Serverstatus script

    Serverstatus script

    This article will show you how to create a serverstatus script.
    What is needed?:

     1. A Gameserver(this article will use a Minecraftserver as an example) 2. A Webspace which lets you use PHP. 3. The following code

    Code

     <?php $server = "85.131.146.70"; $port = "25565"; $timeout = "10"; if ($server and $port and $timeout) { $minecraft = @fsockopen("$server", $port, $timeout); } if($minecraft) { echo "The Minecraft-Server is Online"; } else { echo "The Minecraft-Server is Offline"; } ?>

    This code can now be used on your website.

    Explanation

     <?php - Anfang des Scripts $server = "85.131.146.70"; - IP of the server, in this case 85.131.146.70 $port = "25565"; - Port of the server, in this case 25565 $timeout = "10"; - Validation of your online status(in seconds). if ($server and $port and $timeout) { $minecraft= @fsockopen("$server",$port,$timeout); - Define $minecraft from $server, $port und $timeout } if($minecraft) - "Wenn $minecraft erreichbar ist, dann..." { echo "The Minecraft-Server is Online"; - ...shows "The Minecraft-Server is Online" } else - andernfalls... { echo "The Minecraft-Server is Offline"; -...shows "The Minecraft-Server is Offline" } ?> - End of the script

    Get Minecraft Server Hosting now!

    Code

    Explanation

    Diesen Artikel teilen


    #general-guide
    #Webinterface
    #Wiki
    12/1/2022

    Hol dir jetzt deinen eigenen Gameserver.

    Gameserver bestellen
    1. startseite /
    2. guides /
    3. serverstatus script en
    Bezahle wie du willst
    Klarna Payment Badge
    Unsere Mitgliedschaften
    game - Verband der deutschen Games-Branche RIPE NCC - Ripe Network Coordination Centre Women in Games
    v1.30.0-168-g6f64a707 © 2025 marbis GmbH. Alle Rechte vorbehalten. Alle Preise sind Endpreise inkl. gesetzlicher Umsatzsteuer.