OK, I've done some digging around and found some interesting stuff.
First, on the forums page, here is what you can edit locally (wgserv\galacth\galforah\banner.htm). I've changed text and such and saved it, to make sure the changes showed up on the web server end. So, it's definately the right file for the forums part.
<HTML>
<HEAD>
<TITLE>Forums</TITLE>
</HEAD>
<BODY [BGCOLOR1] TEXT="#999999" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" LINK="#999999" VLINK="#666666" ALINK="#333333" [BACKGROUND]>
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD WIDTH="100%" ALIGN="CENTER" VALIGN="MIDDLE" [BGCOLOR2]>
[HOMEPAGE]
</TD>
</TR>
<TR>
<TD WIDTH="100%" HEIGHT="20" ALIGN="CENTER" VALIGN="MIDDLE" BGCOLOR="#F0F0F9">
<FONT FACE="Arial" SIZE="1">
<B>
<script language="JavaScript"><!--
document.write('<FONT FACE="Arial" SIZE="1" COLOR="000000">[ <a HREF="index2.htm" TARGET="[FOR_TARGET_9]"><FONT FACE="Arial" SIZE="1" COLOR="000000">List Forums</font></a> | ');
document.write('<a HREF="/forums/list/messages/?quickscan=1" TARGET="[FOR_TARGET_3]"><FONT FACE="Arial" SIZE="1" COLOR="000000">Quickscan</font></a> | ');
document.write('<a HREF="/forums/file/cqscan.htm" TARGET="[FOR_TARGET_9]"><FONT FACE="Arial" SIZE="1" COLOR="000000">Configure Quickscan</font></a> | ');
document.write('<a HREF="/forums/file/pref.htm" TARGET="[FOR_TARGET_9]"><FONT FACE="Arial" SIZE="1" COLOR="000000">Preferences</font></a> | ');
document.write('<a HREF="/forums/?useframes=0+set" TARGET="[FOR_TARGET_7]"><FONT FACE="Arial" SIZE="1" COLOR="000000">No-Frames</font></a> | ');
document.write('<a HREF="/help/forums/index2.htm" TARGET="_wgshelp"><FONT FACE="Arial" SIZE="1" COLOR="000000">Help</font></a> ] ');
//--> </script>
</B>
</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Now, for the same file as shown to be the source on a web browser:
<HTML>
<HEAD>
<TITLE>Forums</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#999999" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" LINK="#999999" VLINK="#666666" ALINK="#333333" >
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD WIDTH="100%" ALIGN="CENTER" VALIGN="MIDDLE" BGCOLOR="#5D78CB">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0" BGCOLOR="#5D78CB"><TR><TD WIDTH="100%" ALIGN="left"><A HREF="/" TARGET="_top"><img src="/images/logo.jpg" ALT="HOME PAGE" BORDER="0"></A></TD><TD WIDTH="100%" ALIGN="right"><a HREF="
http://www.gcomm.com/ad.htm" TARGET="_top"><img BORDER="0" ALT="Worldgroup Showcase" SRC="
http://www.gcomm.com/ad.gif" HSPACE="0" VSPACE="0"></a></TD></TR></TABLE>
</TD>
</TR>
<TR>
<TD WIDTH="100%" HEIGHT="20" ALIGN="CENTER" VALIGN="MIDDLE" BGCOLOR="#F0F0F9">
<FONT FACE="Arial" SIZE="1">
<B>
<script language="JavaScript"><!--
document.write('<FONT FACE="Arial" SIZE="1" COLOR="000000">[ <a HREF="index2.htm" TARGET="FRAME9"><FONT FACE="Arial" SIZE="1" COLOR="000000">List Forums</font></a> | ');
document.write('<a HREF="/forums/list/messages/?quickscan=1" TARGET="_ForumMessage"><FONT FACE="Arial" SIZE="1" COLOR="000000">Quickscan</font></a> | ');
document.write('<a HREF="/forums/file/cqscan.htm" TARGET="FRAME9"><FONT FACE="Arial" SIZE="1" COLOR="000000">Configure Quickscan</font></a> | ');
document.write('<a HREF="/forums/file/pref.htm" TARGET="FRAME9"><FONT FACE="Arial" SIZE="1" COLOR="000000">Preferences</font></a> | ');
document.write('<a HREF="/forums/?useframes=0+set" TARGET="_top"><FONT FACE="Arial" SIZE="1" COLOR="000000">No-Frames</font></a> | ');
document.write('<a HREF="/help/forums/index2.htm" TARGET="_wgshelp"><FONT FACE="Arial" SIZE="1" COLOR="000000">Help</font></a> ] ');
//--> </script>
</B>
</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
I'm not sure if there is a trigger that sets off this extra links/logos, but somehow worldgroup automatically adds this to the html file while online:
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0" BGCOLOR="#5D78CB"><TR><TD WIDTH="100%" ALIGN="left"><A HREF="/" TARGET="_top"><img src="/images/logo.jpg" ALT="HOME PAGE" BORDER="0"></A></TD><TD WIDTH="100%" ALIGN="right"><a HREF="
http://www.gcomm.com/ad.htm" TARGET="_top"><img BORDER="0" ALT="Worldgroup Showcase" SRC="
http://www.gcomm.com/ad.gif" HSPACE="0" VSPACE="0"></a></TD></TR></TABLE>
This ad that is being sent out isn't from the server computer either. It's coming from
www.gcomm.com/ad.htm and guess what, it's still an active ad. gcomm can add and/or change these ads at will and most likely is getting a commission for advertising these on any board that's running worldgroup 3.30.
I've been able to take the banner out completely, to remove the ad, but then everything else looks funky, with just a couple links on one line of text but maybe it could be rebuilt a little better. I'm just hoping that if you build a new banner on top, that worldgroup wont' put their link back in it.
Any ideas?