Ray Posted June 1, 2014 Share Posted June 1, 2014 HelloIs there some software that can convertthe logs to normal readable text for silEnT?I've tried the ET Snitch for server admins, but seems that it only works for Jaymod,NQ anf ETPub.Anyone got ideas? ThanksRay Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted June 1, 2014 Management Share Posted June 1, 2014 I don't know of any parsers. I'm using my own PHP script on my server which has the following selections: if(strpos($line,'say:')===0) { $color=2; } else if(strpos($line,'sayteam:')===0) { $color=5; } else if(strpos($line,'saybuddy:')===0) { $color=3; } else if(strpos($line,'privmsg:')===0) { $color=3; } else if(strpos($line,'tprivmsg:')===0) { $color=3; } else if(strpos($line,'mprivmsg:')===0) { $color=3; } else if(strpos($line,'adminchat:')===0) { $color=8; } else if(strpos($line,'voice:')===0) { $color=2; } else if(strpos($line,'^7 called a vote. Voting for:')) { $color=0; } I'm posting this as a sample of the keywords if anyone wants to do a script for the purpose. Quote Link to comment Share on other sites More sharing options...
Ray Posted June 3, 2014 Author Share Posted June 3, 2014 (edited) Weird that silEnT logs wouldn't work with ET Snitch..The .log output should be the same as in the other mods.. Edited June 3, 2014 by Ray Quote Link to comment Share on other sites More sharing options...
NoGooD Posted June 13, 2014 Share Posted June 13, 2014 Howdy Ray, I use ETsnitch to view logs, but instead of using the ETconsole.log, try using the games_mp.log instead. I'm using ETsnitch v1.5.0 which I believe is the latest. Give that a shot if you haven't already. Ray 1 Quote Link to comment Share on other sites More sharing options...
Ray Posted August 25, 2014 Author Share Posted August 25, 2014 Hi NoGoodSorry for the late reply.Now I got it to work finally. Thanks for the tip. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.