Active
Project:
Ad GeoIP
Version:
6.x-2.0-rc2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Jan 2011 at 12:04 UTC
Updated:
7 Aug 2014 at 10:13 UTC
Jump to comment: Most recent
Comments
Comment #1
jeremy commentedThanks for the new URL. Committed a fix to the 5.x and 6.x branches:
http://drupalcode.org/project/ad_geoip.git/commit/42b010f
http://drupalcode.org/project/ad_geoip.git/commit/bce8b7c
Comment #3
codeelegance commentedI hate to drag this one up again, but it seems like the ISO organization is no longer providing the ISO lists for free. Regardless of how moronic that decision seems, I guess everyone who relies on that file has to come up with a new source.
Maxmind supplies one here:
http://dev.maxmind.com/static/csv/codes/iso3166.csv
But it's comma separated instead of semicolon. Not sure how much work it would be to switch over, or even if this source will be stable enough to use.
Is it just me, or does this seem like a seriously big deal? Not just for one small Drupal module, but ALL the code out there that relies on that file?
Comment #4
jp.stacey commented@codeelegance it doesn't fix the underlying problem (that ISO have, crazily, removed this text file from their own servers, and therefore nullified the usefulness of it as a standard) but I did find a copy on someone's random github repository: https://raw.githubusercontent.com/vandrijevik/iso3166/master/lib/iso3166... .
I'd recommend that, for the purposes of keeping this D6 module going for the foreseeable future, that the ISO list be hardwired in it.