True, but integration with postnuke is nice.
What I've done is used statistics v8 to save the data, then create a custom module that periodically queries this
DB and populates hit counts, monthly stats, unique user visits, etc. I like this because it captures
PN community users and NOT just standard web/url logs. Also, it makes it much easier to parse the data in other ways in and out of
PN. While google analytics and log analyzers are great for general site access, I'm more interested in USER interaction within the postnuke site.
Also, I use the POST data captured to analyze bot and
spam activity and make adjustments to security, or ban IPs, etc.
I'll dig into the code some and see - regardless, I think if ANY stats modules is included even as an add-on, it should be modeled after statistics v8 rather than the old stats - just so much more relevant data and less query load.
NCM