“); if (getenv(HTTP_X_FORWARDED_FOR)){ ?>
$ip1=getenv(REMOTE_ADDR);
// echo ("Your IP adress is: " . $ip1."
$ip=getenv(HTTP_X_FORWARDED_FOR);
}
else {
$ip=getenv(REMOTE_ADDR);
}
echo (“” . $ip);
“); if (getenv(HTTP_X_FORWARDED_FOR)){ ?>
$ip1=getenv(REMOTE_ADDR);
// echo ("Your IP adress is: " . $ip1."
$ip=getenv(HTTP_X_FORWARDED_FOR);
}
else {
$ip=getenv(REMOTE_ADDR);
}
echo (“” . $ip);