PDA

View Full Version : Log clicks


alivin70
02-18-2004, 08:44 AM
We at VinSoft added a "log clicks" features to phpdig.

We believe it is important to analyze which results are clicked by user. When a user clicks on one of the results of a search we need to know:
- destination URL
- query string
- Position of the result
- date and time of the click

We added a new mysql table named phpdig_log_click that stores all the clicks made by users on result links.

Jygius already sent the source code (http://www.phpdig.net/showthread.php?s=&threadid=289) .

Now you can see a demo HERE (http://www.fis.unical.it/~phpdig/)

Enter in admin using default user/password
click on Statistics -> Clicks & Keywords

Enjoy
Alivin70

sktest
02-18-2004, 11:09 AM
Hello,

can you send me the source code to sk38@uni.de
Thank you

Bye

Sascha

alivin70
02-18-2004, 11:16 PM
Originally posted by sktest
Hello,

can you send me the source code to sk38@uni.de
Thank you

Bye

Sascha
Ok, give me a couple of days to arrange a patched version of 1.8.0 with only stable add-ons (Our code is under development and contains more unstable features)

sktest
02-19-2004, 05:55 AM
Okay, no problem. :-)

alivin70
02-24-2004, 01:24 AM
A patched version of Phpdig 1.8.0 with the feature described in this thred is online.

You can find it in the phpdig (http://www.vinsoft.it/phpdig/) page of my website.

Please, report bugs, comments and suggestions :D

I hope Charter will include our mods in the next official release of Phpdig.

:)