On Wednesday, April 05, 2006 3:47 PM [EDT], Andrea Bossini <[EMAIL PROTECTED]> wrote:
> Hi! > > I need to know in my Request Report , how many only accesses has in > each file. > > For example: > > File Req. IP's > xoops/imgs/259.gif 40 20 If I understand the question correctly, you want a counnt of the number of Hosts (IP addresses) requested each file. This is covered in the FAQ - http://analog.cx/docs/faq.html#faq128 Analog doesn't do this type of cross reference report, because to do so, it would have to maintain large tables of information in memory, impacting it's speed. You can get the number of Hosts that access a single file by using FILEINCLUDE xoops/imgs/259.gif and counting the number of hosts in the Host Report. But that only works for a single file at a time. Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

