diff --git a/README.md b/README.md index cd9a0df..2a04e83 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ __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 @@ -20,6 +30,7 @@ If you create a full configuration data file, you'll see * 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. @@ -27,19 +38,12 @@ You can adjust or remove this, by changing the "noMatch" block in your `Intranet 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.