Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter MarcGuay

    (@marcguay)

    I’ve hardcoded the values from ISO for now, I see that Maxmind states that they reference that data and it’s not likely to change. I suppose it would still be nice to pull it from the DB in the odd chance that something is updated, though.

    Plugin Author Benjamin Pick

    (@benjamin4)

    A priori, this is not possible.

    However, they are using the GeoNames database, maybe you can use that data as well?

    Otherwise you have to either brute force all IP lookups (should be doable, probably enough to vary only the first 3 triplets of IPv4) or read the PHP code to find out how the mmdb files are structured.

    Thread Starter MarcGuay

    (@marcguay)

    Thanks Benjamin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get list of countries?’ is closed to new replies.