Recent content by TruDan

  1. TruDan

    Synchronise XenForo User/Pass with Custom Login User/Pass?

    Is it possible, via PHP to syncronise a password change in both directions? XenForo -> Custom Login, Custom Login -> XenForo So the username/password will always be the same for both?
  2. TruDan

    PHP Callback - Method for render as well as validate?

    Hi, I have a custom Callback for a custom user field, I want to be able to store one value, but display another. To put into actual context. The input will be a Minecraft Username, the validation converts it into the new Mojang UUID (gets data from mojang servers etc). But then when the field...
  3. TruDan

    Teamspeak Integration

    perhaps yours are chmodded to 777 or something similar? that could affect it. scratch that, i know why. Before we had location ~ ^/(internal_data|library)\/(.*)/ So it was everything in internal_data or library, not just those root folders. Which infact i must correct in that file. Which then...
  4. TruDan

    Teamspeak Integration

    Hi, I'm the guy who deals with this stuff on DwD. The problem was that infact the while "library" folder was internal in nginx. So i had to assign an empty block for the images. This is a segment from the nginx config for anyone who also has this issue. location ~...
Back
Top Bottom