Been trying
if ( $HTTP_SERVERS_VARS["HTTP_X_FORWARDED_FOR"]<> "" ) {
and
if ( $HTTP_X_FORWARDED_FOR <> "" ) {
to try and find out the IP of ppl behind proxy servers.
But it doesn't work, always goes to the else.
Any Ideas ?
(if it's a transparent proxy should it work?)