Hi I have a website for selling digital goods. I necessarily need to log the size and number of files downloaded by user, in fact I want to create a download history for each user. how can I do this? I know that it need a table in database or at least a field in users table But how to account for downloaded files? Thanks in advance
i was working with amember to do a download script like this, but wanted $200 and at present no in my budget
Hi ccwjames What is the model of your protection? you protect file or protect folders that contain files? I'm working on such a script that log download of files, but Only the folders are in protection.
If you need to log downloads for files inside protected folder, then you need to have php script which will handle actual download. You need to redirect all requests to your php script like this: http://serverfault.com/questions/209924/htaccess-rewriterule-send-requests-to-php-script Your script should save statistics into database and send file to client. We can help you with such customization. Contact us in helpdesk for a quote.