Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?PHP
- try {
- $serverinfo = file_get_contents("http://xwis.brandanlasley.com:200/serverinfo.txt");
- echo "Server Name: $serverinfo[0]";
- echo "<br>";
- echo "Current Map: $serverinfo[1]";
- echo "<br>";
- echo "Players Ingame: $serverinfo[2]";
- } catch (Exception $e) {
- echo 'Error Fetching Information: ', $e->getMessage(), "\n";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement