alex2k5
Member
Have a proxy set up server side, so for a while every user was logged with the server's IP. Now when running the "other users" IP check from profile pages, it brings up thousands of users.
I've since added
as per other thread's suggestions.
But, want to scrub the server IP so that feature can work properly again.
Any direction? Thanks!
I've since added
Code:
$_SERVER['REMOTE_ADDR'] = $_SERVER["HTTP_X_FORWARDED_FOR"];
as per other thread's suggestions.
But, want to scrub the server IP so that feature can work properly again.
Any direction? Thanks!