What does FluxCp do to fetch player counts? #366
-
Hello. I was writing my own control panel with react, and was wondering where does FluxCp get the data for player count? I understand that for online/offline status, it just pings the server. What about player count data? |
Beta Was this translation helpful? Give feedback.
Answered by
Akkarinage
Jul 23, 2023
Replies: 1 comment 2 replies
-
The code starts here: https://github.com/rathena/FluxCP/blob/master/modules/server/status.php#L24 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Akkarinage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code starts here: https://github.com/rathena/FluxCP/blob/master/modules/server/status.php#L24