03-27-2009, 12:11 PM
using xp pro. is there a way to log ips on my server?
IP Log?
|
03-27-2009, 12:47 PM
They are kept in the log file.
~ Mooga ...w00t? - SRCDS.com on Twitter
Please do not PM me for server related help fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
03-27-2009, 04:47 PM
I don't think there is, but I'm not sure it would be hard if someone created software that read log files on your server for certain characteristics. Users could defiantly be one of them.
I run HLStatsX on all my non-Gmod servers, and it does a great job of keeping track of everyone! Really easy to ban someone if I got a complaint, I can just pull up all their info right on HLX.
I have in the server.cfg:
log 1 mp_logdetail 1 sv_logfile 1 sv_logecho 0 sv_logbans 1 Startup parameter +log on Steambans and Countryfilter ( http://d3.jpn.org/hl2/CountryFilter-en.html ) running. Player, Steam_ID and IP-adres are logged: L 03/24/2009 - 20:03:34: "nickname<367><STEAM_ID_PENDING><>" connected, address "<IP>:27005" L 03/24/2009 - 20:03:34: nickname (Country: <country>) -> Countryfilter L 03/24/2009 - 20:03:36: "nickname<367><STEAM_0:0:XXXXXXX><>" STEAM USERID validated L 03/24/2009 - 20:04:02: "nickname<367><STEAM_0:0:XXXXXXX><>" entered the game L 03/24/2009 - 20:04:02: [SBSRC] Player "nickname<STEAM_0:0:XXXXXXX>" is not banned. -> Steambans
03-27-2009, 06:17 PM
He probably wants something easier to read. That was my suggestion about the software that would do it.
03-27-2009, 06:21 PM
Maybe a Grep for Windows will do:
http://fileforum.betanews.com/detail/Windows-Grep/1104905674/1
03-28-2009, 06:07 AM
Arjen Wrote:I have in the server.cfg: is the results in the log exactly like this? like does it exclude chats and actions? because if its liek this its perfect. you have date,in game name,id,ip? this would be awesome.
03-28-2009, 07:45 AM
It doesn't exclude chats or anything, but it is in the log. The suggested tool maybe help you filter.
|
« Next Oldest | Next Newest »
|