Chatr is a chatroom on your site. It's a set of php scripts and some javascript to create an AJAX/php chatroom with php as the only server requirement. Installation aims to be simple, limited to dropping the scripts in a folder on your server, visiting install.php and testing it out.
Installation
1. Upload the contents of the zipfile to your server in its own folder.
2. Open install.php in your browser, fill in each of the fields, and click submit.
3. Congratulations, your installation is complete. Login to your new chatroom!
Notes
This chat is designed to be simple above all else and not to hammer your web server too hard. Therefore don't expect it to be irc or AIM or something more than what it is.
Changelog
Version 0.5 - 1/12/2006
Version 0.4 - 12/31/2005
Version 0.3 - 12/23/2005
Version 0.2 - 12/22/2005
One user had a bug in their installation after editing the chat.php file. Their edited version had multiple paragraph tags with the same id(i.e. stats, charcount). This is known to cause Internet Explorer users to time out 90 seconds after joining at least with IE versions 6.00.2800 and 6.00.2600.
Feel free to develop and expand upon it. I'd love to hear what you do with it.