Wenn mich nicht alles täuscht müsstest du den Banner (bzw Anzeigescript) in der Datei topframe_forced.php eintragen.

Ab Zeile 85 (bei mir):
HTML-Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="left">
<tr>
<td align="left" width="50%"><b><?=$seitenname;?> ist für den Inhalt nicht verantwortlich.</b></td>
<td align="right" width="50%"><b><?=$headmsg;?></b>&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr>
</table>
ungefähr so:
HTML-Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="left">
<tr>
<td align="left" width="20%"><b><?=$seitenname;?> ist für den Inhalt nicht verantwortlich.</b></td>
<td align="center" width="60%"><? include("fb_bestaetigungsframebanner_rotator.php"); ?></td>
<td align="right" width="20%"><b><?=$headmsg;?></b>&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr>
</table>
Wo ich includiere (include?) trägst du deinen Banner bzw Script ein.

Gruß
Eaxo