This page lists feedback entries tagged with Implemented sorted on number of contributions
It would be complementary and interesting to have some click heatmap as done here http://www.labsmedia.com/clickheat/
perhaps by including this work in phpMyVisites or doing something similar.
I think a way to extract a keyword list would be GREAT! Possibly being able to select columns, and export to csv, with such columns as:
Keyword/phrase
Referrer (SE)
# of referrals
Oh, and being able to do this by date range as well.
Hi,
Actually, PHPMV2 authenticate while useing login/password stored in a table.
What about opening authentication process, in order to use another authentication method (LDAP, ...).
It would permit to do also some specific stuff like integrating PHPMV2's authentication into another process, for example integrating it in the back end of the primary web application (SSO like).
In my case, i've installed a CMS, and i'd like to use the same authentication in my CMS than in PHPMV2, in order to let PHPMV2 directly accessible into my CMS back en ; the thread talking about this here : http://www.phpmyvisites.net/forums/index.php/t/3852/0/. Please note this solution does NOT pretends to be a well done hack, but just a rapid and dirty solution...
Thanks for your comments ;)
hi,
it would be nice to implements a "hook system" to allow plugin's developper to put an action before/after some standard action.
An example :
in phpmyvisites.php :
hook_before_new_visit($visitDatas);
... code to record new visit
hook_after_new_visit($visitDatas);
in my_plugin.php
register_hook_for("after_new_visit", "my_plugin_new_visit");
function my_plugin_new_visit($datas){
... what i want to do with the datas
}
So we can implement plugins without changing file phpmyvisites.php
After having a look at the code, I think it would be better if all database operations were stored in a class.
The class Db exists, but, outside this class, there are calls to mysql_* functions. This is a problem for porting phpMyVisites to other DBMS.
I may help doing this if you want.
p.s : I could not find any matching category for this post, so I put it here.
bars and pies aren't always the best way to represent.
For each stats it would be good to have an icon that let you swith to anoter kind of view (like in google analytics)
In report : "affluent" / keywords
table with "keywords" and "numbers" can be represented as a Tagclouds ... (like in del.icio.us, Flickr, ...)
It also could becomes a tiny reports displayed online, on any webpage ...
It would be very usefull to have a keyword filter.
Frequently I want to check if a specific referer has drained users to my sites, but currently I have to check one after another, clicking on Next. Not really a quick way to do it...
Maybe not only for referers but also for keywords.