The source code of Longkou chat room is a chat system that imitates omegle and can be used to chat anonymously and randomly.
Longkou 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. Installation method of displaying geographical location based on 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