Hi... I got one issue with the status script...
... status shows the local game server, not the public one
(
http://df2.sytes.net/)
Is there another way to update the public ip to the status database other than the $_SERVER['REMOTE_ADDR'] in the import.php script?, maybe a $_POST['PublicIP'] submision?
In my coding I get the public IP thru a service called ipify (
https://www.ipify.com/) by calling the "https://api.ipify.org" URL.
The
http://df2.sytes.net/ as Alt URL in the Netsock.ini doesnt works, so I had to use the local IP from the web server to make it work.
Any ideas?
Cheers.