The imitation QQ group chat system is a PHP online chat room system developed with PHP+MySQL.
The main functions are as follows:
Unlimited number of people supported to solve QQ group number limit
More extended functions will be gradually opened and can be combined as needed.
The code is open source and can be changed at will.
If you need to generate a local client, please contact QQ.
QQ-like group chat system update log:
20171017
Important security updates to prevent illegal users from maliciously posting messages
Optimize the template structure, the template part can be changed arbitrarily without affecting the core functions
Solve the problem that some users cannot display css properly
Add an API interface to push messages from other programs (this feature requires contacting customer service for free development technical support)
Solve the problem of needing to manually modify some codes after purchasing commercial modules
20171021
The template is separated from the core code, and modified styles are no longer affected by upgrades.
Fix all known security issues
Fix the problem of occasional loss of chat information
20171030
Add private chat system
Click on the username in the group member list to initiate a private chat
After closing the window, you can still receive private messages on the main interface.
Solve the problem of occasional message duplication
Solve compatibility issues with some browsers
20200508
Fix all known bugs
Overall optimization to v5.0
Add picture function
Add points function
Add bubble message style
20211108
Fix all known bugs
Add red envelope function
Add default data function during installation
Add support for php7 version, the current support range is php5.4-php7.3