Re: [PHP] ip's behind proxy-server

2003-07-05 Thread Jason Sheets
By design many proxies are designed to allow the client to be anonymous as well as proxy the connection, so they will not ever reveal the clients IP address. Not only that but on some ISPS (AOL) the users proxy may change with each request, making tracking the user by the IP not practical or

[PHP] ip's behind proxy-server

2003-07-05 Thread Paul van der Linden
I've a problem: I need to block accounts with the same ip, but if it's a proxy-server you get only the proxy-server ip's. I downloaded somewhere this script: Proxy-ip: " . $RemoteInfo[1]; ?> But that doesn't seems to work, it will only give your proxy-server ip's, and doesn't give the real client