MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/www/chatasjudinet/index.php
<?php                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
// Archivo HTML del chat

define ('version','3.3');
include 'configuracion.php';
?>
<html>
<head>
<style>
A { text-decoration: none}
DIV {
color: <?php
echo textoNorm;
?>;
font:13px verdana;
}
A:link { color: <?php
echo textoLink;
?> }
A:visited { color:<?php
echo textoLink;
?> }
A:hover { color: <?php
echo textoLink;
?> }
A:active { color: <?php
echo textoLink;
?> }
</style>
<title>
<?php
echo titulo;
?> 
<?php
echo version;
?></title>
<script src="script.js"></script>
</head>

<body>

<table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="<?php
echo fondoTabla;
?>" id="AutoNumber1" height="295" bgcolor="<?php
echo fondoTexto;
?>">
  <form method="GET" action="mensaje.php" onsubmit="anade(); if(this[0].value == '')return false;" target="clser"><tr>
    <td width="400" bgcolor="<?php
echo fondoTabla;
?>" colspan="2" height="33"><iframe name="clser" style="display:none"></iframe>
<iframe name="sercl" style="display:none"></iframe>
    <a target="_top" href="<?
echo logoHREF;
?>"><img border="0" src="<?
echo logoURI;
?>" width="189" height="25" hspace="4" vspace="4"></a></td>
  </tr>
  <tr>
    <td width="400"><div id="texto" style="PADDING:5px; OVERFLOW-X: hidden; OVERFLOW: auto; WIDTH: 400; HEIGHT: 220px"></div></td>
    <td width="140"><div id="usuarios" style="PADDING:5px; OVERFLOW-X: hidden; OVERFLOW: auto; WIDTH: 140; HEIGHT: 220px"></div></td>
  </tr>
  <tr>
    <td colspan="2" bgcolor="<?php
echo fondoTabla;
?>">
    <input type="text" name="texto" style="background:<?php
echo fondoTexto;
?>; color:<?php
echo textoNormal;
?>; border:none; height:18; width:310;"  onkeydown="if(event.keyCode == '38')mensaje(this,1); if(event.keyCode == '40')mensaje(this,-1);"> 
    <input onclick=""
    type="submit" style="border:none; color:<?php
echo textoBoton;
?>; background:<?php
echo fondoBoton;
?>; height:18; width:50;" value="Enviar"><input type="hidden" name="color" value="<?php
echo textoNormal;
?>">&nbsp;<?php
$colores = array ('#ff0000','#FF9900','#FFFF00','#00FF00','#0000FF','#000080','#000000','#800000','#FF00FF','#C0C0C0');
for($i = 0; $i < count($colores); $i++)echo '<span align="absbottom" style="background-color: '.$colores[$i].'; color: '.$colores[$i].'"><a href="#" onclick="javascript:document.forms[0][2].value=\''.$colores[$i].'\'; document.forms[0][0].style.color=\''.$colores[$i].'\';"><img height="21" src="images/transparente.gif" width="8" border="0" align="absbottom"></a>|</span>';
?>&nbsp;<?php

// La creación de este chat supone muchas horas de dedicacion
// por favor no elimine este pequeño logo

?>
    </td>
  </tr></form>
</table>

</body>
</html>