• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Chat thing. PHP, Jquery, CSS, HTML. No packets.

Newbie Spellweaver
Joined
Jul 13, 2015
Messages
21
Reaction score
16
This is the first release of a small chat thing I've been working on. Right now it's functions are very limited. It's based on Javascript and PHP mainly and does not take use of any packets, mysql or server.

This is not the final release ..

The idea behind this chat thing is that is should be easy to implement on websites as it should nicely adjust inside an iframe. I've also been working on some phone compatibility and it seems to work good enough for now.

Here is a live preview:

Here is a download if you want to take use of it, even though it's not recommended at this point:

Here is a small preview of how it currently looks inside an iframe:


If you want to take use of it make sure that folder logs have full read/write permissions for regular users and not only administrators.

Added a few basic commands
"/version
/nick
/help
/ban MINUTES
/unban"

There will be more functions in the future.



UPDATE:

Supports getting username directly from earlier existing session on your website.
Lots of options for editing style and functionality with explanation in config files.

Detects if a nickname is already in use,
support for adding "administrators" through config files,
support for editing spam ban sensitivity and duration and more..
 
Last edited:
Back
Top