This is a chatroom application that allows users to send messages to each other in real time. The application is built in plain HTML, CSS, and JavaScript, and uses PHP and SQLite for the backend.
- 📨 Easy to use and maintain chatroom
- 📡 Real-time messaging
- ⚙️ Customizable settings
- 📜 60 second history mode
- 🛡️ Privacy friendly public chatroom
- 📱 Responsive design
- 🎨 Themes
- 🚫 Spam filter
- 🎉 Captcha
- 🚧 More features to come
For more screenshots, see the theme-thumbnail folder.
Will be available soon.
NOTE: This project is under active development and is not yet ready for production use. Please use with caution.
- Donwload the latest release from the releases page
- Extract the files to your web server (subdirectory or root)
- Open the chatroom in your web browser
- Customize in config.php and enjoy! 🎉
IMPORTANT: Set the folder permissions of ./assets/inc/
to 770 to prevent unauthorized access to the database and other essential files.
The chatroom can be configured by editing the config.php
file. The settings are explained in the file itself.
- Image support?
- User mention
- Web socket?
This project is licensed under the MIT License - see the LICENSE file for details.
The chatroom uses the following libraries:
- Cheetahchat by Hamid Samak
- iconCaptcha by Fabian Wennink
- Spam Filter by Andreas Gohr
Feel free to contribute to this project by creating a pull request. If you have any questions, feel free to open an issue.
This project is made by JMcrafter26. Refer to TEST.JM26.NET for more information and other projects.