Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

MasterOfTheTiger/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOTT Chat

This is a simple PHP chatroom built by MasterOfTheTiger.

Features

  • Timestamps (UTC)
  • Seamless posting (you can send one message right after another)
  • Name choosing (and session saving)
  • Notifications

TODO

  • Update chat more efficiently
  • Admin interface
  • New UI
  • User settings page (username, theme, etc)

Installation

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.