FAST Ajax Chat
This Chat is based on xajax. It enables the communication between Javascript/DHTML and PHP through XML. This makes it possible to call server-side functions with Javascript, and so interactions between user and program (on the server)are possible, without the need of reloading the site.
Please take a look at the Working Demonstration
Features:
- Automatic Refresh of the Chatbox, without reloading the page.
- Fallback for Clients without Javascript.
- IP-logging.
- Ignores double entries.
- Flood-blocker against very fast posting.
Admin options:
- badwords Filter.
- IP-blocker.
- Max. length for posts.
- Minutes until Timeout.
- Update every X seconds.
- Size of Chatbox (number of posts)
ToDo
- User management
- Dynamic Refresh-Time (to limit traffic usage)
- Admin: Option to delete or change posts directly in the Chatbox.
Thanks...
- J. Max Wilson - for xajax.