The World of Layonara

The NWN Persistent World => Layonara Server => Topic started by: Olme on May 03, 2018, 05:24:42 pm

Title: Server showing as Offline
Post by: Olme on May 03, 2018, 05:24:42 pm
When I go to log in the Server address is greyed out and showing as offline.

Have tried to log on with two different machines...same.


Title: Re: Server showing as Offline
Post by: willhoff on May 03, 2018, 06:08:17 pm
The IP address changed at some point.  The new IP address is:  198.100.174.100.

Cheers!

Willhoff

p.s. We had the same issue!
Title: Re: Server showing as Offline
Post by: Olme on May 03, 2018, 06:34:14 pm
 Many Thanks
Title: Re: Server showing as Offline
Post by: WarriorOfTheLance on May 03, 2018, 10:05:20 pm
Code: [Select]
#!/usr/bin/php
<?php
global $address;

function 
look_my_ip()
        {
$ip "";
        
$ip gethostbyname('layonara.com');
        return 
$ip;
        }

if (
$address == "")
    {
    
$address look_my_ip();
    }
    else
    {
    
$address "layonara.com";
    }

echo 
'<p>'.$address.'</p>';
Title: Re: Server showing as Offline
Post by: orth on May 07, 2018, 09:13:41 am
Hi and apologies for not posting this earlier.

Yes the IP address has changed as indicated earlier. If you don't use the domain and connect via IP you should be connecting to 198.100.174.100 now.

This was nothing we could control, our host enforced the change.