Jump to content
  • 0

XML Server Status & Flux CP


Question

Posted

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.

0 answers to this question

Recommended Posts

There have been no answers to this question yet

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...