phpMyVisites is changing into Piwik

Piwik is the next generation of phpMyVisites and aims to be an open source alternative to Google Analytics.

Try the online demo, download Piwik or find out more!




FAQ


FAQ : Customizing phpMyVisites
How do I go directly to the statistics of the current day?
By default, phpMyVisites displays yesterday’s statistics. To have the current day’s statistics as the default, change
define('DEFAULT_DAY_TODAY', false);
with the new line
define('DEFAULT_DAY_TODAY', true);

in the file /config.inc.php


Job is done!
Back to FAQ