It's possible to make this? I want to this info on my web site. For example:
Login:Online
Game:Online
Online:45 Max Online: 385
It's code support I think, but I realy need it...
If you want max, that can login at one time - just take this from config an write by hand in your php.
If you want max, that ever was on your server - you need a task, that runs every x minutes, calculates total online and writes it in some file if it is greater than what was already writen.