View Single Post
  #6  
Old 11th August 2019, 10:08
LeeHowarth LeeHowarth is offline
TT
 
Join Date: Nov 2008
Posts: 100
Default
The issue is that when your using cloudflare, $_SERVER['REMOTE_ADDR'] will not be the clients ip address, instead it will be the ip of cloudflares server, so you need to update the code to pick the correct ip.
Reply With Quote