- new
It is at times necessary to exclude users other than the Administrator from the statistics. Two methods seem appropriate:
1. Give each phpmyvisites user the option to exclude himself from the statistics. This can be the same mechanism as is used for the administrator
2. Create a "secret URI" which sets the "pmv_ck_no_stat" cookie. For example
http://xxx.yy/phpmyvisites/set_nostat_cookie.php?site=1&a... code=secretCodeWordHere and
http://xxx.yy/phpmyvisites/set_nostat_cookie.php?site=1&a... code=secretCodeWordHere&action=deletecookie
The secret word can be set in the Administrator section. The URI can then be sent round by E-Mail to persons which shall be excluded.
Imported from
http://www.phpmyvisites.net/bugtracker/?do=details&id...
I'd like to add to this request; I'd like to see a function that it could separate/filter out those visitors that come from specific IP addresses, so that when the stats are graphed you could use a filter those users that were from your own business, or from an ISP/Country etc.
Julian