English version - Shoutbox
evy - 18-04-2006, 13:33 Temat postu: Shoutbox just got the update installed nd its lookin nice .. but ran into a problem .. on my portal i have the shoutbox using this code in the blank menu 3 whatsit in portal config ..
Kod: | <iframe src=shoutbox.php></iframe> |
just comes up with a white box with the words hacking attemp in it .. any help would be gr8 as always .. thanks alot guys
przecinek - 18-04-2006, 13:38
Try Kod: | <iframe src="shoutbox_view.php"></iframe> | or Kod: | <form name="post" action="shoutbox_view.php" method="POST" target="shout_iframe">
<table width="630" align="center" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-width: 1px;">
<tr>
<td class="catHead" align="center" height="25"><span class="cattitle"><a href="shoutbox_view.php" class="mainmenu" title="All Messages">ShoutBox</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><iframe style="border-width: 1px;" name="shout_iframe" src="shoutbox_view.php" width="630" height="130"></iframe></td>
</tr>
<tr>
<td class="row1" align="center" valign="bottom" nowrap="nowrap"><span class="gensmall">
Message: <input type="text" name="message" style="height:17px;font-size:9px;width:360px;" size="60" maxlength="500" value="" class="post" onFocus="Active(this)" onBlur="NotActive(this)">
<input type="submit" name="submit_button" value="Submit" class="button" style="font-size:9px; height:17px;" onclick="this.form.submit(); post.message.value=''; return false;">
<input type="submit" name="refresh" value="R" style="font-size:9px; height:17px; cursor: pointer" title="Refresh" class="button" onclick="post.message.value=''; this.form.submit();" />
<input type="hidden" name="mode" value="submit"></span></td>
</tr>
</table></form> |
evy - 18-04-2006, 13:44
could kiss u mate ! thanks for the quick reply 2 .. works a treat !
|
|
|