Scripts stop receiving client IP

I’m not sure if this was a PHP update or if Cloudflare is responsible for it but my scripts stopped receiving the client’s IPs too.

I had a script that would record intruder IP Addressed using $_SERVER['REMOTE_ADDR']; then I looked around where I found more popular functions but those too now only return my Server’s IP.

I’d like more information on how to option my visitors IP Addresses too because this is a problem I’ve personally been experiencing too.

This topic was automatically closed after 14 days. New replies are no longer allowed.