Login   Register  
PHP Classes

Class: PHPBB Login Integration

Icontem
elePHPant

  Classes of Duncan Gough  >  PHPBB Login Integration  >  Download  >  Support forum Support forum (6)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHPBB Login Integration Support forum
Base name: phpbb_login
Description: Authenticate PHPBB users with site login system
Version: -
Required PHP version: -
License: GNU General Public License (GPL)
 
  Author   Group folder image Groups   Detailed description  
  Trackback   Applications   Files Files  

Author

Picture of Duncan Gough
Name: Duncan Gough <e-mail contact>
Published packages: 2 Browse this author's classes Browse this author's classes
Country: United Kingdom United Kingdom - PHP jobs in United Kingdom
Home page: http://www.suttree.com/

Innovation Award

PHP Programming Innovation award nominee
March 2004
Number 3
phpBB is a very popular forum system among the PHP community. Many developers have integrated it as part of their own sites.

Since phpBB has its own user management system and many sites that want to integrate it also have their own user management system, a solution for integrating both systems is often necessary.

The approach of this class to solve that problem is to artificially initiate a login session when the user has successfully authenticated in the login system that the site already had.

This way the users only have to authenticate once to use either the pages of the site or the pages of the phpBB system that require authentication.

Manuel Lemos

Groups

Group folder image User Management User records, authentication and session handling View top rated classes
Group folder image Forums Discussion forums and bulletin board systems View top rated classes

Detailed description

This class allows you to integrate your own login system with phpBB forum system. Meaning that you can have one login valid across both your Web site and phpBB.

The class lets your site create a phpBB login session to be associate with the same user that has logged in a existing login system of your site.

To take full advantage of this PHPBB_Login class you just need to modify your own login system to include a call to the class functions to login or logout a given user.

The way this class works is reliant on the Web site username being exactly the same as the phpBB username. To insure this, it is recommended to disable the ability to change usernames from within the phpBB admin control panel.

Trackback links

Link Description
phpBB ausgefuchst Das phpBB ein ausgefuchstes Forumsystem ist, sollte jedem, der im Bereich Web was auf sich hält, bekannt sein...

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file PHPBB_Examples.php Example Some PHPBB_Login examples
Plain text file PHPBB_Login.php Class The phpbb_login class
Download all files: phpbb_login.tar.gz phpbb_login.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.