Jump to content
  • 0

XML Server Status & Flux CP


Talaysen

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  161
  • Reputation:   5
  • Joined:  02/07/13
  • Last Seen:  

Having some trouble getting the server status to show up correctly in my launcher.

 

With the following:

<?php

$file = 'http://nymphro.com/?module=server&action=status-xml';
if(!$xml = simplexml_load_file($file))
  exit('Failed to open '.$file);
print_r($xml);

?>

I'm getting:

 

Failed to open http://nymphro.com/?module=server&action=status-xml

 

--

 

I switched, last night, from Xantara's FluxCP to the rAthena FluxCP on GIT.

Only thing that doesn't seem to be working properly was the status on the thor launcher, which, it seems like it can't access the page.

Was just wondering if anyone might know 'why'.

 

Note: I checked my phpinfo, simplexml is enabled/installed.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

×
×
  • Create New...