Recent content by MarlyNL

  1. M

    XF 2 Login/logout/register from external php site

    Currently, I have a website that I connected with XenForo. Now the forum was always on XenForo 1.5.* With my own site I was able to register users and add them to XenForo. Also, login on my site logged in the user in XenForo. Logout on my site did log out the user from XenForo as well. And when...
  2. M

    Other Switch to HTTPS - External login/registration issue

    I'm trying to switch my website and forum to HTTPS (SSL) usage. Both separate are working fine, but combined I find some issue's. Is there someone that can help me on why this is not working properly? First let me describe what I have now: A website which is currently working via HTTP. Users...
  3. M

    Switch to HTTPS - External login/registration issue

    XenForoHandler2.php <?php /* *XenForo Support Functions */ class appXenForo { //Singleton Storage private static $bInitialized = false; /** * Initialise XenForo Functions */ function __construct(){} /* *Initialise the XenForom Controllers: */ public static function init() {...
  4. M

    Switch to HTTPS - External login/registration issue

    XenForoHandler.php <?php session_start(); ob_start(); define('GTONLINE', 1); include_once('lang.php'); include_once('config.php'); include_once('db_connect_website.php'); include_once('functions.php'); $fileDir = '/var/www/clients/client123/web456/web'; // ini_set( "display_errors", 0); //...
  5. M

    Switch to HTTPS - External login/registration issue

    Hi guys, I'm trying to switch my website and forum to HTTPS (SSL) usage. Both separate are working fine, but combined I find some issue's. Is there someone that can help me on why this is not working properly? First let me describe what I have now: A website which is currently working via...
Top Bottom