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

Reply via email to