HY-BBS server environment requirements:
Support subdirectory installation forum
PHP5.3+ includes 5.3, 5.3 and above environments
Apache||Nginx||IIS
Pseudo-static needs to be turned on, otherwise it cannot be installed~!
Database support: MYSQL, MSSQL, Oracle, SQLite, PostgreSQL, Sybase, etc..
PHP support extension needs to enable PDO#####PDOPDOPDO otherwise the database cannot be played.
Introduction to HY-BBS
HY-BBS runs the forum in the form of file cache and supports free template and plug-in development, so it is very suitable for secondary development. The forum is based on framework development, and many operations are very simple. The forum also encapsulates the Model for use, so secondary development does not require There is no need to modify the forum source code, you only need to add your own plug-in to modify the forum.
Users can also develop their own templates through the template mechanism. The templates have a framework tag parsing engine and are very easy to develop.
The forum can host a billion-level database and run at 0.00x speed. Of course, xcache is used to accelerate compilation. The forum is also under development and testing. The forum has not developed a data cache for the time being.
HY-BBS current functions
Continue to add core basic functions
Template engine - Develop multiple sets of templates and switch at will. The development has a HYPHP tag parsing engine. Development only requires CTRL+C to pick up templates at will.
Plug-in engine-HOOK mechanism inserts source code to implement plug-ins, and develops a very simple user system
Login - has an independent login page template, which can be switched and replaced at will.
Registration - Same as above
User Group - Each user group has independent permission switch user center
User personal page
Article management
Post management
Avatar change
Password change messaging system
Post article, @ function
Article was replied to reminder
Post reply posts use the @ function to handle section classification
Add category
Classification permission management - certain user groups can be prohibited from doing certain things,
Category Moderator
Sub-category - inherit the parent category and can go all the way down to the sub-category
Backend management
Backend login page - need to check the current administrator password, multiple administrators can be added
Website global settings - a series of settings
Section classification management
Section classification moderators and permissions
User management
Article management
Appearances and Templates
plug-in
Free virtual hosting environment test
Japanese Line PHP5.3LinuxApache
Check the PHP environment through phpinfo(), but the PHPinfo() function is disabled by the server, so check the PHP version.
Through echophpversion(), we can see that the server is using PHP version 5.3.29. 5.3 just meets our requirements. 5.3 is also a very good version and 5.4
There is also a free host that can be used by multiple people. The resource efficiency is not high and there is no accelerated expansion, but it still runs very smoothly.