This is a small program written in C# by using .NET Framwork 3.5. The main function is to count online players at the server (MaNGOS) and log it to files.
You have to set up config.conf file first, i think thats clear
Then you can start it. Console application will appear and it will be writing actual online players count to files in included folder.Code:## Host IP: localhost ## DB User: root ## DB Password: root ## Realmd DB: realmd ## Time Between Metering (in miliseconds): 300 ## Show every count in console (yes or no): yes ## Use text files for statistic (yes or no): yes ## Use MySQL for statistic (yes or no): yes ## Use "Actual" text file (yes or no) yes
Time Between Metering is time between individual measurements. 3 last options in config means, what type of logging you want. To files, to mysql (sql to creat table is included) and if you want to maintain the current status in file actual.
I made it for my server, you can maybe use it, maybe not...in czech I wrote extensive documentation and instructions, but in english, i am not able to do that
so if you have questins, ask.
Download Link:
Code:http://filebeam.com/319c13e079c3bc5711ca8025cb83fc28



LinkBack URL
About LinkBacks


in czech I wrote extensive documentation and instructions, but in english, i am not able to do that
so if you have questins, ask.


Reply With Quote



Bookmarks