views:

81

answers:

1

Hello,

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 and where are the logs relating to it saved in apache? I am using unbuntu server.

Or else is there any easier way? The average file sizes on my server is 300mb max file size is 3gb.

Thank You.

A: 

Add %X to you log config - see mod_log_config for interpreting the values.

symcbean
Can you please tell me which file is it, I need to add this code? and can I place that log file in web directory?
Shishant
No - I don't know where your Apache installation lives nor how the configuration files have been set up. Look for a file containing uncommented CustomLog and LogFormat drectives.
symcbean