CloudFlare and logging visitor IP addresses via in PHP

Extra server variables that are available to cloud flare are: $_SERVER[“HTTP_CF_CONNECTING_IP”] real visitor ip address, this is what you want $_SERVER[“HTTP_CF_IPCOUNTRY”] country of visitor $_SERVER[“HTTP_CF_RAY”] $_SERVER[“HTTP_CF_VISITOR”] this can help you know if its http or https you can use it like this: if (isset($_SERVER[“HTTP_CF_CONNECTING_IP”])) { $_SERVER[‘REMOTE_ADDR’] = $_SERVER[“HTTP_CF_CONNECTING_IP”]; } If you do this, and the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)