Databases: PHPBB 3 Integration class
Felix Manea (contact me)
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)
Click here for detailed information about this class on phpclasses.org