From: Oren T. <ore...@su...> - 2001-05-30 01:03:47
|
There appears to be a bug in 0.7 related to the stats. idsShared.pm is missing a line like: $collectstats = $preference{collectstats} if exists $preference{collectstats}; I added this in, and the stats are working again. On a related but different topic, I love my webstats program, and want to be able to continue using it to track how popular my web pages are. Although I can configure it to parse out the CGI stuff,I was thinking it might also be nice to change the URL's to look perhaps like this: http://www.teich.net/ids/index.cgi/Animals/Picture.JPG This would allow everyone to use their plain jane web stats program with minimal impact. However, it would require significant changes to IDS, inclduing deducing the image from the URL and other fancy hacks. I'm just throwing this out there -- I recognize that it would require some major changes. thoughts? Oren |