3v4l.org

run code in 300+ PHP versions simultaneously
<?php $SERVER_IP = "185.38.148.147"; //Insert the IP of the server you want to query. $SERVER_PORT = "25581"; //Insert the PORT of the server you want to ping. Needed to get the favicon, motd, players online and players max. etc $QUERY_PORT = "28016"; //Port of query.port="" in your server.properties. Needed for the playerlist! Can be the same like the port or different. Query must be enabled in your server.properties file! $HEADS = "3D"; //"normal" / "3D" $show_max = "unlimited"; // how much playerheads should we display? "unlimited" / "10" / "53"/ ... $SHOW_FAVICON = "on"; //"off" / "on" $ping = json_decode(file_get_contents('http://api.minetools.eu/ping/' . $SERVER_IP . '/' . $SERVER_PORT . ''), true); $query = json_decode(file_get_contents('http://api.minetools.eu/query/' . $SERVER_IP . '/' . $QUERY_PORT . ''), true); if(empty($ping['error'])) { $version = $ping['version']['name']; $online = $ping['players']['online']; $max = $ping['players']['max']; $motd = $ping['description']; $favicon = $ping['favicon']; } if(empty($query['error'])) { $playerlist = $query['Playerlist']; } ?>
Output for 8.3.0 - 8.3.6
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for api.minetools.eu failed: System error in /in/sMLUe on line 10 Warning: file_get_contents(http://api.minetools.eu/ping/185.38.148.147/25581): Failed to open stream: php_network_getaddresses: getaddrinfo for api.minetools.eu failed: System error in /in/sMLUe on line 10 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for api.minetools.eu failed: System error in /in/sMLUe on line 11 Warning: file_get_contents(http://api.minetools.eu/query/185.38.148.147/28016): Failed to open stream: php_network_getaddresses: getaddrinfo for api.minetools.eu failed: System error in /in/sMLUe on line 11 Warning: Trying to access array offset on null in /in/sMLUe on line 14 Warning: Trying to access array offset on null in /in/sMLUe on line 14 Warning: Trying to access array offset on null in /in/sMLUe on line 15 Warning: Trying to access array offset on null in /in/sMLUe on line 15 Warning: Trying to access array offset on null in /in/sMLUe on line 16 Warning: Trying to access array offset on null in /in/sMLUe on line 16 Warning: Trying to access array offset on null in /in/sMLUe on line 17 Warning: Trying to access array offset on null in /in/sMLUe on line 18 Warning: Trying to access array offset on null in /in/sMLUe on line 22
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for api.minetools.eu failed: System error in /in/sMLUe on line 10 Warning: file_get_contents(http://api.minetools.eu/ping/185.38.148.147/25581): Failed to open stream: php_network_getaddresses: getaddrinfo for api.minetools.eu failed: System error in /in/sMLUe on line 10 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for api.minetools.eu failed: System error in /in/sMLUe on line 11 Warning: file_get_contents(http://api.minetools.eu/query/185.38.148.147/28016): Failed to open stream: php_network_getaddresses: getaddrinfo for api.minetools.eu failed: System error in /in/sMLUe on line 11 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 14 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 14 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 15 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 15 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 16 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 16 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 17 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 18 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 22
Output for 8.0.13 - 8.0.30
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 10 Warning: file_get_contents(http://api.minetools.eu/ping/185.38.148.147/25581): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 10 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 11 Warning: file_get_contents(http://api.minetools.eu/query/185.38.148.147/28016): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 11 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 14 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 14 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 15 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 15 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 16 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 16 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 17 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 18 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 22
Output for 8.0.0 - 8.0.12
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 10 Warning: file_get_contents(http://api.minetools.eu/ping/185.38.148.147/25581): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 10 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 11 Warning: file_get_contents(http://api.minetools.eu/query/185.38.148.147/28016): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 11 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 14 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 14 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 15 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 15 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 16 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 16 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 17 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 18 Warning: Trying to access array offset on value of type null in /in/sMLUe on line 22
Output for 7.4.26 - 7.4.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 10 Warning: file_get_contents(http://api.minetools.eu/ping/185.38.148.147/25581): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 10 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 11 Warning: file_get_contents(http://api.minetools.eu/query/185.38.148.147/28016): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 11 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 14 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 14 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 15 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 15 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 16 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 16 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 17 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 18 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 22
Output for 7.4.0 - 7.4.25
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 10 Warning: file_get_contents(http://api.minetools.eu/ping/185.38.148.147/25581): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 10 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 11 Warning: file_get_contents(http://api.minetools.eu/query/185.38.148.147/28016): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 11 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 14 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 14 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 15 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 15 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 16 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 16 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 17 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 18 Notice: Trying to access array offset on value of type null in /in/sMLUe on line 22
Output for 7.3.32 - 7.3.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 10 Warning: file_get_contents(http://api.minetools.eu/ping/185.38.148.147/25581): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 10 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 11 Warning: file_get_contents(http://api.minetools.eu/query/185.38.148.147/28016): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/sMLUe on line 11
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 10 Warning: file_get_contents(http://api.minetools.eu/ping/185.38.148.147/25581): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 10 Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 11 Warning: file_get_contents(http://api.minetools.eu/query/185.38.148.147/28016): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/sMLUe on line 11

preferences:
287.5 ms | 404 KiB | 376 Q