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 : Miscellaneous
I forgot my phpMyvisites password. Where can I find it?
It is not possible to recover the password that is encrypted in phpMyVisites. It is possible to replace it however.
In the config.php file, replace the line 'su_password' => 'xxxx', with
'su_password' => md5('test'),
After that, the new password is "test".
Login to the Administration area with the "test" password. Then change the password!
Back to FAQ