Ver Mensaje Individual
  #11 (permalink)  
Antiguo 15/07/2005, 06:28
Avatar de dopon
dopon
 
Fecha de Ingreso: julio-2005
Ubicación: Cucuta / Colombia
Mensajes: 493
Antigüedad: 18 años, 9 meses
Puntos: 1
hmm
Código PHP:
if (!eregi('http://www.misitio.com/q.php',$_SERVER['REQUEST_URI'])) die ("Denied Access!"); 
reemplazalo con esto
Código PHP:

if (!eregi('http://www.misitio.com/q.php',$_SERVER['REQUEST_URI'])) {
echo 
$_SERVER['REQUEST_URI']."<br>";die ("Denied Access!");} 
Y me dices que salida muestra