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

Reply via email to