Search:

Type: Posts; User: Rudi

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    6,974

    In this case, you need to create a ticket and...

    In this case, you need to create a ticket and describe your request in details from the very beginning

    and as it's a third party script it will cost you extra to support you on this

    Thanks
  2. Replies
    12
    Views
    6,974

    You can add it at the top before ...

    You can add it at the top before



    header("Content-Type: text/html; charset=utf-8");
  3. Replies
    12
    Views
    6,974

    If you need to replace REMOTE_ADDR with...

    If you need to replace REMOTE_ADDR with HTTP_X_FORWARDED_FOR

    you should go to includes > controllers > common.inc.php

    and put this code:


    $_SERVER['REMOTE_ADDR'] =...
Results 1 to 3 of 3