Longkou chat room system is a chat system developed by Longkou Forum that imitates omegle. It can realize anonymous random matching chat and other functions. In addition to fixing some bugs, the new version also enables templates imitating Tencent's sea of people, which is more fresh and natural.
Longkou Forum chat room source code functions:
1. Anonymous user matching chat
2.Chat records can be downloaded
3. Can display the input status of the other party
4. The polling server method is used to transmit data. Compared with the comet method, the server pressure is much smaller, and the polling interval can be adjusted.
5. Display the number of people online
6. Sensitive word blocking
7. How to install the source code of Longkou Forum chat room based on the geographical location of IP address:
1. Edit the common.php file and fill in the database connection information
2. Upload files to your server
3. Open install.php in the browser and execute the installation
4. Success~~
Other instructions for Longkou chat room source code:
1. badwords.txt contains a list of sensitive words. One per line. Sensitive words sent by users will be replaced with ***. Modifying this file does not require reinstallation.
2. ip.txt contains a list of IP geographical locations. Just add it according to the format. After modifying ip.txt, you need to re-run install.php because the ip information needs to be written to the database.
3. Modifying the website name and other information can be configured in index.html.
4. After installation, it is best to delete or rename install.php