EezeeSite is a PHP4 web BBS/Forum application, built after a CMS and BBS design. It features user management and permissions, optional seo optimized urls, and a simple installation process.
EezeeSite is implemented in object oriented PHP4 and has two components: a ‘Core’, that sits in a central repository, and installed ‘Clients’ that work with the Core.
Web based configuration and installation of each client is designed to be simple and usable for the end user who is not a programmer. The ‘Client’ is for the end user, for the creation, management and maintainance of the EezeeSite.
A single copy of the ‘Core’ is all that is needed to run any number of ‘Client’ websites. It needs to be installed and configured as a server software and is designed to work with any RDBMS systems but currently only tested with MySQL.
The design element is completely separated from the code and the intricate code is completely separated and secure from manipulation.
Requirements: PHP (tested and developed using version 4.3.9), a RDBMS (tested and developed using version MySQL 5.0.16), several PEAR packages including PEAR::DB and PEAR::LiveUser, Smarty (PHP template engine)
EezeeSite is moving in the future towards an AJAX and RIA based architecture
EezeeSite
License:GPL
bbs
PEAR
Smarty
website
CMS
forum
PHP
OOP