Page 1 of 1

Logins & ect...

Posted: Mon Sep 29, 2008 5:34 pm
by Brad Berard
when you hover over the sys tray icon, it tells you how many logged in how many seated and such. Is there a way to pull that information to a webpage?

Re: Logins & ect...

Posted: Mon Sep 29, 2008 6:01 pm
by Kent Briggs
Brad Berard wrote:when you hover over the sys tray icon, it tells you how many logged in how many seated and such. Is there a way to pull that information to a webpage?
Indirectly you can use the API commands ConnectionsList to get connections and logins and RingGamesList and TournamentsList to get the filled seat numbers (Status field). So it would take a little bit of scripting via PHP or whatever you have available to add up the numbers. I don't currently have anything for the server uptime although you can see that via the remote admin interface. I'll consider adding that and those other numbers directly to the API.