Search results

  1. T

    pyBEscanner

    Thx for the feedback... Looks like mono should work out... Have a new commit on github with some changes... Give me a shout if it works or doesn't for u.... I might bug u in the future how u got it to run on linux, i gave up on that awhile ago, just ended up payin extra for win os :(...
  2. T

    pyBEscanner

    The option in servers.ini is called Scan Server Logs, didn't want to confuse the issue more :P Nothing as yet filters wise It just reads line by line, adds to a backup file. Checks if the line = chat + logs to a seperate log file -- chat-logs.txt Saves its current position in the text file...
  3. T

    pyBEscanner

    @helldesign There is only 1 stumbling block on linux atm. Its the C# apps for connecting to server rcon... Besides that pyBEscanner runs the exact same on a windows machine / linux machine... Just requires python 2.7 (which your linux machine will prob have installed anyways). If u encounter...
  4. T

    pyBEscanner

    It won't work with servers u don't have access to. pyBEscanner needs access to the server logs themselves, u could in theory have an ftp script to constantly download (+delete) the battleye logs + upload the bans files. But u really should just check dayz gotcha... pyBEscanner is made to...
  5. T

    pyBEscanner

    Yes that will whitelist the entry... In dayz-default\setpos.whitelist u have the entry (?:s|S)hot It will whitelist the entries shot/Shot, normal dayz entries during a fight, i assume it has something todo with lag + clients desynced abit. ---------------------- ---------------------- All...
  6. T

    pyBEscanner

    pyBEscanner/logs The directorys are divided up by server / date Normal Logs -- unedited, normal battleye logs Action Logs -- log extracts that caused the banned / kicked i.e *-bans.txt *-kicks.txt Spam Logs -- log extracts that triggered a spam rule *-spam.txt Unknown Logs -- log entries...
  7. T

    pyBEscanner

    Edit:- <guid> -1 17.01.2013 16:15:09: scriptkiddieon Dayz-2017 <ip-address> -1 17.01.2013 16:15:09: scriptkiddie on Dayz-2017 If thats what is in your bans.txt.. Thats just a GUID ban + IP ban, they are basicly 2 different bans for same person. So they need to be on seperate lines Theres an...
  8. T

    pyBEscanner

    Pretty much as k4n30 says... The Bans Directory is just if u are using multiple servers + have your bans.txt symlinked togethered. This way if u configure it, pyBEscanner knows it just needs to monitor 1 bans.txt file for changes. ------------------- ------------------- Lets say u are...
  9. T

    pyBEscanner

    Note in regards to using multple filters & spam rules. If u have the exact same regrex rule in multiple spam filters The last one regrex expression overrides the previous ones For Example Filters setting in servers.ini = A, B Filters A 4 1 BAN . 5 8 BAN .. Filters B 10 10 BAN .. End...
  10. T

    pyBEscanner

    Anyway i removed it from the github.... Very simple its a regex rule, someone else figure it out... Someone else can figure it out as i have mentioned i no longer have any dayz servers to test this out on... U can always use the following when testing out a spam rule... That way it only logs...
  11. T

    pyBEscanner

    https://github.com/Torndeco/pyBEscanner/commit/0e6051610bbbd7632e152079b52e95d88c140ea0
  12. T

    pyBEscanner

    And it is fixed... Typo was in loading rules from spam filters Plz don't submit, filters that aren't tested. Like i said before, have closed my dayz servers... Otherwise i just have to leave this app alone, for someone else to maintain thx
  13. T

    pyBEscanner

    That's an error with a filter... Assuming u aren't using a custom filters.. It should be already fix in latest commit on github..
  14. T

    A time and light issue..

    To clarify different maps while have a different longitude value set. Arma is after a miltary sim first... So basicl if u made a map who location is meant to be in ireland for example, and u set the maps longitude correctly. Then if u ran a mission / map with the server date set as jan 1st, it...
  15. T

    pyBEscanner

    1) Don't link to hacking threads... 2) Unless there is something in your battleye logs, its not possible to pyBEscanner to detect it... i.e look @ your unknown logs see if there is anything suspcious & add it to your ban / kick filters
  16. T

    Removing Dead Survivors

    There is a db_utility.pl That comes with bliss, it has option to remove dead players etc... Just run --help & check out the options
  17. T

    A time and light issue..

    The sun rise / set is times is worked based from the maps longitude value & what date it is Best bet is to extract the map bpo's find the config file with the longitude setting. Then try the out the longitude value out out the app...
  18. T

    pyBEscanner

    Seriously man, pyBEscanner is just a log parser with regrex filters... It in no-way can interfer with your server package Killmsgs dont work if your server is lagging i.e the fps = low
  19. T

    pyBEscanner

    Scan Log -> White List Filter -> Kick List Filter -> Ban List Filter -> (unknown log files) Scan Log -> Spam List Filters Spam List are processed seperate from the normal filters, this way u can ban someone from spamming an legit item in createvehicle.log for example Also the very lastest...
  20. T

    pyBEscanner

    Debug code was just leftover from working on the parser + spam detection.... No need for it anymore & it was really good at filling up your harddrive in a matter of seconds :) Anyway another commit should be fixed now, give it a shot. There is also a debug print statement showing the path it...
Back
Top