Thanks

Add this to configuration file, right after <?php in a new line.

PHP Code: 
$_SERVER["REMOTE_ADDR"] = ( isset($_SERVER["HTTP_X_REAL_IP"]) ? $_SERVER["HTTP_X_REAL_IP"]  : $_SERVER["REMOTE_ADDR"] ); 
Report the outcome