I've been playing around with the web admin and I've managed to customise it to some degree, for instance I've reduced the delay on the game summary refresh, however I can't find how the game summary ajax request is handled.
Specifically: http://localhost:8008/ServerAdmin/current+gamesummary
If I wanted to modify the response to that request or add my own responses to other requests, would that be possible? I did notice this is the same xml structure as gamesummary.inc, however simply creating my own file.inc is not the whole job.
Specifically: http://localhost:8008/ServerAdmin/current+gamesummary
If I wanted to modify the response to that request or add my own responses to other requests, would that be possible? I did notice this is the same xml structure as gamesummary.inc, however simply creating my own file.inc is not the whole job.