473,388 Members | 1,383 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

tracking downloads

i'm hosting mp3s on a private server
I'd like to track downloads...specifically:
-IP address
-Unique downloads
-Downloads per day or week

thanks
-sachin
Jul 20 '05 #1
3 2324
In article <bo**********@murdoch.acc.Virginia.EDU>,
"sachin" <*r*****************@icqmail.com> wrote:
i'm hosting mp3s on a private server
I hope they are all truthfully yours.
I'd like to track downloads...specifically:
-IP address
-Unique downloads
-Downloads per day or week


You server logs keep track of that. There are several packages available
that make an analysis of those logs. I am not very deep into this, so
this is where my information ends.

--
Kris
kr*******@xs4all.netherlands (nl)
Jul 20 '05 #2
Kris wrote:
In article <bo**********@murdoch.acc.Virginia.EDU>,
"sachin" <*r*****************@icqmail.com> wrote:
i'm hosting mp3s on a private server


I hope they are all truthfully yours.


The MP3 files probably are. Whether he holds the copyright or a license to
distribute is another matter...

I'd like to track downloads...specifically:
-IP address
-Unique downloads
-Downloads per day or week


You server logs keep track of that. There are several packages available
that make an analysis of those logs. I am not very deep into this, so
this is where my information ends.


Analog and Webalizer are decent packages, I believe they are cross-platform.

However, if you need *accurate* statistics, then you'll have to configure
your server to provide headers in its HTTP responses to avoid any caching,
or at least require validation for each request. Look at your server
manual to find out how to do this.

You also have to clarify what you mean by "IP address". Do you want the IP
address of the computer that connects to your server? That's what is
logged normally. Or do you want the IP address of the person downloading?
Sometimes this is available in headers provided by the proxy, such as
X_Forwarded_For, but may well be meaningless in the context of the Internet
(I doubt IP addresses like 10.0.0.1 are useful to you).

--
Jim Dabell

Jul 20 '05 #3
"sachin" <*r*****************@icqmail.com> wrote in message news:<bo**********@murdoch.acc.Virginia.EDU>...
i'm hosting mp3s on a private server
I'd like to track downloads...specifically:
-IP address
-Unique downloads
-Downloads per day or week

thanks
-sachin


Grep the logs or have the download go through a CGI and document it there.

EC
..
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Kyle Friesen via AccessMonster.com | last post by:
Mike, I have databse that creates a "tracking number" based on the selections made on the form via concatenating. At the end of the tracking number, I need a two digit (01-99) sequence number by...
1
by: Mike Lavender | last post by:
Hello, Currently on my Website my downloads are simply hyperlinks to binary files, which when clicked, prompt the user for download. I would like to try and track my downloads and determine if...
2
by: C# programmer | last post by:
Hi All, I'm working on a project which requires tracking of recent document downloads. There is a feature in which user can download the docs without logining into the website for some of the...
3
by: =?Utf-8?B?R3JhaGFt?= | last post by:
I've added 2 tracking services to the wf runtime; one is the standard SqlTrackingService: trackingService = new SqlTrackingService(<trackingConnectionString>); <workflow...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.