Myccount - a MySQL-based implementation of ccount

Everything related to CCount PHP click counter
Post Reply
max
Posts: 1
Joined: Wed Oct 21, 2009 7:34 am

Myccount - a MySQL-based implementation of ccount

Post by max »

/*************************************
Title: myccount
Version: 1.1
Author: Massimo Capozza (massimo@capozza.it)
Demo: http://www.choralia.net (visit any "catalogue" pages)
Download: http://www.capozza.it/myccount.zip
Website: http://www.capozza.it

Description:
Myccount is intended to provide a MySQL-based click counter that is "pin-to-pin compatible" with ccount. Its typical usage scenario is to replace an existing ccount implementation when the number of links becomes pretty large, or when it is desired to manage additional fields and tables.

*************************************/

Please read the "readme.txt" file for details. In summary, the use of a MySQL database is completely transparent when web pages invoke the "display.php" or "click.php" scripts, therefore migration from ccount to mycount does not require any modification to the web pages.

Mod implemented by a "non-programmer", having no significant experience in php, javascript or MySQL programming. Expert programmers may certainly improve it a lot.
amcgall
Posts: 1
Joined: Fri Mar 26, 2010 11:09 pm

Post by amcgall »

Any chance that you will modify this so one can track each click by date. That way one could obtain a report showing how many clicks for a given link between two dates.
slufan
Posts: 1
Joined: Wed Dec 08, 2010 11:04 pm

Re: Myccount - a MySQL-based implementation of ccount

Post by slufan »

Hi, i try to use the script you provided here but when i try to the links stored in "clicks.txt" into the database i always get the same error

"check the sintax in line 1 "1" to get the correct code for MySql"

my clicks.txt file is so:

1;2010/11/26;http://www.url.com;15;name of link;
2;2010/11/26;http://www.url.com;24;name of link;

any idea why i get this error?
Post Reply