Server Status Script and Buy Coins By Bounty

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Server Status Script and Buy Coins By Bounty

    I want a Script like of EuroGunZ server Status and a script that I could buy Coins for Bounty, if someone has it and could send for me, I would be grateful.

    I try to search for Server Status script here but fail, i'm getting this error when I try to search.

    Code:
    Fatal error:  Out of memory (allocated 231211008) (tried to allocate 71 bytes) in /home/ragezone/public_html/forum/search.php on line 1008


  2. #2

    Re: Server Status Script and Buy Coins By Bounty

    Just wait and retry again.

  3. #3
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: Server Status Script and Buy Coins By Bounty

    What ServerStatus you need for Online/Offline are what tells you how many People are online?

    Here Serverstatus for online/offline & how many people are playing.
    PHP Code:
    <?php
    $host 
    "HYLPER\SQLEXPRESS";
    $user "sa";
    $pass "yourpw";
    $dbname "GunzDB";
    $conn odbc_connect("Driver={SQL Server};Server={$host}; Database={$dbname}"$user$pass) or die("Cant't connect the Server.");
    $s_query odbc_do($conn,"SELECT TOP 99 * FROM ServerStatus WHERE ServerID > 0");
    while (
    odbc_fetch_row($s_query))
    {
    echo 
    "<br/>";
    $s odbc_result($s_query,1);
    echo 
    "$s.&nbsp ";
    $s odbc_result($s_query,7);
    echo 
    "$s";
    $s odbc_result($s_query,2);
    echo 
    "&nbsp&nbsp&nbsp&nbsp $s / ";
    $s odbc_result($s_query,3);
    echo 
    "$s &nbsp&nbsp&nbsp&nbsp";
    $s = @fsockopen(odbc_result($s_query,5), odbc_result($s_query,6), $errno$errstr1);
    if (!
    $s)
    {
    echo 
    "<font color='#FF0000'>Offline</font>";
    }
    else 
    {
    echo 
    "<font color='#00FF00'>Online</font>";
    }
    }
    ?>

  4. #4
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Server Status Script and Buy Coins By Bounty

    Server Status Like This
    ___________________________________________
    Euro Gunz Clan Server - Online
    [NAT]MatchAgent anti agent error - Online

    Clan Server : Players Online: 489
    ___________________________________________
    Euro Gunz Quest Server - Online
    [NAT]MatchAgent anti agent error - Online

    Quest Server : Players Online: 141

  5. #5
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: Server Status Script and Buy Coins By Bounty

    Its EZ
    Just Put The Ports

    6000
    7777
    6005
    7787
    and will show if its online or offline

  6. #6
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: Server Status Script and Buy Coins By Bounty

    lol you cant steal my scripts

  7. #7
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: Server Status Script and Buy Coins By Bounty

    i dont know how to steal so release ;D



Advertisement