Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @takemakestudios,

    We can help with the issue. Kindly refer the troubleshoot guide here and follow the instructions.

    Let us know if any queries.

    Thread Starter takemakestudios

    (@takemakestudios)

    Thank you for your quick answer. I followed the guide for my problem: I created the ipinfo.php file and placed it in the domain root. Visiting the page https://acconciaturels.it/ipinfo.php I actually get a local address 127.0.0.1.
    I have disabled wordfence, really simple ssl and wp supercache for problem testing but it doesn’t work. How can I proceed?

    Plugin Author WebToffee

    (@webtoffee)

    Hi @takemakestudios,

    We need to find the actual IP and force the code to look for the same. Inorder to do that, please print all the values of the variable $_SERVER by using,

    print_r($_SERVER);

    Add the above line to the ipinfo.php file and check for your actual IP address in any of the ‘key’ values.
    Once found, use the this code snippet in your theme’s functions.php.

    Note: Replace “HTTP_X_FORWARDED_FOR” with the ‘key’ value of the actual IP from the $_SERVER variable.`

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I can’t use cookie scan function’ is closed to new replies.