CURL phpBB Functions Support forum curlphpbblib Manage a PHPBB forum remotely This class can be used to execute several actions in a PHPBB forum hosted on a remote site. It uses the PHP Curl library extension to log in in a remote PHPBB site on behalf of a given user using his user name and password ...
phpBB login Support forum phpbblogin Authenticate users registered in a phpBB database 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 ...
PHPBB 3 Integration class Support forum phpbb_integrator Manipulate accounts of PHPBB 3 users 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 ...
PHPBB Login Integration Support forum phpbb_login Authenticate PHPBB users with site login system 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 ...
PHPBB 3 integration Support forum phpbb3 Integrate site users in PHPBB 3 installation This class can be used to integrate site users in PHPBB 3 installation. It can perform several operations that integrate the users of a site with records in a MySQL database with the table records of users a PHPBB ...
Forums Integrator Support forum forumsintegrator Integrate with punBB and phpBB forum user systems 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 ...
... 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 ...
... packages of emoticon images This class can be used to manage different packages of imoticon images. It support emoticon packages of programs phpBB, Gaim, and yahoo!. It can look into given folder where the emoticon image files are stored and retrieve information about the available images like the ...
... the execution and caching of SQL database queries that maybe executed by several types of database APIs. Currently it supports supports AdoDB and PHPBB DAL. The package stores cached result sets in files and one table of the database for indexing. SQL Caching Model SQL Caching Model SQL Caching Model ...
... of presentation of the results can be customized with CSS Sample output Sample output Class file Class file without the docblock documentation PHPBB template parsing class for the html output parsing Template for the html output Full documentation of all class methods and variables Example ...