The web star message board is a simple php message board with a "personal space" inside so that users can view and manage their own personal messages and other information. The default user name of the administrator (super user) is admin, and the password is password. It can be changed in conn/config.php, but the prerequisite is that the changed user name must be registered. Since the message board is not too complicated, there is no other management background except "personal space". After the administrator logs in, he can directly manage other users' messages on the message display page. Of course, as a message, there are many administrators The permission is to "delete" its comments. Users in the system are divided into 19 levels, and every 10 points will lead to an upgrade. The levels from high to low are:
"Tai Shi", "Young Master", "Prince's Young Master", "Cabinet Bachelor", "Dali Temple Minister", "Guanglu Temple Minister", "Dali Temple Shaoqing", "Guozijian Sacrifice Wine", "Guanglu" "Si Shaoqing", "Hanlin Academy Attendant", "Cabinet Attendant", "Guanglu Temple Chief", "Guozijian Supervisor", "Guozijian Doctor", "Guozijian Xuezheng", "Guozijian Dianbook", " "Qin Tian Jian Jian Hou", "Qin Tian Jian Si Chen", "Scholar".
The above official positions are determined according to the grades of civilian officials in the Qing Dynasty. If you are not satisfied, you can modify it in do.php.
4. I originally planned to upgrade after a while, but some netizens had problems installing the database, so I upgraded in advance. However, because of recent events, I didn’t modify the program much. I just changed the style and enhanced it. The compatibility and correctness of the layout may be deficient due to the rush. Please forgive me. If you have any good suggestions, you are welcome to make them.
Web star message board installation instructions:
Just modify the file in config.php, such as:
$server = localhost;//server address
$database = lyb1;//database name
$username = root;//Database username
$password = yu;//Database password
Don’t forget to insert the data in the sql text into the database ^_^
web_star message board v2.0 update instructions:
1. Modified some css codes to improve compatibility.
2. Change the database file to the form of sql file, so that some novices can upload it through phpmyadmin without having to worry about it.
For detailed instructions, please read the "Instructions Document" inside the compressed package.