Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/03/2003, 16:42
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 8 meses
Puntos: 9
Agrega en $mensaje, este script
Código PHP:
<? 
$ip 
getEnv("REMOTE_ADDR");
$host gethostbyaddr($ip);
// agregar en $mensaje;
$mensaje.=$ip;
$mensaje.=$host?>