Tagged Questions
7
votes
2answers
452 views
Tracking file complete download
I have a file hosting site and users earn a reward for downloads. So I wanted to know is there a way I can track whether the visitor downloaded whole file so that there are no fake partial downloads ...
1
vote
1answer
1k views
Page anchor with mod_rewrite?
I'm trying to set up page anchors on a website that uses mod_rewrite (Apache2 running on Ubuntu Server 9.04).
My htaccess file looks like this:
RewriteEngine On
RewriteRule ...
0
votes
2answers
718 views
Apache Custom Log Format to track complete file downloads
I am trying to write a reward system wherein users will be given reward points if they download complete files, So what should be my log format.
After searching alot this is what I understand its my ...
0
votes
1answer
266 views
How to use apache logs to check complete file downloads
I have a file hosting site thats using this script MFHS.
I want to develop a point system of my own in which points will be rewarded only if the visitor downloaded the whole file.
How can I track it ...