I use  Whatsup gold 7.04 in a w2k server (plus IIS) to monitor about 1000
devices and inform with html different helpdesk teams about router
conectivity.

Whatsup is in the directory d:\whatsup

I use" Message of the day"  tip (I saw in this list  at the past)  to inform
diferent groups for hot information writen  in the file e:\800004\motd.txt
The modified StandardPageHeader.asp is :


//////
<!--
Standard Header.asp
-->

<%IF% IS_USER_ACCESS_TOOLS>
<%INCLUDE% motd_header.asp>
<%ELSE%>
<%INCLUDE% motd_header_nbg.asp>
<%ENDIF%>
///////////

The new file "motd_header.asp" (allmost similar to  motd_header_nbg.asp)  is
this: 

/////////////
<!--
motd_header.asp
-->
<center>
<TABLE BORDER="0" WIDTH="100%">
  <TR>
    <TD WIDTH="250" HEIGHT="17" ALIGN="right" VALIGN="top"><P
ALIGN="right"><FONT FACE="Verdana"><B>Message of the
Day:</B></FONT></P></TD>
    <TD WIDTH="1030" HEIGHT="17"><P ALIGN="left"><FONT FACE="Verdana"
COLOR="#FF0000"><B>
<%include% /e:\800004\motd\mod.txt></B></FONT></TD>
    <TD WIDTH="91" HEIGHT="17"><A
HREF="http://n00350026/800004/motd/mod.txt"; target="_blank">More
Info.</A></TD> 
</TR>
</TABLE>
</center>
///////////////////////

The problem now:

This  works fine if whatsup runs  as a program but If it runs as service the

<%include% /e:\800004\motd\mod.txt> command doesnt work at all.

Is there something I missed?

Thanks for any info

Tasos Zachariou  [EMAIL PROTECTED]




Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/

Reply via email to