IP Address of those who downloaded a file
IP Address of those who downloaded a file
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
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.
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
Thanks for the help! The program is great BTW we will probably be purchasing it.