IP Address of those who downloaded a file

General discussions about Advanced Log Analyzer
Post Reply
Teddy
Posts: 3
Joined: Wed May 20, 2009 3:53 pm

IP Address of those who downloaded a file

Post 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.

Abacre
Site Admin
Posts: 1223
Joined: Mon Jan 31, 2005 5:32 pm

Re: IP Address of those who downloaded a file

Post 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.
Kind regards,
Abacre Limited
http://www.abacre.com
support@abacre.com

Teddy
Posts: 3
Joined: Wed May 20, 2009 3:53 pm

Re: IP Address of those who downloaded a file

Post by Teddy »

Thanks for the help! The program is great BTW we will probably be purchasing it.

Post Reply