diff --git a/mcping.php b/mcping.php index 5805e74..81b38bc 100755 --- a/mcping.php +++ b/mcping.php @@ -35,7 +35,8 @@ a.showApi:hover, a.hideApi:hover { then pull an arraylist for $srvinfo from 0-2 to get motd, players online, and max players. Server and port are just echoed $ip and $port. To check online status, use testserver.php. Call testserver.php and use the GetServerStatus($ip, $port); function - echo that and done :3 -Example: (remove spaces in color)
+Example call: http://unps-gama.tk/mcping.php?ip=unps-gama.tk&port=25565
+Example:
 include('http://unps-gama.tk/mcping.php?ip=$ip&port=$port')
 	echo "Server:<font color='red'> " . $ip . "</font> on port:<font color='yellow'> " . $port . " </font> is: ";
 	include('http://unps-gama.tk/testserver.php');