How to integrate arrowchat

  • In Progress
    Posted in: Arcane  
  • Member
    Demonello
    September 28, 2017 at 8:46 am #104655

    Hi i installa arrowchat with wordpress integration but when i go online i cant retreive user online, che u help tu get user id to show up who is online? please thanks in andvance for your help the code is simple

    function get_user_id()
    {
    $userid = NULL;

    if (!empty($_SESSION[‘userid’]))
    {
    $userid = $_SESSION[‘userid’];
    }

    return $userid;
    }

    or

    function get_user_id()
    {
    $userid = NULL;

    if (!empty($_COOKIE[‘userid’]))
    {
    $userid = $_COOKIE[‘userid’];
    }

    return $userid;
    }

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.