S smoky Active Member 713 2009 31 20 Feb 8, 2012 #1 hello. im looking for a php script that will count how many downloads a file has from my server. can anybody help or point me to a good free script. preferable with no mysql data base needed but can work with it if needed
hello. im looking for a php script that will count how many downloads a file has from my server. can anybody help or point me to a good free script. preferable with no mysql data base needed but can work with it if needed
L Loonycgb2 Active Member 957 2011 239 0 Feb 8, 2012 #2 It would not be a good idea to use a disk write counter for something that is updated alot.. You sure you dont want a mysql version
It would not be a good idea to use a disk write counter for something that is updated alot.. You sure you dont want a mysql version
S smoky Active Member 713 2009 31 20 Feb 8, 2012 #4 these files aint going to be massively downloaded. lets say 3 downloads a day. but files that get downloaded never get updated. im just looking to find out witch on my files are used mostly. if you know a good counter witch uses mysql
these files aint going to be massively downloaded. lets say 3 downloads a day. but files that get downloaded never get updated. im just looking to find out witch on my files are used mostly. if you know a good counter witch uses mysql
L Loonycgb2 Active Member 957 2011 239 0 Feb 8, 2012 #5 If its only going to be a few clicks then that text based version should be fine...
S smoky Active Member 713 2009 31 20 Feb 8, 2012 #6 @ bank just what im looking for mate thanks alot thanks both for your help