/* CODED by: MasterVision (2008.01.15)*/
/* MOD Name: Modified CBOX */
<script language='Javascript' type='text/javascript'>
function RefreshMessage()
{
msg=document.getElementsByName("cboxmain")[0];
msg.src=msg.src;
setTimeout("RefreshMessage()",15000); //time interval to wait in milliseconds (1sec = 1000 milliseconds)
}
function clearTextBox(){
if(document.mvForm.temp_pst.value != null)
document.mvForm.temp_pst.value = "";
}
function ShoutMe(mv){
if("{ibf.member.name}" != "Guest"){
mv.pst.value = mv.temp_pst.value;
}else{
mv.pst.value = "WELCOME! You may need to <a href='http:///index.php?=Login&CODE=00]LOGIN</a> or <a href='http:///index.php?act=Reg&CODE=00]REGISTER</a> to see your message (by: Admin)";
}
mv.temp_pst.value = "";
RefreshMessage();
return true;
}
function smilie(txt){
if(document.mvForm.temp_pst.value == "Type here...")
document.mvForm.temp_pst.value = "";
document.mvForm.temp_pst.value += ' ' + txt + ' ';
document.mvForm.temp_pst.setFocus();
}
</script>
<table width='100%' border='1'>
<tr>
<td align="center"><div style="overflow:auto; width:250px; height: 250px;">
<font size="3" color="slateblue"><b>SMILIES</b></font><hr><br/><br/>
<img src="http://www.filehive.com/files/0502/tiphat.gif" alt=":tiphat:" style="cursor😛ointer;" onClick="smilie(':tiphat:');"></a>
<img src="http://www.filehive.com/files/0203/action-smiley-066.gif" alt=":wave:" style="cursor😛ointer;" onClick="smilie(':wave:');"></a>
<!-- YOU CAN ADD MORE SMILIES AS MANY AS YOU WANT.. just make it sure that you have the similar smilies/command in your ShoutBox Server -->
</div>
</td>
<td>
<!-- YOUR CBOX CODE HERE -->
<div align="center" id="cboxdiv">
<iframe frameborder="0" width="95%" height="245" src="http://www.cbox.ws/box/?boxid=886543&boxtag=0210&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#DBE2ED 1px solid;" id="cboxmain"></iframe><br/>
</div>
<!-- Second iframe code should be deleted -->
<!-- END CBOX -->
<!-- MESSAGE Sending FORM -->
<form target="cboxmain" action="http://www.cbox.ws/box/index.php?boxid=886543&boxtag=0210&sec=submit" method="post" name="mvForm" onsubmit="ShoutMe(this)">
<input type="hidden" name="nme" value={ibf.member.name}>
<input type="hidden" name="pst" />
<b>Message: </b><input type="text" id="temp_pst" value="" name="temp_pst" size="85%">
<input type="submit" name="sub" value="Enter">
</form>
<form target="cboxmain" action="http://www.cbox.ws/box/index.php?boxid=886543&boxtag=0210&sec=main" method="post">
<input type="submit" value="Refresh" name="refresh">
</form>
</td></tr>
</table>