From baaa13423a6f6de2d871f320ca93575c9d89a02e Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Sat, 29 Sep 2012 03:13:33 -0300 Subject: [PATCH] removed old comment and added color directions --- mcping.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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";