Scandal
Well-known member
I use cloudflare on my x2.1 board.
I have apply this on the config.php file:
	
	
	
		
... most of users have IPs recorded, but there are also some users for whom no IPs recorded. Also no IP is show on online users list for those users.
I mean that the problem is relative to some members, not all.
Any idea?
				
			I have apply this on the config.php file:
		PHP:
	
	if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
if (isset($_SERVER['HTTP_X_FORWARDED_FOR']))
{
    $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_X_FORWARDED_FOR'];
}
	I mean that the problem is relative to some members, not all.
Any idea?