Gnuboard linked completion

Gnuboard linked completion

Based on the WordPress member DB, it was linked with Gnuboard to make it possible to write when logging in from BBS.

  1. Sharing cookies with sub domain
  2. Save the source below as “wp-sso.php” on the server where the WordPress is installed.
    [PHP]'. $ User->User_login. '';
    // Echo ’'. $ User->User_nicename. '';
    Echo ’'. $ User->Display_name. '';
    Echo ’'. $ User->User_email. '';
    Echo ’'. $ User->User_url. '';
    }
    ?>[/PHP]
  3. If there is no gnuboard session value and WordPress cookie value, module 2 is processed on the server to implement SSO (SINGLE SIGN ON) function
  4. If you have a gnuboard session value and the WordPress cookie value, you can empty the session and gangcy the page
  5. The page restriction of the page when the Gnuboard page loading event occurs

 

 

guest
2 Comments
Inline Feedbacks
View all comments
전진
전진

안녕하세요.. SIR에서 온 전진입니다.
혹시 나머지 코드를 볼 수 있을까해서요.. ^^
부탁드립니다.