GunZ Server Status

Page 1 of 3 123 LastLast
Results 1 to 15 of 43
  1. #1
    Valued Member LegacyCode is offline
    MemberRank
    Aug 2009 Join Date
    HyruleLocation
    129Posts

    GunZ Server Status

    Screens

    Output


    Data


    Example in panel


    Info
    Code:
    A small GunZ server status script that display's
    the server info contained in "dbo.ServerStatus"
    with a image to show the amount of users.
    Setup
    1 - Setup ODBC (And configure it right!!)
    2 - Extract the files to your webserver
    3 - Change "config.php" in the "includes" folder
    X - Problems? re-check your configuration/odbc (Twice!!)


    Requirements
    - PHP 5.x
    - GD2 (php.ini)

    Download
    Rapidshare : http://rapidshare.com/files/306927372/srvstatgz.rar
    MegaUpload : http://www.megaupload.com/?d=8PLQRJO9
    FileBeam : http://filebeam.com/6f60661495f717d2c7763c58f986731a

    Support
    If you have any questions feel free to post them
    here or contact me on my mail (its on my profile)
    Last edited by LegacyCode; 14-11-09 at 08:56 PM.


  2. #2
    Developer Eronisch is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    1,328Posts

    Re: GunZ Server Status

    Amazing!
    10/10 ;)

  3. #3

    Re: GunZ Server Status

    yay u released it,when i saw on msn i was like omg gimme nao!

  4. #4
    Account Upgraded | Title Enabled! adminjoker is offline
    MemberRank
    Jun 2009 Join Date
    USA - Stuart -Location
    247Posts

    Re: GunZ Server Status

    can you post on megaupad or easyshare canuse i can't download from rapidshare. =)

  5. #5
    Valued Member LegacyCode is offline
    MemberRank
    Aug 2009 Join Date
    HyruleLocation
    129Posts

    Re: GunZ Server Status

    Quote Originally Posted by death4u2 View Post
    yay u released it,when i saw on msn i was like omg gimme nao!
    That screen was from the cms i was working on but don't have time for anymore.
    figured i could take out that part and release it separately.

    Quote Originally Posted by adminjoker View Post
    can you post on megaupad or easyshare canuse i can't download from rapidshare. =)
    Added a filebeam link will add megaupload once it starts loading for me.
    Last edited by LegacyCode; 14-11-09 at 04:38 PM.

  6. #6
    Account Upgraded | Title Enabled! ElternalFire is offline
    MemberRank
    Aug 2009 Join Date
    The NetherlandsLocation
    441Posts

    Re: GunZ Server Status

    Nice release :)

    ---------- Post added at 04:38 PM ---------- Previous post was at 04:37 PM ----------

    I downloaded it, it looks so good :)

    ---------- Post added at 04:44 PM ---------- Previous post was at 04:38 PM ----------

    Ermm not working for me , this error :

    Notice: Undefined index: pass in C:\wamp\www\gunz\index.php on line 21

    Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]De aanmelding is mislukt voor gebruiker sa., SQL state 28000 in SQLConnect in C:\wamp\www\gunz\includes\odbc_class.php on line 28

    Warning: odbc_exec() expects parameter 1 to be resource, boolean given in C:\wamp\www\gunz\includes\srvstat_class.php on line 20

    Warning: odbc_fetch_array() expects parameter 1 to be resource, null given in C:\wamp\www\gunz\includes\srvstat_class.php on line 23

  7. #7
    Valued Member LegacyCode is offline
    MemberRank
    Aug 2009 Join Date
    HyruleLocation
    129Posts

    Re: GunZ Server Status

    MegaUpload link added.

    Quote Originally Posted by ElternalFire View Post
    Ermm not working for me , this error :
    Make sure your odbc is setup right.
    Each time someone sends me a error like that
    they did something wrong with their settings.
    Last edited by LegacyCode; 14-11-09 at 04:49 PM.

  8. #8
    Account Upgraded | Title Enabled! ElternalFire is offline
    MemberRank
    Aug 2009 Join Date
    The NetherlandsLocation
    441Posts

    Re: GunZ Server Status

    Quote Originally Posted by LegacyCode View Post
    MegaUpload link added.
    Tnx but i got errors :S

    First Error :
    Notice: Undefined index: pass in C:\wamp\www\gunz\index.php on line 21

    Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]De aanmelding is mislukt voor gebruiker sa., SQL state 28000 in SQLConnect in C:\wamp\www\gunz\includes\odbc_class.php on line 28

    Warning: odbc_exec() expects parameter 1 to be resource, boolean given in C:\wamp\www\gunz\includes\srvstat_class.php on line 20

    Warning: odbc_fetch_array() expects parameter 1 to be resource, null given in C:\wamp\www\gunz\includes\srvstat_class.php on line 23
    SECOND ERROR :
    Do i need to edit (/includes/odbc_class) ?

    odbc_class :
    // Grab Database Connection Variables
    $db['host'] = $this->host;
    $db['name'] = $this->name;
    $db['user'] = $this->user;
    $db['pass'] = $this->pass;
    $db['driver'] = $this->driver;
    And what i need to edit more!

    My Config : (is this correct ?)
    $database['host'] = 'P**V-*2**2*5*5*';
    $database['name'] = 'GunZDB';
    $database['user'] = 'sa';
    $datanase['pass'] = 'Mypassword Private :D';
    $database['driver'] = 'SQL Server';

  9. #9
    Account Upgraded | Title Enabled! lDonatorl is offline
    MemberRank
    Sep 2009 Join Date
    FranceLocation
    272Posts

    Re: GunZ Server Status

    Wow, Good Jobs Realy Nice ^^

  10. #10
    Account Upgraded | Title Enabled! ElternalFire is offline
    MemberRank
    Aug 2009 Join Date
    The NetherlandsLocation
    441Posts

    Re: GunZ Server Status

    Quote Originally Posted by LegacyCode View Post
    MegaUpload link added.



    Make sure your odbc is setup right.
    Each time someone sends me a error like that
    they did something wrong with their settings.
    Its right for me so far i know, i followed the TUT on YouTube from NoteToMissMySelf1 (or sumthing like that)!

    And that odbc_class.php in /includes

    We dont need to change this : ?
    Spoiler:
    // Grab Database Connection Variables
    $db['host'] = $this->host;
    $db['name'] = $this->name;
    $db['user'] = $this->user;
    $db['pass'] = $this->pass;
    $db['driver'] = $this->driver;

  11. #11
    Valued Member LegacyCode is offline
    MemberRank
    Aug 2009 Join Date
    HyruleLocation
    129Posts

    Re: GunZ Server Status

    Quote Originally Posted by ElternalFire View Post
    Tnx but i got errors :S

    First Error :


    SECOND ERROR :
    Do i need to edit (/includes/odbc_class) ?

    odbc_class :


    And what i need to edit more!

    My Config : (is this correct ?)

    The only file that needs to be changed is "config.php" be sure you use the same driver as the one you used in "odbcad32" (SQL Native Client/SQL Server)
    if you still have problems after that check under witch tab you have the odbc setup (System DSN/User DSN) try switching it.
    Last edited by LegacyCode; 14-11-09 at 04:56 PM.

  12. #12
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    Re: GunZ Server Status

    very Nice 8/10

  13. #13
    Account Upgraded | Title Enabled! adminjoker is offline
    MemberRank
    Jun 2009 Join Date
    USA - Stuart -Location
    247Posts

    Re: GunZ Server Status

    thank you so much!!!

    ---------- Post added at 11:16 AM ---------- Previous post was at 10:33 AM ----------

    i got an error doesnt shows eny thing just a white background and that is it. ¬¬ what i do? and i configed it right.

  14. #14
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,301Posts

    Re: GunZ Server Status

    Nice man.

    edit: nice problem as guy above
    Last edited by Military; 14-11-09 at 08:08 PM.

  15. #15
    Sharing is caring KillerStefan is offline
    MemberRank
    Feb 2007 Join Date
    NetherlandsLocation
    2,554Posts

    Re: GunZ Server Status

    Looks good, I like how the bar fills up the more people are playing.



Page 1 of 3 123 LastLast

Advertisement