Ver Mensaje Individual
  #39 (permalink)  
Antiguo 29/06/2002, 07:49
Avatar de Ruchu
Ruchu
 
Fecha de Ingreso: octubre-2001
Mensajes: 698
Antigüedad: 23 años, 4 meses
Puntos: 2
Re: os hecho un reto! a ver quien me lo saca

If Instr(Request.ServerVariables("HTTP_REFERER&q uot;),"micache.com")>12 OR Instr(Request.ServerVariables("HTTP_REFERER&q uot;),"http://")=0 Then
Response.Write "<html><head><title>Site Not Found</title></head><body>No web site is configured at this address.</body></html>"
Response.End
End If

eso es lo que use para protegerlo.