Ahí esta (Se ve) pero alparecer esta independiente, y no es parte de los otros campos...
Es decir no esta bien conectado.
Código PHP:
Ver original...
</div><?php
}
?><div id="msgContainer"><?php
$msj->PrintMessages($messages);
?></div>
</div>
</td>
</tr>
<tr>
<td align="right" valign="middle">
<form name="form1" method="post" action="mensajeitor.php">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="middle">
<td valign="middle">
<input type="text" id="nick" name="nick" size="20" value="
<?php echo htmlspecialchars($params['nick']); ?>" class="formInput" onFocus="focus_hndl(this,'
<?php echo addslashes($params['nick']); ?>');" onBlur="blur_hndl(this,'
<?php echo addslashes($params['nick']); ?>');" maxlength="
<?php echo $msj->cfg['Nick']['MaxChars']; ?>" />
<?php if($msj->cfg['Msgs']['Smileys']) { ?><?php } ?></td>
</tr>
<tr valign="middle">
<td align="left" valign="middle"><p>
<textarea name="message" cols="21" rows="5" class="formInput" id="message" onFocus="focus_hndl(this,'
<?php echo addslashes($params['message']); ?>');" onBlur="blur_hndl(this,'
<?php echo addslashes($params['message']); ?>');">
<?php echo htmlspecialchars($params['message']); ?></textarea>
<br /><input type="text" name="url" size="21" value="http://" class="formInput" onFocus="focus_hndl(this,'http://');" onBlur="blur_hndl(this,'No link');" /><br/>
[B]<?php
if($_SESSION['pregregex'] AND $_GET['respuesta'])
{
if(eregi($_SESSION['pregregex'],$_GET['respuesta'])) echo "De acuerdo, no eres un robot...";
else
echo "Solo Bender puede superarte a robot !";
unset($_SESSION['pregregex']); echo "<a href=\"anti-bot.php\">Vuelve a probarlo</a>";
}
else
{
$preguntas[] = array('Cuantos dedos tiene una mano?','(5|cinco)'); $preguntas[] = array('Resultado de sumar 2 y 4?','(6|seis)'); $preguntas[] = array('Cuantas ruedas tiene un coche?','(4|cuatro)'); $preguntas[] = array('Que animal es mas grande: elefante o caracol?','(primero|elefante)'); $preguntas[] = array('Cual es el color mas oscuro de todos?','negro'); $preguntas[] = array('Por favor, contesta: eres humano?','(si|claro)'); $preguntas[] = array('Con que mano escribe un zurdo?','(izquierda)'); $preguntas[] = array('Escribe pan dos veces.','^pan ?pan$');
$_SESSION['pregregex'] = $preguntas[$pregn][1];
echo '<form method ="POST" action=""></p>'.$preguntas[$pregn][0].'</p><br><input type="text" class="formInput" name="respuesta"></form>';
}
;
?>[/B]<br/>
<br/><br/>
</p></td>
</tr>
<tr>
<td align="right"><input type="text" id="pass" name="pass" value="Password" disabled="disabled" class="formInput" onFocus="focus_hndl(this,'');" />
<input type="submit" value="Enviar" /></td>
</tr>
</table>
</td>
</tr>
</table>
<input type="hidden" name="adminnicks" id="adminnicks" value="<?php
foreach($msj->cfg['Nick']['Admins'] as $key => $value) {
$output[] = $key;
}
?>" />
</form>
</td>
<td align="center" valign="top"><img src="http://www.forosdelweb.com/f18/images/pumaboard.gif" /></td>
</tr>
<?php if($msj->cfg['Main']['ShowVersion'] || $msj->cfg['Main']['ShowLink']) { ?>
<tr>
<td colspan="2" class="info"><?php if($msj->cfg['Main']['ShowLink']) { ?>
<div>MENSAJEITOR</div>
<?php } ?>
<?php if($msj->cfg['Main']['ShowVersion']) { ?>
<div>1.0</div><?php } ?></td>
</tr>
<?php } ?>
</table>
</body>
</html>
Saludos y gracias.