phpBB 3 sessions – How to?
-
Hello all, I have a little question.
How to use phpBB 3 sessions in to wordpress site?Where I must put this code ? I need phpBB3 sessions on every WP page
<?php define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); // Start session management $user->session_begin(); $auth->acl($user->data); $user->setup(); ?>
Thanks ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘phpBB 3 sessions – How to?’ is closed to new replies.