Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

ANN: IP-atlas

 [1/9] from: oliva:david:seznam:cz at: 31-Aug-2002 15:24


Hello rebol-list, just to let you know that I've just uploaded Rebol version of IP-atlas. You may find it here: do load-thru http://oldes.multimedia.cz/utils/ip-atlas.r ;enter ip adress or url as www.rebol.com and press submit, if there is an record, you may see red cross on the map feel free to visualize other received data as well (i will make some detailed maps - thnaks to Jose-Alvarez for good map links:-))

 [2/9] from: robert::muench::robertmuench::de at: 31-Aug-2002 17:06


> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]
<<quoted lines omitted: 4>>
> ;enter ip adress or url as www.rebol.com and press submit, if there > is an record, you may see red cross on the map
Hi, that's a cool proggie :-). Do you use some sophisticated way to find out the location? Robert

 [3/9] from: anton:lexicon at: 1-Sep-2002 1:38


Great! I wanted to do this one day. You beat me to it. :) Anton.

 [4/9] from: alanwall:sonic at: 31-Aug-2002 9:14


At 03:24 PM 8/31/02 +0200, you wrote:
>Hello rebol-list, > just to let you know that I've just uploaded Rebol version of
<<quoted lines omitted: 5>>
> gave me the correct location for Rebol.I then checked my ISP and got the > correct map location.Checking Amiga.com
returned nothing.Exited the program and tried again starting with Rebol and this time the location was wrong.Here is the text: 4.82.101.70 ["ELNKMSWH2000" "64.82.0.0 - 64.82.127.255" "PASADENA" CALIFORNIA "US" "34.15" "-118.09" "City" "03-Jul-2001" "ARIN" "Block Allocation" none "corp.earthlink.net" "OK"] I also noticed that the Rebol icon in the bottom right was also not always there?

 [5/9] from: oliva:david:seznam:cz at: 2-Sep-2002 20:02


Hello Alan, Saturday, August 31, 2002, 6:14:07 PM, you wrote: AC> At 03:24 PM 8/31/02 +0200, you wrote:
>>Hello rebol-list, >>
<<quoted lines omitted: 7>>
>> gave me the correct location for Rebol.I then checked my ISP and got the >> correct map location.Checking Amiga.com
AC> returned nothing.Exited the program and tried again starting with Rebol and AC> this time the location was wrong.Here is the text: AC> 4.82.101.70 ["ELNKMSWH2000" "64.82.0.0 - 64.82.127.255" "PASADENA" AC> "CALIFORNIA" "US" "34.15" "-118.09" "City" "03-Jul-2001" "ARIN" "Block AC> Allocation" none "corp.earthlink.net" "OK"] AC> I also noticed that the Rebol icon in the bottom right was also not always AC> there? Hmm.... it's first version, there is no progressbar for fetching the data and probably a cache error as well.... try to: do load-thru/update http://oldes.multimedia.cz/utils/ip-atlas.r the data are provided by caida organisation: http://netgeo.caida.org/ a lot of data are not accessible :( but there is still a lot of ips-record that have latitude and longitude :-) with amiga the record is:
>> print read http://netgeo.caida.org/perl/netgeo.cgi?target=209.15.183.102
connecting to: netgeo.caida.org <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <HTML><HEAD><TITLE>NetGeo Results</TITLE> </HEAD><BODY> VERSION=1.0<br> <p> TARGET: 209.15.183.102<br> NAME: <br> NUMBER: 209.15.183.0<br> CITY: <br> STATE: <br> COUNTRY: <br> LAT: 0.00<br> LONG: 0.00<br> LAT_LONG_GRAN: <br> LAST_UPDATED: <br> NIC: APNIC<br> LOOKUP_TYPE: Block Allocation<br> RATING: <br> DOMAIN_GUESS: <br> STATUS: OK<br> </BODY></HTML> so there will be no cross on the map:( looking at whois gives me no results % [whois.apnic.net node-1] % How to use this server http://www.apnic.net/db/ % Whois data copyright terms http://www.apnic.net/db/dbcopyright.html %ERROR:101: no entries found % % No entries found in the selected source(s).

 [6/9] from: oliva:david:seznam:cz at: 2-Sep-2002 20:19


Hello Anton, Saturday, August 31, 2002, 5:38:04 PM, you wrote: A> Great! I wanted to do this one day. A> You beat me to it. :) A> Anton. me too:-)) I'm now working on a Flash visualization as well: http://oldes.multimedia.cz/ipatlas/ipatlas.html

 [7/9] from: anton:lexicon at: 3-Sep-2002 5:49


Oldes...
> me too:-)) I'm now working on a Flash visualization as well: > http://oldes.multimedia.cz/ipatlas/ipatlas.html > > -- > >>do [send to-email join 'oliva [--david--seznam--cz] "BESsssT > REgArrrDssss, RebOldes"]
Cool, all those ip's - where did you get them, I ask. I guessed that you are using your flash dialect so I looked where the source for the flash is, and added an "r" - he he, and you keep your rswf files on the server ? :) read http://oldes.multimedia.cz/ipatlas/ipatlas.rswf == {rebol [ ^-title: "IP atlas" ^-type: 'swf5 ^-file: %ipatlas.swf ^-background: 0.0.0 ^-rate: 40 ^-size: 800x400 ^-author: "oldes"... Looking through the above code I found the filename that contains the ip data. http://oldes.multimedia.cz/ipatlas/data.txt I assume you are using your previous script to determine longitude & latitude of each ip. They *look* like locations of rebol programmers on this list. Is this what you have done? How did you parse your mail, grabbing the domains of the mail provider of each listmember so you ended with a unique list of ip addresses? :) Anton.

 [8/9] from: anton:lexicon at: 3-Sep-2002 5:54


Oldes, be sure to also put a link to this one in your rebol program, so it will live forever in my rebol public cache... :) -Anton.

 [9/9] from: oliva:david:seznam:cz at: 3-Sep-2002 1:23


Hello Anton, Monday, September 2, 2002, 9:49:22 PM, you wrote: A> Oldes...
>> me too:-)) I'm now working on a Flash visualization as well: >> http://oldes.multimedia.cz/ipatlas/ipatlas.html >> >> -- >> >>do [send to-email join 'oliva [--david--seznam--cz] "BESsssT >> REgArrrDssss, RebOldes"]
A> Cool, all those ip's - where did you get them, I ask. A> I guessed that you are using your flash dialect so A> I looked where the source for the flash is, and added A> an "r" - he he, and you keep your rswf files on the A> server ? :) A> read http://oldes.multimedia.cz/ipatlas/ipatlas.rswf A> == {rebol [ A> ^-title: "IP atlas" A> ^-type: 'swf5 A> ^-file: %ipatlas.swf A> ^-background: 0.0.0 A> ^-rate: 40 A> ^-size: 800x400 A> ^-author: "oldes"... A> Looking through the above code I found the filename A> that contains the ip data. A> http://oldes.multimedia.cz/ipatlas/data.txt A> I assume you are using your previous script to A> determine longitude & latitude of each ip. A> They *look* like locations of rebol programmers on A> this list. Is this what you have done? A> How did you parse your mail, grabbing the domains A> of the mail provider of each listmember so you ended A> with a unique list of ip addresses? A> :) A> Anton. yes the data are from my counter at rebol/flash dialect... I use a little bit improved ipatlas.r script to try to display the ip log/lat on the map an then I just parse the cache file (set in the settings) to make the ur-encoded data file:-) ...but unfortunately a lot of ips-records from netgeo is without the lon/lat informations :-(

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted