Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108

    [Release]Server Stats Library

    Hey there.

    I'm presenting you a little library I have created today. This library is extracting information from *********** and game-monitor.

    There is a class for each.

    ~ Explanation ~

    *********** & Game-Monitor contain a hell of a lot servers. Thus, you can easily get a servers information like the current online players.
    Game-Monitor for example, also shows the server variables, such as punkbuster. You can make a little tool showing your favourite servers with
    the current map/current players and much more!

    You don't have to go ingame anymore, it is very handy

    This library lets you easily access/extract these gameserver informations.

    ~ Functions ~


    The functions are pretty obviously.

    ~ Setup ~

    This is very simple.

    => Rightclick your project in the solution-explorer
    => Add reference
    => Select the .dll
    => Done

    ~ Usage ~

    [php]Dim *********** as new ServerList.***********("77.111.202.39:27015")
    For i = 0 to ***********.players.count
    dim x() as string = split(***********.players(i), "|")

    listview1.items(listview1.items.count - 1).subitems.add(x(0))
    listview1.items(listview1.items.count - 1).subitems.add(x(1))
    listview1.items(listview1.items.count - 1).subitems.add(x(2))
    next

    listview2.items.add(***********.currentplayers)
    listview2.items(listview2.items.count - 1).subitems.add(***********.currentmap)
    [/php]

    [php]Dim gamemonitor as new ServerList.GameMonitor("cod4", "193.47.83.227:28935")

    For i = 0 to gamemonitor.players.count
    dim x() as string = split(gamemonitor.players(i), "|")

    listview1.items(listview1.items.count - 1).subitems.add(x(0))
    listview1.items(listview1.items.count - 1).subitems.add(x(1))
    listview1.items(listview1.items.count - 1).subitems.add(x(2))
    listview1.items(listview1.items.count - 1).subitems.add(x(3))

    listview2.items.add(gamemonitor.currentmap)[/php]

    Use intellisense for any further help.

    ~ Credits ~
    => Blubb1337
    => XScapism
    => Jason(serving water)
    => Nextgen(being offline whenever you need him)

    ~ Virusscans ~

    VirusTotal
    Jotti

    ~ File Information ~

    • .Net Framework 2.0
    • Filesize Packed ~ 40 KB
    • Filesize Unpacked ~ 80 KB
    • MD5(RAR) - 50e5dab1083c4753ed1d53edcebd23f5

    If you have any further suggestions/improvements or bugs you may have faced, please post them in this topic.

    Thanks and enjoy
    Last edited by Blubb1337; 10-08-2010 at 02:51 PM.



  2. The Following 5 Users Say Thank You to Blubb1337 For This Useful Post:

    1on1 (10-10-2010),Hassan (10-09-2010),House (10-08-2010),Jason (10-08-2010),War3Cadu (10-08-2010)

  3. #2
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Ahahahahahaha() at credits


     


     


     



    The Most complete application MPGH will ever offer - 68%




  4. #3
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    nice thingie

  5. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Waterboy

    When the fuck did you start making this? It's the first I've heard of you making

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  6. #5
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Did that after school. A guy on msn requested code to extract the servername of a game-monitor server. So I just made a library for extracting some more information =D.

    You can do a little "Favourites"-Tool or such. Pretty neat.



  7. #6
    Physcadelic's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Australia <3
    Posts
    4,450
    Reputation
    323
    Thanks
    828
    My Mood
    Breezy
    Lol @ Waterboy Jason.

    R.I.P a great GM




    Quote Originally Posted by Assalamu alaikum View Post
    what? maybe stop talk with riddles and with words i am not even know.

  8. #7
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Physcadelic View Post
    Lol @ Waterboy Jason.
    It's an inside joke; if you don't get it, get out.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  9. The Following 2 Users Say Thank You to Jason For This Useful Post:

    Hassan (10-09-2010),[MPGH]master131 (10-09-2010)

  10. #8
    War3Cadu's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    You will need put refresh.

  11. #9
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    What are you talking about? o_O



  12. #10
    War3Cadu's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    Do you dont have refresh...

  13. #11
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by War3Cadu View Post
    Do you dont have refresh...
    1: Stop Trolling
    2: Learn English - Learn The Fucking English !!!

  14. #12
    War3Cadu's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    Quote Originally Posted by Xscapism View Post


    1: Stop Trolling
    2: Learn English - Learn The Fucking English !!!
    Trolling?

  15. #13
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Just dim it again to refresh



  16. #14
    1on1's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    68
    Reputation
    14
    Thanks
    9
    very nice work mate.

  17. #15
    War3Cadu's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    Quote Originally Posted by Blubb1337 View Post
    Just dim it again to refresh
    Time1 per 1 sec + Dim = Lagger

Page 1 of 2 12 LastLast

Similar Threads

  1. [Info] How to release servers
    By Jailbroken671 in forum Minecraft Server Advertising
    Replies: 7
    Last Post: 06-13-2013, 05:59 PM
  2. [Release] Lolwut.Net 1.9 Pre-release server [Cracked]
    By michi4 in forum Minecraft Server Advertising
    Replies: 3
    Last Post: 09-27-2011, 03:27 PM
  3. [RELEASE] MW2 Stats Changer
    By NiGaRaCHi in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 22
    Last Post: 09-30-2010, 11:33 PM
  4. {RELEASE} SERVER HACK V2 :D
    By lolz2much in forum Combat Arms Hacks & Cheats
    Replies: 217
    Last Post: 09-21-2009, 08:36 PM
  5. {RELEASE} SERVER HACK BETA -- JOIN RECRUIT OR HIGH RANK SERVER
    By lolz2much in forum Combat Arms Discussions
    Replies: 283
    Last Post: 09-05-2009, 05:52 PM