XF 1.5 Shared Server/Forum Login

Kosuki07

Member
Hello,
We have been thinking about integrating our SAMP Server login with the forums login, as in mirroring accounts. We had success with another forum, however csn not figure it out on Xenforo. I know you can have 2 servers talk with xenforo, as in automatic donation activation, or even, source mod for steam gsme servers. Any assistance would be great.
Thank You
 
Which system will be the authority?

Refer to this datawriter in XenForo for reference:

library/XenForo/DataWriter/User.php

The _getFields function defines the tables and fields for a user. Those tables are:

xf_user
xf_user_authenticate
xf_user_option
xf_user_privacy
xf_user_profile
 
Top Bottom