Vultr.com - Instant Cloud Server Deployment
Game Rank
Servers:
Teams:
Fans:
106033
Players:
2140
Forum Home > Call of Duty 4 Server Administration & Help > get userlist without rcon authenfication
goullouPM
#1
get userlist without rcon authenfication
Dec 15, 2010 2:51 PM
Joined: Dec 15, 2010
Posts: 3
Hi all,

I'm working on writing linux/bash & perl scripts in order to track users abusing the ingame renaming command.
I would like to know all the different ways to obtain the player list from the server. I already know the authentified rcon command "status" but i suppose there's another one because the gametracker engine can get the user list without the rcon admin password.
How does gametracker get the user list?
kosjakPM
#2
Dec 15, 2010 4:03 PM
Joined: Feb 04, 2009
Posts: 2
goullou wrote:
Hi all,

I'm working on writing linux/bash & perl scripts in order to track users abusing the ingame renaming command.
I would like to know all the different ways to obtain the player list from the server. I already know the authentified rcon command "status" but i suppose there's another one because the gametracker engine can get the user list without the rcon admin password.
How does gametracker get the user list?


Here is your answer (http://sourceforge.net/projects/gameq/), I think you will be able to convert php script to bash.
goullouPM
#3
Dec 16, 2010 9:55 PM
Joined: Dec 15, 2010
Posts: 3
kosjak wrote:
Here is your answer (http://sourceforge.net/projects/gameq/), I think you will be able to convert php script to bash.


Thank you for this answer. php is not my preference but i'll be able to read it and understand the method. I download this right now...

Otherwise, if someone have something else, i'm still listening.