most people also forget that there's two variables with ip address: HTTP_X_FORWARDED_FOR behind a standard proxy server (their real ip, if they're using a proxy) and the good old REMOTE_ADDR, which will report the proxy server only.
best idea is to check if the first is set, if not, use REMOTE_ADDR.
__________________
php/mysql guru. hosting, coding, all that jazz.
|