Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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