This page lists feedback entries tagged with admin sorted on date of the last comment
It would be useful to be able to backup the phpmyvisites tables in a .tar.gz file on the server. Then you could download this file and save it on your computer. It would make it easy to upload this database to a new server, or to restore it after a server crash.
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...