This is a simple PHP chatroom built by MasterOfTheTiger.
- Timestamps (UTC)
- Seamless posting (you can send one message right after another)
- Name choosing (and session saving)
- Notifications
- Update chat more efficiently
- Admin interface
- New UI
- User settings page (username, theme, etc)
git clone https://github.com/masterofthetiger/chat
cd chat
touch chat.txt
You may also have to chmod the chat.txt file, depending on how you are setting it up.