Download Tracker?

liunx

Guest
Is it possible to have a Download <!--more--> tracker attached to a link? Or just have it so how mnay times some one has clicked on that link<!--content-->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)?<br />
<br />
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).<br />
<br />
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.<!--content-->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<!--content-->Hi<br />
<br />
I use this one <!-- m --><a class="postlink" href="http://php.warpedweb.net/clicklog/">http://php.warpedweb.net/clicklog/</a><!-- m --> its php and does the job :)<br />
<br />
Andy<br />
<br />
----<br />
<!-- m --><a class="postlink" href="http://www.webdevtips.com">http://www.webdevtips.com</a><!-- m --><br />
----<!--content-->im saying one that shows underneath the Download <!--more--><!--content-->Take a look around <!-- m --><a class="postlink" href="http://php.resourceindex.com/Complete_Scripts/File_Management/File_Download">http://php.resourceindex.com/Complete_S ... e_Download</a><!-- m --> <!--more-->ing/ or <!-- m --><a class="postlink" href="http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Download">http://www.hotscripts.com/PHP/Scripts_a ... n/Download</a><!-- m --> <!--more-->_Systems/index.html<!--content-->
 
Back
Top