The World of Layonara  Forums

Author Topic: Server showing as Offline  (Read 3925 times)

Olme

Server showing as Offline
« 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.


 

willhoff

Re: Server showing as Offline
« Reply #1 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!
 
The following users thanked this post: LordCove

Olme

Re: Server showing as Offline
« Reply #2 on: May 03, 2018, 06:34:14 pm »
 Many Thanks
 

WarriorOfTheLance

Re: Server showing as Offline
« Reply #3 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>';
 
The following users thanked this post: LordCove, willhoff

orth

Re: Server showing as Offline
« Reply #4 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.