Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin using DUL RBL to detect if visitor is from dial-up, cable, ISP DHCP pool #2754

Closed
anonymous-matomo-user opened this issue Nov 2, 2011 · 3 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. worksforme The issue cannot be reproduced and things work as intended.

Comments

@anonymous-matomo-user
Copy link

DynIp Plugin

  • Uses DUL RBL services to test visitor IP and determine if they are connecting via a dynamic IP, such as dial-up, cable, ISP DHCP pool, or other consumer-oriented IP addresses
  • New column log_visit.location_ip_is_dynamic stores the boolean result

    Requirements

  • Developed in Piwik 1.6, may work in earlier version but YMMV

    How to install?

  • Download Piwik DynIp Plugin
  • Unzip the plugin and copy the extracted directory "DynIp" in the directory piwik/plugins/
  • Go to Piwik > Settings > Plugins > DynIp, click Enable

    How to apply the DynIp to all your previous visits to fix your previous reports

    You can apply GeoIP precise localization on your past data:
  • run dynipUpdateRows.php script, from command line (or from the browser, but risk of timing out if your database is large)
  • wait a few minutes until all your visitors data from the piwik_log_visit table have been processed.

    Authors

  • Christopher Gray www.metamedia.us
  • Modelled after the GeoIP plugin

    Changelog

  • version 0.9: initial release, support for IP4 only

    Feedback

  • Please leave a comment if you have any feedback, suggestion, or bug report.
    Keywords: DUL, RBL, third-party-plugin
@anonymous-matomo-user
Copy link
Author

Attachment: DynIP version 0.9
DynIP_0.9.zip

@anonymous-matomo-user
Copy link
Author

(I wish that I could edit my own ticket...)

Be sure that your usage conforms to RBL usage limitations

ie.

@mattab
Copy link
Member

mattab commented Feb 6, 2014

Along with the Piwik 2.0 release and new design for Piwik, we have also launched the official Plugins Marketplace to let any developer share their work to the thousands of Piwik users worldwide.

Maybe you'd like to publish your plugin there?

In any case, keep up the good work and we hope you enjoy Piwik 2!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants