ABout MU CORE TEMPLATES

Results 1 to 8 of 8
  1. #1
    Demigod UnCleanOne is offline
    MemberRank
    May 2012 Join Date
    438Posts

    ABout MU CORE TEMPLATES

    i got a problem
    i dont know how to connect the site
    to sql
    my server is on
    but in website it was offline
    anyone can help me?

    http://sphotos-b.ak.fbcdn.net/hphoto...85916052_n.jpg


  2. #2
    Enthusiast Archang3L is offline
    MemberRank
    Feb 2013 Join Date
    TurkeyLocation
    36Posts

    Re: ABout MU CORE TEMPLATES

    Quote Originally Posted by UnCleanOne View Post
    i got a problem
    i dont know how to connect the site
    to sql
    my server is on
    but in website it was offline
    anyone can help me?

    http://sphotos-b.ak.fbcdn.net/hphoto...85916052_n.jpg
    Open config >config.php change to
    estadocs
    servidor
    servidorvip
    127.0.0.1 change you IP

  3. #3
    Demigod UnCleanOne is offline
    MemberRank
    May 2012 Join Date
    438Posts

    Re: ABout MU CORE TEMPLATES

    didnt work

  4. #4
    Enthusiast stryker2013 is offline
    MemberRank
    Jan 2013 Join Date
    36Posts

    Re: ABout MU CORE TEMPLATES

    Open your template then config folder you open
    estadocs
    servidor
    servidorvip
    put your ip or this 127.0.0.1

  5. #5
    wew LigerZer0 is offline
    MemberRank
    Aug 2010 Join Date
    417Posts

    Re: ABout MU CORE TEMPLATES

    change port i mean edit it on the web... u can find ur available ports in TITANCS

    in the web
    if ($check=@fsockopen($onlineoffline,55901,$ERROR_NO,$ERROR_STR,(float)0.5))
    in the serverCS
    0 0 "80.241.216.122" 55901 "SHOW"

  6. #6
    Enthusiast zikmar is offline
    MemberRank
    Jul 2009 Join Date
    40Posts

    Re: ABout MU CORE TEMPLATES

    for template it is in httdocs/template/name of your template/status/servidor status


    $onlineoffline = "127.0.0.1";
    if ($check=@fsockopen($onlineoffline,55901,$ERROR_NO,$ERROR_STR,(float)0.5))
    {
    fclose($check);
    echo '<span style="color: green;">servername Online</span>';
    }
    else
    {
    echo '<span style="color: red;">CSname Offline</span>';


    you must put the port of your game server

  7. #7
    Proficient Member PheonixMU is offline
    MemberRank
    Apr 2006 Join Date
    SomeWhere :DLocation
    150Posts

    Re: ABout MU CORE TEMPLATES

    you also might have a file named "gs.php" inside your webserver folder (htdocs etc..)
    edit gs.php..

  8. #8
    Demigod UnCleanOne is offline
    MemberRank
    May 2012 Join Date
    438Posts

    Re: ABout MU CORE TEMPLATES

    Quote Originally Posted by LigerZer0 View Post
    change port i mean edit it on the web... u can find ur available ports in TITANCS

    in the web


    in the serverCS

    Thanks Mate



Advertisement