Skip to content

An extremely lightweight Javascript and PHP chatbox. Now supports multiple channels/rooms with more robust client/server comms.

Notifications You must be signed in to change notification settings

xigme/Super-Simple-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===========================================================================
---------------------------------------------------------------------------
                          SUPER SIMPLE CHAT v1.2                           
---------------------------------------------------------------------------
===========================================================================

Welcome to Super Simple Chat v1.2! Please read this document carefully for 
installation instructions and known issues. If you fix a bug or find an issue 
please visit the GitHub repository at:
    https://github.com/xigme/Super-Simple-Chat


                          /^---REQUIREMENTS---^\
                         ========================

 * PHP
 * Linux file system (Windows probably won't work)
 * Web browser with Javascript


                          /^------INSTALL-----^\
                         ========================

 1) Unpack this directory on publically available webspace
 2) Edit 'demo.html' and set the server address Javascript variable, and
    the name of the channel
 3) Set the directory 'channel' to be writable by the web server
 4) Open 'demo.html' chat window and start talking!


                          /^---RELEASE-NOTES--^\
                         ========================

 * HTML blocking now server-side for security
 * Multi-channel support for busy websites
 * More robust messaging
 * Limit to the length of nicknames


                          /^--KNOWN-PROBLEMS--^\
                         ========================

 * Emoticons interfere with hyperlinks
 * No method to ban people who abuse the system
 * Multiple users can have the same name (spoof users)
 * Not tested in web browsers - may not work for all users
 * Server may slow down with heavy usage


                          /^------LICENSE------^\
                         ========================

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


                          /^------BYE!--------^\
                         ========================

Thank you for trying Super Simple Chat and if you would like to contribute to
the project please join us on GitHub!

Until next time!

About

An extremely lightweight Javascript and PHP chatbox. Now supports multiple channels/rooms with more robust client/server comms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published