This class can be used to manipulate accounts of PHPBB 3 users.
It can access the MySQL database of a PHPBB 3 installation to perform several types of operations on PHPBB 3 user accounts. Currently it can:
- Begin and end an user login session
- Check if an user is logged in
- Add a new user account
- Delete an user account
- Change user options and password
There is also an auxiliary script to keep the phpBB session alive is it is used as a slave application (this script should be included in a hidden frame if conflicts appear)
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.
This package can be used to integrate PHP applications with the user registration and authentication systems of the punBB and PHPBB forum applications.
It can:
- Create an user account with a given user name, password and e-mail address
- Authenticate an user
- Verify whether an user is already authenticated and whether he is an administrator
- Logout an authenticated user
There is a class for each forum application type. Each class may also execute forum application specific actions.
This class is meant to provide user authentication to sites that have already installed the phpBB forum application database.
This class avoids the need to create or install another authentication system if you already have installed or plan to install phpBB.
For now, this class supports only user authetication but not to add, update or delete user records. These features are planned to be supported in future versions of this class.
Generate HTML from text formatted with BBCode tags
This class can be used as a template engine to process text with BBcode tags, similar to those used by PHPBB, and generate HTML output.
It supports the BBcode tags n1, n2, n3, b, u, i, color, font, size, right, left, center, img, url, email, list, and also the tags definicja for definition, uwaga for notes, notatka for footnotes and cytat for quotes.
The comments in the class are in English and Polish.