You need to add the IP addresses before the double slashes, as has been previously said. PHP ignores everything after the double slashes.
> also does not show last 2 digits, in my case the '52'
> slimstat results show '0'
Change the netmask in config.php:
/** Anonymise IPs with a mask. 255.255.255.255 means no masking.
0.0.0.0 will disable tracking IPs. **/
var $anonymise_ip_mask = '255.255.255.0';
Stephen
got it..... ha ha, sorry, i was puttin it after as you saw and i didn't ....DOH!!!!!