#!/usr/bin/php fetchXML(); $out .= "Caching Sovereignty XML - cached until:" . ConvertTimestamp($mySovAPI->CachedUntil_) . "\n"; // Alliance $myAlliAPI = new AllianceAPI(); $Allitemp .= $myAlliAPI->initXML(); $out .= "Caching Alliance XML - cached until:" . ConvertTimestamp($myAlliAPI->CachedUntil_) . "\n"; // Conquerable Station and Outposts list $myConqAPI = new API_ConquerableStationList(); $Conqtemp .= $myConqAPI->fetchXML(); $out .= "Caching Conquerable Station XML - cached until:" . ConvertTimestamp($myConqAPI->CachedUntil_) . "\n"; // Factional Warfare Systems $myFacAPI = new API_FacWarSystems(); $Factemp .= $myFacAPI->fetchXML(); $out .= "Caching Factional Warfare Systems XML - cached until:" . ConvertTimestamp($myFacAPI->CachedUntil_) . "\n"; if ($out) { $out = str_replace("