Issue Details (XML | Word | Printable)

Key: MDL-6246
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

replace ip lookup with something better

Created: 13/Aug/06 08:24 PM   Updated: 03/Jan/08 01:58 AM
Return to search
Component/s: Other
Affects Version/s: 1.7
Fix Version/s: 1.9

Environment: All
Issue Links:
Dependency
 
Duplicate
 

Participants: Martin Dougiamas and Petr Skoda
Security Level: None
Resolved date: 03/Jan/08
Affected Branches: MOODLE_17_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
I have searched for IPLookup alternatives - did not find anything suitable for distribution as part of moodle package.



But we could use something like http://www.seomoz.org/ip2loc/ip2loc.php



The Google Mas licence and Maxdata Golite license would allow us to do the displaying and searching directly on moodle.org site (which is publicly acessible) or we could even (if allowed) link directly to the site above :-)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 14/Aug/06 02:41 AM
From Petr Skoda (skodak at centrum.cz) Sunday, 13 August 2006, 08:26 PM:

correction:

GeoLIte Data by MaxMind, available from http://maxmind.com

From Petr Skoda (skodak at centrum.cz) Monday, 14 August 2006, 02:41 AM:

I have prepared a sample implementation that uses Google Maps API and MaxMind's free GeoLite City database, you can test it here:

http://turbo.cdv.tul.cz/showiponmap/test.php

or if you wish to test some specific ip use:

http://turbo.cdv.tul.cz/showiponmap

code attached


Martin Dougiamas added a comment - 02/Aug/07 03:05 PM
Petr,

When you get a moment, can you quickly knock up a new /iplookup/googlemaps plugin with this code?

http://moodle.cvs.sourceforge.net/moodle/moodle/iplookup/

Is it required that we include the whole database or is there some other solution? I'm happy to put a redirector or something on moodle.org.


Petr Skoda added a comment - 02/Aug/07 03:55 PM
I could use the geo data from http://netgeo.caida.org/perl/netgeo.cgi?target= I gues (from ipatles code)
should be easy

Petr Skoda added a comment - 02/Aug/07 03:56 PM
there are some other alternatives here:
http://www.caida.org/tools/utilities/netgeo/

Petr Skoda added a comment - 03/Jan/08 01:58 AM
new iplookup is in cvs,
thanks for the report