Zambfd
Member
Hi,
we implemented the xenforo threads as a comment section in our frontend and create new posts and threads through the api ( Super User Key ).
But because of that every user interaction with the frontend is now stored with the server ip address in xenforo because the api retreives the current ip with ->getIp() not ->getIp(true) for the proxy check.
I tried to extend the Request class to override the getIp() method but this class is not pushed through the class proxy ...
Any solutions except for that the developers should change the core code? ^^
Regards
we implemented the xenforo threads as a comment section in our frontend and create new posts and threads through the api ( Super User Key ).
But because of that every user interaction with the frontend is now stored with the server ip address in xenforo because the api retreives the current ip with ->getIp() not ->getIp(true) for the proxy check.
I tried to extend the Request class to override the getIp() method but this class is not pushed through the class proxy ...
Any solutions except for that the developers should change the core code? ^^
Regards