Greetings All, I'm trying to build an analog report to detect the amount of hotlinking going on to images on my site.
I'm using FILEINCLUDE *.gif (etc) to select only images, and I'm using REFEXCLUDE to get rid of lines that show my own site in the referring URL. So far so good, but I also want to exclude any log entries where the browser has not provided a referrer (because these too could be legitimate image loads from my site, and might not be hotlinks). in an effort to match either a null referrer, or a referrer of '-' I've tried using: REFEXCLUDE *mysite*,,- This does not work. Is there some other way to accomplish this? Thanks in advance, Colin +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

