Configure web statistics mu core 1.0.8

Results 1 to 3 of 3
  1. #1
    Member UndMe is offline
    MemberRank
    Jul 2014 Join Date
    71Posts

    ! Configure web statistics mu core 1.0.8

    Hi, well I happen to have the following problem (I show a picture):

    error-estadisticas.png

    As you can see I mark this offline server but then if you let people connect and play without problem, web-hosting currently have an e modified file: pages_modules / statics.php in all possible ways, I mean with no-ip and all ports that have open and nothing ...
    Currently what I have so:

    if ($fp=@fsockopen('1905.sytes.net','55903',$ERROR_NO ,$ERROR_STR,(float)0.5))
    {
    fclose($fp);
    $serstats= "<img src='template/".$core['config']['template']."/images/on.png' alt='Online'>";
    }
    else
    {
    $serstats= "<img src='template/".$core['config']['template']."/images/off.png' alt='Offline'>";
    }

    if ($fp=@fsockopen('1905.sytes.net','55903',$ERROR_NO ,$ERROR_STR,(float)0.5))
    {
    fclose($fp);
    $serstats1= "<img src='template/".$core['config']['template']."/images/on.png' alt='Online'>";
    }
    else
    {
    $serstats1= "<img src='template/".$core['config']['template']."/images/off.png' alt='Offline'>";
    }

    if ($fp=@fsockopen('1905.sytes.net','55903',$ERROR_NO ,$ERROR_STR,(float)0.5))
    {
    fclose($fp);
    $serstats2= "<img src='template/".$core['config']['template']."/images/on.png' alt='Online'>";
    }
    else
    {
    $serstats2= "<img src='template/".$core['config']['template']."/images/off.png' alt='Offline'>";
    }

    I hope I can lend a hand, thanks!
    Att: UndMe


  2. #2

    Re: Configure web statistics mu core 1.0.8

    replace offline to online and online to offline then?

    or just replace all to Online and problem solved.. who cares if server off .. they will realise it while connecting hehe :)

  3. #3
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: Configure web statistics mu core 1.0.8

    You shouldn't have to put ur no-ip

    Code:
    if ($fp=@fsockopen('127.0.0.1 ','55903',$ERROR_NO ,$ERROR_STR,(float)0.5))
    and make sure these ports are the same as the ones in ur gameserver connect.ini like the gameserver is 55901 gameservercs is 55919 But all files are different.



Advertisement