| Server IP : 172.64.80.1 / Your IP : 172.69.7.193 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs/themes/basic/ |
Upload File : |
<html>
<body marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 bgcolor=<?php echo $botbackcolor; ?> background="<?php echo $botbackground; ?>">
<link rel="stylesheet" type="text/css" href="themes/classic/chatbubble.css" />
<DIV style="background: #FFFFFF url('<?php echo $topbackground; ?>'); width:100%; height:<?php echo $topframeheight; ?>px; top:0px; left:0px; position:relative;">
<?php if ($CSLH_Config['showoperator']=="Y"){ ?>
<DIV style="width:100px; height:<?php echo $topframeheight; ?>px; position:relative; float:left;">
<table width=100><tr><td valign=center width=100><img src=<?php echo $urlforoperator; ?> height=<?php echo $topframeheight; ?> border=0>
</td></tr></table>
</DIV>
<?php } ?>
<DIV style="float:right; width:300px; height:<?php echo $topframeheight; ?>px; text-align:right; "><?php echo $cslhdue; ?>
<DIV style="float:right;"><img src=images/blank.gif width=70 height=10 border=0><br><a class="button" href="javascript:nothingtodo()" onclick="exitchat()" STYLE="border:0px;"><span STYLE="border:0px;" ><?php echo $lang['exit']; ?></span></a></DIV>
</DIV>
<?php if(!(empty($td_list))){ ?>
<DIV style="width:100%; height:28px; top:<?php echo $topframeheight-27; ?>px; position:relative;">
<DIV style="left:20px; position:relative;">
<?php echo $td_list; ?>
</div>
</div>
<?php } ?>
</DIV>
<DIV style="width:100%; height:240px; padding-left:20px; top:0px; left:0px; position:relative; float:left;">
<iframe height="240" width="550" frameborder=1 src="<?php echo $urlforchat; ?>" name="chatwindow" scrolling="auto" border="1" marginheight="0" marginwidth="0" NORESIZE=NORESIZE></iframe>
</DIV>
<div style="margin: 0; padding: 0; clear: both;"></div>
<DIV style="width:90%; height:75px; padding-left:20px; float:left; top:20px; left:0px; position:relative;">
<FORM action="javascript:nothingtodo()" name=chatter METHOD=POST name=chatter>
<table><tr><td>
<textarea STYLE="width:450px"; cols=34 rows=2 name=comment ONKEYDOWN="return microsoftKeyPress()"></textarea>
<input type=hidden name=channel value=<?php echo $channel; ?> >
<input type=hidden name=department value=<?php echo $department; ?> >
<input type=hidden name=myid value=<?php echo $myid; ?> >
<input type=hidden name=typing value="no">
<?php
if ($UNTRUSTED['convertsmile'] == "ON")
print "<input type=hidden name=convertsmile value=ON>";
else
print "<input type=hidden name=convertsmile value=OFF>";
?>
</FORM>
</td><td>
<?php
if($smiles!="N"){
if ($UNTRUSTED['convertsmile'] == "ON"){
print " <a href=javascript:showsmile()><img src=images/icon_smile.gif border=0> ".$lang['view']."</a> <font color=009900><b>".$lang['ON']."</b></font> / <a href=livehelp.php?convertsmile=OFF&department=$department>".$lang['OFF']."</a> <br>";
} else {
print " <img src=images/icon_nosmile.gif border=0> <s>".$lang['view']."</s> <a href=livehelp.php?department=$department>".$lang['ON'] ."</a> / <font color=990000><b>".$lang['OFF']."</b></font> <br>"; }
}
?>
<img src=images/blank.gif width=70 height=10 border=0><br><a class="button" href="javascript:nothingtodo()" onclick="safeSubmit()" STYLE="border:0px;"><span STYLE="border:0px;" ><?php echo $lang['SAY']; ?></span></a>
</td></tr></table>
</DIV>
<div style="margin: 0; padding: 0; clear: both;"></div>
</body>
</html>