<p dir="ltr"><br>
On 29 May 2014 14:59, "Jake Orlowitz" <<a href="mailto:jorlowitz@gmail.com">jorlowitz@gmail.com</a>> wrote:<br>
> The problem is that we get $_SERVER['REMOTE_ADDR'] as 10.68.16.4 instead of the real, unique, remote IP address of the client.<br></p>
<p dir="ltr">Try $_SERVER['HTTP_X_FORWARDED_FOR'] instead. Note that this is supposed to be a list of addresses, not just a single address.</p>
<p dir="ltr">Simon (stwalkerster)<br>
</p>