Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Aug 29, 2014
1 parent dcdf3bf commit c940775
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,37 @@ __What does this plugin do?__
It adds visitor information based on the matched IP address from your configuration. Not more and not less.
The database schema and UI stays untouched, so all Piwik statistics can be used like you would use a internet GeoIP database.


__How to configure/install this plugin / the networks?__

After installation and activation of the plugin, open the file `piwik/config/IntranetGeoIP.data.php`

You can their add your location information and their subnetworks.

See the file `piwik/config/IntranetGeoIP.data.php` or see the readme on github https://github.com/ThaDafinser/IntranetGeoIp


__What statistics are available?__

If you create a full configuration data file, you'll see
* Visitor -> Realtime visitor map
* Visitor -> Location and provider
* and many more...(in generall all statistics are available like using a internet GeoIP database)


__Why there stands provider "unknown" in my visitor log?__

If your installation is stock, all visitors will get this "flag" to show you, what IPs are not matched.
You can adjust or remove this, by changing the "noMatch" block in your `IntranetGeoIP.data.php` file.
If you remove the complete block, none matched visitors will be skipped by this plugin.
But you can also fill all possible visitorInfos like you are used for matched IP addresses.


__Can i use this plugin with a internet GeoIP database side by side?__

Yes you can.
Just remove or comment out the `noMatch` block in your configuration file.

__How to configure/install this plugin / the networks?__

After installation and activation of the plugin, open the file `piwik/config/IntranetGeoIP.data.php`

You can their add your location information and their subnetworks.

See the file `piwik/config/IntranetGeoIP.data.php` or see the readme on github https://github.com/ThaDafinser/IntranetGeoIp

__Note about the configuration?__

Inside the array key `visitorInfo` you can freely add/remove all available columns from the `log_visit` table you want.
Expand Down

0 comments on commit c940775

Please sign in to comment.