
01/09/2005, 09:43
|
| | Fecha de Ingreso: abril-2004
Mensajes: 23
Antigüedad: 20 años, 10 meses Puntos: 0 | |
Donde pongo esto ?? Cita: // Sacar ip real de cada tipo
if (isset($HTTP_SERVER_VARS["HTTP_X_FORWARDED_FOR"])) {$ip_real = $HTTP_SERVER_VARS["HTTP_X_FORWARDED_FOR"];}else{$ip_real = $HTTP_SERVER_VARS["REMOTE_ADDR"];}
// Fin Sacar ip real de cada tipo |