View Single Post
  #4 (permalink)   diamond-optic is Special  
Old March 9th, 2008
diamond-optic's Avatar
diamond-optic diamond-optic is offline
i dont want a goldfish
 
Join Date: March 13th, 2005
Location: Upstate New York
Status: hazey
Posts: 3,259
Default

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
PHP Code:
<afdasfa

sections to
PHP Code:
"afdasfa" 

or the other way around.. not sure which will be easiest for you to parse

Quote: Originally Posted by ThePowerCosmic in regards to AvaMods
They are the type of people that are absolutely destroying the fabric of america and everything that goodness stands for.


Last edited by diamond-optic; March 9th, 2008 at 08:21 PM.
Reply With Quote