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 : Graphics
My graphic library is GD1. Not GD2, as recommended. What should I do?
Make two modifications in the "/graphs/jpgraph.php" file:
- line 96: set USE_TRUECOLOR to FALSE
- line 105: set USE_LIBRARY_GD2 to FALSE (DEFINE("USE_LIBRARY_GD2",FALSE);)
Back to FAQ