1 Searching
RaidMax edited this page 2020-05-23 12:28:16 -05:00

IW4MAdmin's webfront contains a search box to look for clients and chat messages.

Searching for clients

  • Name
  • IP Address
  • GUID (hex format)

Searching for messages

Advanced filters can be constructed to search for chat messages using the following filter table.

Filter Description Format Example
before include items occurring on or before the provided date YYYY-MM-DD hh:mm:ss (UTC inferred) 2020-05-21 23:00:00
after include items occurring on or after the provided date YYYY-MM-DD hh:mm:ss (UTC inferred) 2015-01-01
server include items matching the server id ip:port (as specified in configuration) 127.0.0.1:28960
client include items matching the client id integer 8947
contains include items containing this substring string hack
sort display results in this order ascending|descending descending

Any number of filters can be combined in any order.
Example — chat|before 2020-05-21|after 2020-05-01|server 127.0.0.1:28960|client 444|contains cheating|sort descending