Talaysen Posted March 23, 2014 Posted March 23, 2014 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.
Question
Talaysen
Having some trouble getting the server status to show up correctly in my launcher.
With the following:
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