-
Update: Piwik 2.0 released / Biggest and best release yet!
Piwik Blog Post: http://piwik.org/blog/2013/12/piwik-2-0-release-announced-biggest-best-release-yet/
-
Update: Piwik 1.12 released
Changelog: http://piwik.org/blog/2013/05/piwik-1-12/
-
Using Maxmind´s GeoIP with Nginx for Piwik or other Scripts
Since Piwik 1.9 it´s possible to determine location of visitor IP’s with Maxmind´s GeoIP Databases. More If you are using nginx, follow this tutorials: – Using GeoIP With Nginx On Debian Squeeze/Ubuntu 11.04 – How do I install the GeoIP module for Nginx? (Piwik FAQ #166) See result: http://seo-quick.info GeoIP Databases cron update: #!/bin/bash cd /etc/nginx/geoip wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz…