The minimalist forum system is a php light forum website source code developed with php+MySQL. It has simple functions, simple interface and mobile priority.
Software features:
Simple function
Only basic membership functions: Weibo/QQ login, post, reply, private message
Simple interface
No fancy design, simple and clear
mobile first
The front-end uses bootstrap, adaptable to computers, tablets, and mobile phones.
Space and environmental requirements:
PHP5.4.0 and above
The open_ssl extension must be installed
The core/config/db.php and params.php files require write permissions
The core/runtime directory and the directory files inside must have write permissions
The assets, avatar, and upload directories require write permissions
Installation steps:
1. Download the simpleforum installation file and unzip it
2. Modify line 19 of core/config/web.php. Just change any number. This is used to verify cookies.
'cookieValidationKey'=>'hwdn8-iyIh5LylPLpD1PoplqjUka98Ba'
3. Upload the entire installation package to the website space
4. Enter the URL in the browser: http://yoururl/install.php to enter the installation interface
5. The first step of installation: it will show whether your website space environment meets the installation conditions. If so, please click to proceed to the next step.
6. Installation Part 2: Fill in the mysql database information. After filling in, SQL will be executed to generate the table and insert data, and automatically enter the next step.
7. Installation Part 3: Create an administrator account. If your website space has accelerated extensions such as opcache enabled, an error may be reported. Please wait a moment and fill it out again.
8. After the administrator account is created, the installation operation is completed.