SyntaxFix
Write A Post
Hire A Developer
Questions
Replacing:
$_SERVER["REMOTE_ADDR"];
With:
$_SERVER["HTTP_X_REAL_IP"];
Worked for me.