ok im gonna try and get around to posting a new release tomorrow that will have logging to the default hl log files.. the msgs should look something like this:
when the logging option is on....
all detections (no matter what action is taken) should print a msg like this:
PHP Code:
[DoD BlockExploits] "playername" <steamid> <ipaddress> <detected> <detection_name>
then if an action is taken there should be a 2nd msg as well thats looks like this:
PHP Code:
[DoD BlockExploits] "playername" <steamid> <ipaddress> <ACTION> <detection_name>
the
playername,
steamid,
ipaddress parts should be self explanatory as to what will replace them.. the
detection_name is replaced by whatever the server admin sets in the config file for the plugin... and the
ACTION part will be replaced by 'blocked', 'kicked', or 'banned' depending on which action is taken ontop of the detection.
so you should be able to catch ALL detections, and then seperately catch blocked, kicked, and banned actions...
also if it would be easier for you, i can change all the
sections to
or the other way around.. not sure which will be easiest for you to parse