Recent content by MrCheck

  1. M

    XF 1.2 Login, Logout, Register from outside XenForo

    I've managed to write scripts that use XenForo's own system calls to login, logout, and register a user with the info from our 3rd party system without doing any direct database calls. The only issue I've got left is admins need to re-enter their passwords to get to the admin panel and their...
  2. M

    XF 1.2 Login, Logout, Register from outside XenForo

    Hi there, I'm working with Feldon30 on this. The following would work as a solution for our problem: A php file that we can include in our own php file using require_once('filename.php') Functions within that php file that can be called to Register, Login, and Logout of XenForo. We can send...
Top Bottom