AJAX Chat is a powerful, open source, fully customizable web chat software built with JavaScript, PHP and MySQL.
AJAX Chat supports voice chat that is powered by Flash & Ruby (sound support is optional).
This free AJAX chat software integrates easily with PHP community softwares like phpBB, MyBB, PunBB, SMF, vBulletin and sample integrations are provided with the software.

Some beautiful features include
- Multilanguage support
- Multiple channels
- Private messaging
- Private channels
- Invitation system
- Kick or ban offending users
- Online users list with user menu
- Emoticons / Smilies
- Flood control
- Possibility to delete messages inside the chat
- IRC style commands
- Possibility to define opening hours for the chat
- Possibility to enable/disable guest users
- Template system
- Standards compliance (XHTML 1.0 strict)
- Realtime monitoring and logs viewer
- Easy integration into existing authentication systems
- Well commented source code
Ajax Chat is developed with security in mind and it is strong against code injections, SQL injections, cross-site scripting (XSS), session stealing and other attacks.
Requirements: PHP 4+, MySQL 4+, Ruby 1.8+ (optional)
Compatibility: All Major Browsers
ajax im is an ajax chat script that creates a real-time chat environment with a browser based interface.
It can be added to any intranet, website or a social-community project to help users chat with each other. Chat interface does not reload as everything is updated in real-time via JavaScript.
ajax im is also a multilingual script and language files can be found in the script website.

How ajax im works?
The XMLHTTPRequest object allows HTTP requests to be sent to the server and get input back from the server. There are two parts to the client-server interaction through this object:
- The client "pings" the server (a PHP script) for new messages. The server in turn queries a database for any messages for the client, and returns them as JSON. The XMLHTTPRequest object passes this JSON text be parsed by the rest of the JavaScript.
- The client sends data to the server (a PHP script), such as a new message to another user. This data is then processed by the server ("cleaning" the data of any thing invalid) and put into the database, which is later "pinged" by another client.
Requirements: PHP, MySQL
Compatibility: All Major Browsers