Search found 1 match

by bilo182
Mon Aug 13, 2007 5:43 pm
Forum: [3.0/Olympus] New features discussion
Topic: How to create login forphpbb3 on website
Replies: 16
Views: 117176

Re: How to create login forphpbb3 on website

hei... i just made the modifications u said below .. but it doesn't redirect me to the index of the site.. (it redirects me in the index of the forum) :(
here are my codes:
define('IN_PHPBB', true);
$phpbb_root_path = './forum/';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path ...