Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
phpBB Login Integration Problems
Old 08-29-2004, 11:24 AM phpBB Login Integration Problems
Novice Talker

Posts: 5
Trades: 0
I've been working off this tutorial http://www.phpbbhacks.com/forums/viewtopic.php?t=4968 in order to make my website's login be integrated with the phpBB login that I use on my forum. However, I cannot get further than the piece of code I put into the header of my index.php file:



define('IN_PHPBB', true);

$site_root_path = '/home/teenbite/public_html/'; //<-- Modify
$phpbb_root_path2 = 'forum/'; //<-- Modify
$phpbb_root_path = $site_root_path . $phpbb_root_path2;
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.php');

$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);


It simply exits the rest of the page.
TeenBite is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-29-2004, 02:48 PM
Python's Avatar
Ultra Talker

Latest Blog Post:
A new site is launched
Posts: 374
Trades: 0
i remember having this problem...then i found a way around it although it means completely rebuilding your site. I used another mod from there called fetch all. This would totally integrate the member and statistics system into your phpbb and its really easy.

PM me if you need any help setting it up
__________________

Please login or register to view this content. Registration is FREE

- Affordable web site design solutions
Python is offline
Reply With Quote
View Public Profile Visit Python's homepage!
 
Reply     « Reply to phpBB Login Integration Problems
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.37350 seconds with 12 queries