So, I would like to show the server admins on a web page. To do that, I will need to access the users.ini file. I can think of some ways to solve the problem, but I'm not sure which one would be optimal.
The first two options would need a mysql database.
1. Add all users to the database through the plugin itself.
or 2. send a socket post request to the web page. There, parse the data and add to the database.
The third one would be to send a rcon command to the game server which would return the users that are in the file. Would need to search about that one though, but I found this article on the valve developer so it should be possible.
https://developer.valvesoftware.com/..._RCON_Protocol
Let me know if you have any ideas.
__________________