Severius wrote:
Since we are not able to check the server content, files and folders. Are we able to find out what the configuration file/files takes call of duty 4 when connecting to the server by default and from what directory? As we know, call of duty 4 takes a configuration file to set server options for the player and then deleting it imidiatley.
No? lol. I can't really explain all of that technical etc but I'll give you something -
- Configurations are just the way a server can load it's different variables and settings, most are serversided (like rconpassword) so they cannot be read or accessed. The only way to get access to the actual variable is if you have control of the server (via rcon or you're running the server) There is no way to see the .cfg because as a security thing, CoD4 removes it from /sv_refrencedpaksnames. Q3console.log would be helpful if logfile was set to 2 because it gives plenty of information otherwise not shown serverside, like which custom config cod4 automatically runs. From there you could find the name of the config and download it then.
''As we know, call of duty 4 takes a configuration file to set server options for the player and then deleting it imidiatley.''
Incorrect. Everything that relates to security stuff is done serverside.