Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/12/2010, 12:48
Avatar de christorizrs
christorizrs
 
Fecha de Ingreso: diciembre-2010
Ubicación: DF
Mensajes: 2
Antigüedad: 13 años, 4 meses
Puntos: 0
Respuesta: Restringir Acceso a una pagina por ip con PHP

Cita:
Iniciado por walterdevel Ver Mensaje
Modifica esto:

Código PHP:
Ver original
  1. if (!$ip_real=="180.010.4.82"||!$ip_real=="180.102.105.203")

así:

Código PHP:
Ver original
  1. if ($ip_real != "180.010.4.82" && $ip_real != "180.102.105.203")
GRRACIAS WALTERDEVEL, si se pudo.

SALUDOS