server status

Results 1 to 6 of 6
  1. #1
    Coxiez barakuda21 is offline
    MemberRank
    Aug 2006 Join Date
    trashcanLocation
    892Posts

    server status

    any one know how to make website server status can read the server channel online/offline and see how many ppl online? and how to use!


  2. #2
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: server status

    Check if svr online:
    function checkLogin($host, $port, $timeout = 6) {
    $fsock = fsockopen($host, $port, $timeout);
    if (!$fsock) {
    return FALSE;
    } else {
    return TRUE;
    }
    }
    Host = ur svr IP, Port = WorldSvr_01_0x port.

    About people online:
    SELECT COUNT(*) FROM Server01.dbo.cabal_character_table WHERE Login=1 AND ChannelIdx= " . $ChannelIdx . "")
    I wont teach u how to use it, if u want edit that im sure u know basic things in php :)
    Good luck.

  3. #3
    Coxiez barakuda21 is offline
    MemberRank
    Aug 2006 Join Date
    trashcanLocation
    892Posts

    Re: server status

    i dont know anything in php html xml etc. thats why i make post here so someone teach me how to make one ^_^ but thanks for small info. its make a big deal to me to understand some code you gave

  4. #4
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: server status

    Small info? It's fully code :)
    What website u use now?

    P.s. remember about thanks button :)

  5. #5
    Novice Naysik031 is offline
    MemberRank
    May 2015 Join Date
    1Posts

    Re: server status

    ACE_ASSERT: файл LoadItemConfig.cpp, строка 12 ошибка утверждения на '0'.Прерывание... народ что за ошибка может быть?

  6. #6
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: server status

    i dont understand russian sorry.



Advertisement