Page 1 of 1

Clicks by date (range) download data to flat file (or csv)

Posted: Wed Dec 03, 2014 8:39 pm
by chrisjaeger
Script URL: http://dejabluband.com/clickcount/
Version of script: Just downloaded today, so probably most recent
Hosting company: Hostgator
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Very cool little script, kudos on EASE of installation.

It would be great to be able to see your clicks by a date range.
Alternatively, download ALL your clicks in CSV format and import them into Excel, which would probably have the click date, right?

This data has to be in a file somewhere. Can I get at it and download it?

Thanks!

Chris Jaeger

Re: Clicks by date (range) download data to flat file (or c

Posted: Thu Dec 04, 2014 12:15 pm
by Klemen
With simplicity in mind, CCount only counts TOTAL clicks, not "per day" clicks. There is no "per day" click data stored anywhere in the CCount files.

To count daily clicks you will need to find a script with a MySQL database rather than using a text file one, because MySQL is much more appropriate for tracking and reporting daily data.