thanks NEC
Xman Reviewed by Xman on . Making IPB IPv6 capable //----------------------------------------- // IP Address //----------------------------------------- if ( ipsRegistry::$settings ) { foreach( array_reverse( explode( ',', my_getenv('HTTP_X_FORWARDED_FOR') ) ) as $x_f ) { $x_f = trim($x_f); Rating: 5