to view client(s) database entry request: cache_object://proxy/client_list/ipaddr[/mask][?settings] settings are applied AFTER displaying the entry. ipaddr and mask are in dotted decimal. mask and settings are optional. settings: setting=value[&setting=value...] WTCAT=list webtrack category list sx,mm,... blank for server default, "-" for no categories. LOGIN=login informational only - but "login" can be used instead of ipaddr/mask to refer to a client. examples: cache_object://proxy/client_list/203.30.23.30?WTCAT=sx&LOGIN=me cache_opject://proxy/client_list/203.30.23.30/255.255.255.240?LOGIN=joe cache_opject://proxy/client_list/joe?WTCAT= This patch also adds client volume tracking.... to reset the subtotal of volume, insert a "-" before the ip address... eg, to clear info after client logs off: cache_object://proxy/client_list/-203.30.23.30?WTCAT=&LOGIN= returns the client database entry BEFORE resetting the data...