You cannot have both a URL column and a host/IP column in an extra section. Let say that you do not need the URL column and that you want the host/IP column in your mp3 download site. I would use this:
Jean, The extrasection works great!! but now I have a question.
I have created one conf file just only to count my mp3 downloads, but now i have the total mp3 downloads but the number of this doesnt match the numbers of visits, look:
/download.php?archivo=7ps.mp3
199
53.43 MB
16
17
/download.php?archivo=str.mp3
16
55.29 MB
9
11
/download.php?archivo=extra.mp3
16
55.97 MB
11
11
/download.php?archivo=7pes.mp3
10
55.31 MB
6
5
/download.php?archivo=7pmes.mp3
8
52.43 MB
6
5
/download.php?archivo=7pmnes.mp3
8
53.43 MB
6
5
/download.php?archivo=7pmtes.mp3
5
53.51 MB
3
3
The sum of this is: 262 and if you look at the number of visits doesnt match:
1. Some people may download more than one mp3 file. In this case, the visitor will be counted as one visit and several donwloads.
2. Files downloaded by web robots are counted as well in the extra section, but robots are not counted as visitors.
To get an idea of the number of downloads by robots, you can check the user agent of the visitors downloading the mp3 files. You can do that with another extra section.
I read your previous message too quickly. I thought you were giving the results of an extra section. Now I understand the graph is the regular graph for "Pages-URL (Top 10)". This graph DOES NOT include web robots.
At this point, my conclusion is that some people repeatedly download some files. Weird.
How can i got the robots visits?in extrasection i got # code letters (P for pages,H for hits,B for bandwidth,L for last access). so can i get V=visits? not last visits.
i need to count robots visits, iam freaking out, i have tried a lot of things :/