Recent content by jackbrennan

  1. J

    What does the following user group permission do?

    Ah i see, thank you. That made it very clear indeed! Jack.
  2. J

    What does the following user group permission do?

    "Follow message moderation rules" What does it mean/do? Thanks. Jack.
  3. J

    IP record - Recording firewall IP instead of user

    Hi, Just a quick update. This variable fixes the problem seeing as the firewall is acting as a proxy server for requests both leaving and coming to the webserver. HTTP_X_FORWARDED_FOR Thank you.
  4. J

    IP record - Recording firewall IP instead of user

    Thanks very much that gives me something to work with. REMOTE_ADDR in PHPinfo is just returning the firewall IP, so i'll have a play. I should be able to get it work by editing the config.php file. Thanks again. Jack.
  5. J

    IP record - Recording firewall IP instead of user

    Hi Community, I'm currently setting up my forum which is behind a UTM firewall. It seems the code used to record a users IP in Xenforo is using something similar to the following: $ip = $_SERVER['REMOTE_ADDR'] However, that will return the Firewall IP address and not the user. I've got...
Top Bottom