Well, now, Ollie, that's another fine mess you've gotten us into... :-) I assume this is because mapper.pl isn't automatically installed and you did a cp as root?
Oh well, glad you solved it. Heading back to your earlier point about the accuracy of the data, ntop basically uses what ever that site says. When it comes to mapping the ip to a country code, we use files downloaded from the various regional registries. Unfortunately, both sets of data have their own issues of timelyness and accuracy. For the IP2CC data, one Mr. Anon E. Mouse used to provide a file of 'fixes' based on his personal knowledge, but that proved difficult to maintain, so we basically just use the registry data as is. -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Matthew Bellizzi > Sent: Thursday, February 26, 2004 1:42 PM > To: [EMAIL PROTECTED] > Subject: RE: [Ntop] quick mapper.pl question > > > 100% user error. I had the wrong permissions set on the script. > > > >From: "Burton M. Strauss III" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: <[EMAIL PROTECTED]> > >Subject: RE: [Ntop] quick mapper.pl question > >Date: Wed, 25 Feb 2004 18:14:55 -0600 > > > >Nothing should have changed ... it's this block in webInterface.c: > > > > if(myGlobals.mapperURL) { > > if(snprintf(buf, sizeof(buf), "<TR %s><TH "TH_BG" ALIGN=LEFT > >"DARK_BG">%s</TH><TD "TD_BG" ALIGN=RIGHT>" > > "<IMG SRC=\"%s?host=%s\" alt=\"map of host location\" > >WIDTH=320 HEIGHT=200></TD></TR>\n", > > getRowColor(), > > "Host Physical Location", > > myGlobals.mapperURL, el->hostNumIpAddress) < 0) > > BufferTooShort(); > > sendString(buf); > > } > > > >which uses hostNumIpAddress and that hasn't been altered. > > > >Perhaps the underlying mapping site has changed their command format > >(again)?? > > > >Try assembling the line by hand - it's just > > > >http://url?host=n.n.n.n > > > >and see what you get. > > > >-----Burton > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > > > Matthew Bellizzi > > > Sent: Wednesday, February 25, 2004 5:37 PM > > > To: [EMAIL PROTECTED] > > > Subject: [Ntop] quick mapper.pl question > > > > > > > > > > > > Hey > > > > > > I havn't really look into this much but I was wondering if anyone > > > else who > > > uses the mapper.pl script had noticed that after installing 3.0pre1 it > > > seemed to break that the mapper.pl stuff. Now I'm not > getting the map > > > graphic. > > > > > > _________________________________________________________________ > > > Stay informed on Election 2004 and the race to Super Tuesday. > > > http://special.msn.com/msn/election2004.armx > > > > > > _______________________________________________ > > > Ntop mailing list > > > [EMAIL PROTECTED] > > > http://listgateway.unipi.it/mailman/listinfo/ntop > > > > > > >_______________________________________________ > >Ntop mailing list > >[EMAIL PROTECTED] > >http://listgateway.unipi.it/mailman/listinfo/ntop > > _________________________________________________________________ > Say �good-bye� to spam, viruses and pop-ups with MSN Premium -- > free trial > offer! http://click.atdmt.com/AVE/go/onm00200359ave/direct/01/ > > _______________________________________________ > Ntop mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop > _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
