I'm fairly new to this, and have searched but not finding anything (I'm possibly searching for the wrong thing). Is there a way to pull information from the game server logs to get interactive information on the database? I've seen sites pull everything from # of users online, to a daily award blurb that updates in real time. Can anyone perhaps direct me to the right place?
Thanks!
Lauren
Pulling from Logs on a Gameserver
-
- New to forums
- Posts: 3
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri Jul 10, 2009 9:45 am
Re: Pulling from Logs on a Gameserver
Anything about the current status of the game server would be done through a status script like ours here: http://www.nfoservers.com/forums/viewto ... =19&t=3733, and not through log parsing. The other functions that you are referring to are what common stats packages, like the PsychoStats package that we offer to our game servers, or HLStatsX, are designed to perform. These packages can't be installed on the shared hosting here, but they can be included with game servers or run from a 3rd party or VPS server.