PlanetSide Universe - View Single Post - Planetside 2 Status Server
View Single Post
Old 2014-08-13, 10:51 AM   [Ignore Me] #2
zyzko
Private
 
Re: Planetside 2 Status Server


Hey,

Using PHP :

PHP Code:
<?php
//Just change world_id value - 10 is Miller
$json file_get_contents("http://census.soe.com/get/ps2/world/?world_id=10"); 
$status json_decode($jsontrue); 
foreach(
$status***91;world_list***93; as $a => $b

      if(
$b***91;world_id***93; == 10
      { 
      echo 
"Server ".$b***91;name***93;***91;fr***93;." ".$b***91;state***93;." ! "
      } 
}
?>
zyzko is offline