[Piwik-trac] [Piwik] #1168: No IP Plugin: removes the IP address of a visitor before writing to the DB

Piwik trac at piwik.org
Mon Feb 22 11:09:27 CET 2010


#1168: No IP Plugin: removes the IP address of a visitor before writing to the DB
---------------------------------------+------------------------------------
 Reporter:  martin_LE                  |        Type:  New feature
   Status:  new                        |    Priority:  major      
Milestone:  Third Party Piwik Plugins  |   Component:  New Plugin 
 Keywords:  IP data privacy            |   Sensitive:  0          
---------------------------------------+------------------------------------
 In some european countries like France or Germany, it is '''not allowed to
 save the IP address of a visitor''' (due to data privacy laws). This
 plugin overwrites the IP of a current visitor with zero.

 == How to install ==
  * download the plugin
  * unzip it into the plugins directory
  * activate it
 '''Attention:''' If you're using other plugins like GeoIP, make sure that
 this plugins runs at last, otherwise GeoIP can't work. To check the order,
 look in your config/config.ini.php. In the section [Plugins_Tracker],
 NoIpPlugin must be last. It should look like this:[[BR]]
 Plugins_Tracker[] = Provider[[BR]]
 Plugins_Tracker[] = GeoIP[[BR]]
 Plugins_Tracker[] = NoIpPlugin[[BR]]

-- 
Ticket URL: <http://dev.piwik.org/trac/ticket/1168>
Piwik <http://piwik.org>
Piwik, open source web analytics software


More information about the Piwik-trac mailing list