Tripwire Interactive Forums

Go Back   Tripwire Interactive Forums > Killing Floor Forums > Technical Support > Dedicated Server Support

Reply
 
Thread Tools Display Modes
  #1  
Old 07-16-2012, 07:56 PM
beaveboyca's Avatar
beaveboyca beaveboyca is offline
Junior Member
 
Join Date: Jul 2012
Location: Canada
Posts: 10
Default Possible to log Ip's?

Hello,

I've created a server not too long ago and have been checking the web admin player list, I've been collecting and logging everyones IP and steamid (when i'm on) and am wondering if there's a log or something that has that already, or if I can download something? I can keep doing it this way but I can only log ip's when i'm online. It would be a LOT easier is all, not sure if that should be posted here or not.

Thank you!
Reply With Quote
  #2  
Old 07-17-2012, 05:36 AM
Ducky's Avatar
Ducky Ducky is online now
Moderator
 
Join Date: May 2011
Location: Netherlands
Posts: 2,705
Default

You are not allowed to post peoples steam id's and ip addresses. That will go against privacy rules.
Reply With Quote
  #3  
Old 07-17-2012, 08:50 AM
beaveboyca's Avatar
beaveboyca beaveboyca is offline
Junior Member
 
Join Date: Jul 2012
Location: Canada
Posts: 10
Default

What? Post them were? Why would I post them anywhere except a text file? I've already banned people/bots from my server with their steam account.
Reply With Quote
  #4  
Old 07-17-2012, 11:55 AM
Ducky's Avatar
Ducky Ducky is online now
Moderator
 
Join Date: May 2011
Location: Netherlands
Posts: 2,705
Default

Quote:
Originally Posted by beaveboyca View Post
Hello,

I've created a server not too long ago and have been checking the web admin player list, I've been collecting and logging everyones IP and steamid (when i'm on) and am wondering if there's a log or something that has that already, or if I can download something? I can keep doing it this way but I can only log ip's when i'm online. It would be a LOT easier is all, not sure if that should be posted here or not.

Thank you!
You were saying that you are not sure to post them here or not. I assume that you mean this forum when you say here and that won't be allowed.
Reply With Quote
  #5  
Old 07-17-2012, 12:08 PM
beaveboyca's Avatar
beaveboyca beaveboyca is offline
Junior Member
 
Join Date: Jul 2012
Location: Canada
Posts: 10
Default

What i was asking is how do i LOG the ips to see who's been connecting and what not, i found the ucc.log had names and id's but no chat or ip history. Is there a way i can get the chat history and ip so I can see who's been playing? I said that because i meant i wasnt sure if it was suppose to be in the dedicated sever section, was bad wording on my part. I would never give that info out.
Reply With Quote
  #6  
Old 07-17-2012, 08:15 PM
tehmadcap tehmadcap is offline
Senior Member
 
Join Date: Nov 2010
Posts: 369
Default

Quote:
Originally Posted by Ducky View Post
You are not allowed to post peoples steam id's and ip addresses. That will go against privacy rules.
And this, kids, is why grammar is important.
Reply With Quote
  #7  
Old 07-17-2012, 09:43 PM
beaveboyca's Avatar
beaveboyca beaveboyca is offline
Junior Member
 
Join Date: Jul 2012
Location: Canada
Posts: 10
Default

Instead of insulting me can someone help me? For the last time I want to know if it's possible to log the chat and what not so I can have a list. If your telling me I can't even do that, too bad it's my server and I want to know who's on it and what they're doing. Why would I even post Ip's on any site, that's just stupid. If anybody has any helpful information that would be great.
Reply With Quote
  #8  
Old 07-18-2012, 03:20 AM
Ducky's Avatar
Ducky Ducky is online now
Moderator
 
Join Date: May 2011
Location: Netherlands
Posts: 2,705
Default

I checked the possibilities and a vanilla server does not log the ip addresses. The only possible solution would be to use a mutator, though I'm not sure if there is one that does log such a thing (for RO2 there in a WIP one).
If there ain't one, then it means you need to write one (that would rather be easy to create) or ask a coder to create one. Be aware that TWI will need to white-list that mutator or else your server will go unranked.
Reply With Quote
  #9  
Old 07-18-2012, 03:22 AM
Ducky's Avatar
Ducky Ducky is online now
Moderator
 
Join Date: May 2011
Location: Netherlands
Posts: 2,705
Default

Quote:
Originally Posted by tehmadcap View Post
And this, kids, is why grammar is important.
And you should remember that not all people on this forum are native English speaking.
Reply With Quote
  #10  
Old 07-18-2012, 03:49 AM
ro_sauce ro_sauce is offline
Senior Member
 
Join Date: Sep 2007
Posts: 3,110
Default

is your server on windows or linux?
__________________


For RO2 Crash Support Help, PM me your problem and teamview connection, and I will see if I can fix it for you.
Reply With Quote
  #11  
Old 07-18-2012, 08:48 AM
beaveboyca's Avatar
beaveboyca beaveboyca is offline
Junior Member
 
Join Date: Jul 2012
Location: Canada
Posts: 10
Default

Oh okay, I figured it would have to be made. It's fine for now but just sucks when me or other admins aren't on to catch griefers or check through chat log, ah well thanks for checking.

ro sauce my server is on windows.
Reply With Quote
  #12  
Old 07-18-2012, 11:02 AM
tehmadcap tehmadcap is offline
Senior Member
 
Join Date: Nov 2010
Posts: 369
Default

Server Ext v110 is supposed to have chat logging and it is whitelisted. I haven't tested it though.
Reply With Quote
  #13  
Old 07-18-2012, 11:34 AM
beaveboyca's Avatar
beaveboyca beaveboyca is offline
Junior Member
 
Join Date: Jul 2012
Location: Canada
Posts: 10
Default

Really? That's awesome news! I remember I had a version of that installed and it gave me a version mismatch download error. I'll try it out when I get home, the error was probably something I didn't do properly.

Thanks!
Reply With Quote
  #14  
Old 07-18-2012, 12:04 PM
djw djw is offline
Senior Member
 
Join Date: Aug 2011
Posts: 148
Default

I use Server Ext.

Fragments from my KillingFloor.ini

[Engine.GameEngine]
ServerActors=ServerExt.PlayerJoinLog

[ServerExt.PlayerJoinLog]
bExternalLog=True
sFileFormat=PlayerJoin_%P_%Y_%M_%D_%H_%I_%S
fPriority=0

I'm using Linux, so by default that logs to ~/.killingfloor/UserLogs

You can get the same information out of ucc.log, but that gets wiped on a server restart.

I also use the ChatFilter for having a chat log.

Full docs: http://wiki.unrealadmin.org/ServerExt

Of course you need to apply the mapping to get the steamID64, which I believe you add 76561197960265728.
Reply With Quote
  #15  
Old 07-18-2012, 11:29 PM
beaveboyca's Avatar
beaveboyca beaveboyca is offline
Junior Member
 
Join Date: Jul 2012
Location: Canada
Posts: 10
Default

Awesome, I got the Ip log is working great! I added the:

[Engine.GameEngine]
ServerActors=ServerExt.StatsChatLog

to the killingfloor.ini but it's not logging the chat. The wiki says that's all you need to do unless there's more. Thanks for the info.
Reply With Quote
  #16  
Old 07-19-2012, 04:23 AM
djw djw is offline
Senior Member
 
Join Date: Aug 2011
Posts: 148
Default

That didn't work for me, I think it send chat log data to the whatever the stats system is.

I used ServerExt.ChatFilter, but don't filter chat and set the actions to Nothing. It produces a log along side the Player Join files.
Reply With Quote
  #17  
Old 07-19-2012, 08:16 AM
beaveboyca's Avatar
beaveboyca beaveboyca is offline
Junior Member
 
Join Date: Jul 2012
Location: Canada
Posts: 10
Default

I did that and it created a chatfilter log, it's actually the same as the joinlog it just logged the ip and steam id's. I'll try changing the settings and see if I can fix it
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:40 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2005 - 2013, Tripwire Interactive, LLC