Ver Mensaje Individual
  #6 (permalink)  
Antiguo 05/05/2004, 07:20
Anarko
 
Fecha de Ingreso: febrero-2004
Mensajes: 1.987
Antigüedad: 20 años, 2 meses
Puntos: 22
La solucion que me toco aplicar fue un REFRESH desde esa pagina enlace, a "PAGINA SEMI-PRIVADA", y asi, aplicar:

<?php
$miweb = '^(http://'.$_SERVER['SERVER_NAME'].')';
if(empty($_SERVER['HTTP_REFERER']) OR !eregi($miweb,$_SERVER['HTTP_REFERER']))
{
header('location: http://'.$_SERVER['SERVER_NAME']);
exit;
}
?>

<HTML>
<HEAD....
</BODY>
</HTML>

Que opinas ?

Lo que entiendo es que me estas diciendo que NO ES POSIBLE ALTERAR REFERER.

Eso lo alteran los brow atomaticamente, (algunos.)