|    
			
				01/09/2005, 09:43
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: abril-2004 
						Mensajes: 23
					 Antigüedad: 21 años, 6 meses Puntos: 0 |  | 
  |  Donde pongo esto ??  Cita:  // Sacar ip real de cada tipoif (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
        |