diff --git a/mcping.php b/mcping.php index cc966c9..0309774 100755 --- a/mcping.php +++ b/mcping.php @@ -7,7 +7,7 @@ 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:
+Example: (remove spaces in color) 
 include('http://unps-gama.tk/mcping.php?ip=$ip&port=$port')
 	echo "Server: " . $ip . " on port: " . $port . "  is: ";
 	include('http://unps-gama.tk/testserver.php');
@@ -19,7 +19,6 @@ include('http://unps-gama.tk/mcping.php?ip=$ip&port=$port')
 		echo "max players: " . $srvinfo[2] . "\n";