Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 05:29 PM
sachin
Guest
 
Posts: n/a
Default 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


  #2  
Old July 20th, 2005, 05:29 PM
Kris
Guest
 
Posts: n/a
Default Re: tracking downloads

In article <bocpkf$sbq$1@murdoch.acc.Virginia.EDU>,
"sachin" <*remove*drunkpoet69@icqmail.com> wrote:
[color=blue]
> i'm hosting mp3s on a private server[/color]

I hope they are all truthfully yours.
[color=blue]
> I'd like to track downloads...specifically:
> -IP address
> -Unique downloads
> -Downloads per day or week[/color]

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
kristiaan@xs4all.netherlands (nl)
  #3  
Old July 20th, 2005, 05:29 PM
Jim Dabell
Guest
 
Posts: n/a
Default Re: tracking downloads

Kris wrote:
[color=blue]
> In article <bocpkf$sbq$1@murdoch.acc.Virginia.EDU>,
> "sachin" <*remove*drunkpoet69@icqmail.com> wrote:
>[color=green]
>> i'm hosting mp3s on a private server[/color]
>
> I hope they are all truthfully yours.[/color]

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

[color=blue][color=green]
>> I'd like to track downloads...specifically:
>> -IP address
>> -Unique downloads
>> -Downloads per day or week[/color]
>
> 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.[/color]

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

  #4  
Old July 20th, 2005, 05:29 PM
Eric Cartman
Guest
 
Posts: n/a
Default Re: tracking downloads

"sachin" <*remove*drunkpoet69@icqmail.com> wrote in message news:<bocpkf$sbq$1@murdoch.acc.Virginia.EDU>...[color=blue]
> 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[/color]

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

EC
..
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles