PDA

View Full Version : Logging?


DarkStar782
23-11-2003, 22:49
Is there some way (possibly a 3rd party extension?) to log all the connections made to my server, just a text file that shows all the incoming connections, their IP or Hostmask, and the login name used?

It may seem like a strange one but in the games I'm using TS with there is alot of clan to clan espionage and it would be very useful to be able to see who is logging in!!!

Dummer Sack
23-11-2003, 22:56
If you are running a server before 2.0.19.46 add to the [log] section of the server.ini:

access=1

For server 2.0.19.46 add:

access_u=1
access_r=1

access_r logs registred users and access_u logs unregistred users.
The log goes to the server.log file.
If you do not have a [log] section in your server.ini just create a new one.