This is a php+text message board program. It is simple and easy to use. Its biggest feature is that it does not have any decoration, leaving you with the most room for development, so that you can integrate it into your website.
Installation method:
After downloading the compressed package to the web page directory, unzip it directly to the current folder and you can use it.
The homepage is index.php in the folder
Administrators are divided into super administrators and administrators. Super administrators can reply to messages and add and delete users. Administrators can only reply to messages. The default account is master and the password is also master.
You can go up and create a super administrator, then delete it. But don’t delete all the users. Make sure there is at least one super administrator account, otherwise it won’t work. Other instructions:
1. Messages can be set to be hidden, that is, only administrators can see them.
2. The administrator can delete messages, reply to messages, and delete message replies.
3. Super administrators can add administrator accounts and delete administrator account comments:
Because it is extracted from a website, there may be some redundant parts in the code, but it does not affect the use.
If you know PHP, you can delete these redundant parts yourself. During the extraction process, all decorative elements of the web page have been deleted, so you can embed it into the web page and use it freely. This is difficult for other similar programs to do. This program is written by WShuai
Expand