Search found 2 matches

by GodfatherUk
Tue Mar 11, 2008 2:04 pm
Forum: [3.0/Olympus] New features discussion
Topic: How to create login forphpbb3 on website
Replies: 16
Views: 117189

Re: How to create login forphpbb3 on website

A basic login/logout can look as follows.

At the head of your page, you need

define('IN_PHPBB', true);
define('PHPBB_ROOT_PATH', './phpBB3/');

$phpbb_root_path = 'phpBB3/';

$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include($phpbb_root_path ...
by GodfatherUk
Tue Feb 28, 2006 10:57 pm
Forum: [3.0/Olympus] New features discussion
Topic: passworded forum
Replies: 11
Views: 11055

Re: passworded forum

There was a fix to restricting Guest access posted on the Forums which could be placed into each of the .php files (ie memberlist.php) so it can be done that Guests are restricted from accessing any part of the Forums if you just search around