GithubHelp home page GithubHelp logo

twenga / geoip-updater Goto Github PK

View Code? Open in Web Editor NEW
2.0 5.0 0.0 284 KB

GeoIP Updater is a PHP tool that helps updating the GeoIPLite databases.

License: Apache License 2.0

PHP 94.43% Shell 5.57%

geoip-updater's Issues

Extensive validation

The validation process only runs the geoip_country_code_by_name() function. That's not enough to validate all databases!!!

We just had the issue, 2 db files were invalid, but geoip_country_code_by_name() still worked... And the db files were validated.

Validation process should run GeoIp functions that sollicitate all db files. The IP list should be extended to include more data to check (country name, isp, region, isp, city....), geoip_record_by_name() is a good candidate.

Return error code to shell on failure

Currently, errors are simply logged, they should make PHP return an error code to shell that could be caught by Puppet or some other program that executed GeoIp Updater.

Can't retrieve files into /tmp/GeoIP with php 5.6

Hello Nassim,

Line 383:
$aDbFiles = $this->_oFileSystem->glob($sPath.DIRECTORY_SEPARATOR."*".DIRECTORY_SEPARATOR);

$aDbFiles = $this->_oFileSystem->glob($sPath.DIRECTORY_SEPARATOR."*");

Can you please fix this ?

Thanks

Validation fails when CSV IP list is malformed

A user modified the list and forgot to specify matching country codes for each IP, this made the validation fail and blacklist the db file!

Validation process should first check that it's got all the data it needs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.