View Full Version : Monitoring Files Downloaded
wyclef
July 12th, 2007, 08:41 PM
anyone know what a simple way would be to monitor what files people r downloading or to receive a notice everytime a file is downloaded?
JonEngland
July 12th, 2007, 11:19 PM
Most web hosts have some sort of statistics anyways.
This is just a random thought: if you know PHP you could do an onclick="phpscript" that sends an email? almost like a form??
wyclef
July 13th, 2007, 11:34 AM
it's for a client so the web host statistics won't do. i think ideally they would like an e-mail every time a file is downloaded. u think there would be a snazzy way to do it with javascript? or an html form? something simple and accessible so maybe jscript is out.
BetaWar
July 14th, 2007, 02:50 AM
Hate to say it but other than using mailto in a link (which requires the user to fill everything out) you have to use a server side language, PHP would be my choice there. Google it, see what you can find...
also use php.net
wyclef
July 16th, 2007, 10:44 AM
what about using hidden form tags to send an auto-email to a pre-designated address? not sure how that would work.
BetaWar
July 16th, 2007, 08:02 PM
That still takes PHP or some server side language to send the email.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.