Page 1 of 1

IP Address of those who downloaded a file

Posted: Wed May 20, 2009 3:55 pm
by Teddy
I am trying to create a report to generate the IP address of those who downloaded a specific file. But no matter what I try I get no data.

Re: IP Address of those who downloaded a file

Posted: Thu May 21, 2009 8:32 am
by Abacre
You get no data because "Pages Only" options is probably checked.

Go to the folder:
\My Documents\Advanced Log Analyzer 2\

Open reports.ini file using any text editor.

And the following report definition at appropriate place:

type=basic
name=IP persons downloaded file
categoryno=0
footer=true
filter=href;includes;/path/filename.zip
limit=10
percentage=true
sortby=value
sortorder=descending
show_table=true
show_chart=false
chart_type=pie
param=ip
pagesonly=false

So instead of /path/filename.zip you should put your file name and path.

Re: IP Address of those who downloaded a file

Posted: Thu May 28, 2009 6:50 pm
by Teddy
Thanks for the help! The program is great BTW we will probably be purchasing it.