Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/11/2009, 11:37
Avatar de Fairy_Boy
Fairy_Boy
 
Fecha de Ingreso: octubre-2009
Ubicación: Kokiri Forest
Mensajes: 235
Antigüedad: 15 años, 5 meses
Puntos: 5
Respuesta: Logueos fallidos

cambia esto
Código PHP:
<?php
$acceso 
$_POST["acceso"];
if (
$acceso <> 'almendra57') {
echo 
" <html><head><title>Aviso</title></head><body><a href=parte1.php> Acceso denegado, vuelve a intentarlo </a></body></html>";
}else{
echo 
"
<html>
<head>
<title>parte2</title>
</style>
</head>
<body>
<center>
<div id='contenido'>
<br /><br />
<p></img></p>
<br /><br /><br />
<h2>El ocaso marino es muy especial</h2>
<br><br>blah...blah...
</div>
<br /><br />
</body>
</html>"
;
}
?> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Robots" content="noindex, nofollow" />
<style type="text/css">

* {
margin:0;
padding:0;
border: 0;
position: relative;
}

body {
background: black;
margin: 0 auto;
text-align: center;
}


#contenido {
width: 650px;
position: relative;
background: white;
padding-top: 40px;
}

h2 {
font: normal, 14px Arial, sans-serif;
text-align: center;
color: green;
}


</style>
</head>
<body>
</body>
</html>
^^