Click to See Complete Forum and Search --> : Download Tracker?


Baby Jai
08-20-2003, 04:28 PM
Is it possible to have a download tracker attached to a link? Or just have it so how mnay times some one has clicked on that link

karayan
08-20-2003, 10:47 PM
Are you asking how to track how many times EACH SPECIFIC user has clicked on it, or how many times the link has been clicked (by anyone)?

If it is the latter you are looking for, an easy way would be to have the link point to a file with autoredirect to the right target. Then attach one of those free hits-counters to that file. Otherwise, you would need sever-side code to run a script to update a counter everytime the link is clicked (=> hit counter).

Tracking cliks from specific users requires server-side coding to log users in a logfile, and then some script to parse the logfile and count user-hits per user. Messy stuff but can be done.

Baby Jai
08-21-2003, 04:34 AM
I know it can be done, and whats the odds of someone knowing a server side language? PHP, Java cgi? Someone out there shout me the code

andyholt
08-21-2003, 05:19 AM
Hi

I use this one http://php.warpedweb.net/clicklog/ its php and does the job :)

Andy

----
http://www.webdevtips.com
----

Baby Jai
08-21-2003, 12:56 PM
im saying one that shows underneath the download

pyro
08-21-2003, 01:08 PM
Take a look around http://php.resourceindex.com/Complete_Scripts/File_Management/File_Downloading/ or http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Download_Systems/index.html