Online Web Chat Software?
frooyo asks: "I have been looking for sometime now to add the functionality of web chat to my website. I have been having difficulty in finding free (open source) software that allows for a moderator and N number of registered users to chat on my website. These
projects look
promising, but we'd like to know what others are out there. What do you use on your website for web chatting?"
Welcome to 1996!
Next up:
MIDI music
Flash
Annoying Cursors
VBScript
Useless Java Applets!
It's more of a chat system, than simply a chat room.
Code http://sourceforge.net/projects/ethereal-realms/
Website: http://ethereal-realms.org
And yes, it's released under the GPL
Why don't you install Dancer+Dancer-Services and then the EIRC java applet ?
Works like a charm.
Votez ecolo : Chiez dans l'urne !
You've got no problems with using php/mysql for this, check out hotscripts.com php section. Lots of free (GPL) scripts there for you to try out.
Whatever happened to free voice chat software, where multiple people could talk in a chat environment?
Xoom
http://cgiirc.sourceforge.net/ is a brilliant IRC > web client, and is massivley customisable, as well as having a very very helpful creator/developer who'll respond to your needs. Try it.
Personally, I use Aerial Chat(configured on my site: http://www.cataromance.com/chat/xindex.php -- the project: http://freshmeat.net/projects/aerialchat/). It's the one I settled on after trying out at least a dozen others. The problem that I've found is either they're difficult to set up or they don't work on everyone's computer. This one has a safe mode for older browsers. What I'd really like to see in a chat is the ability to moderate the chat when we have a guest speaker. Still waiting for that option. If anyone knows of a good one, let me know! :)
Go look at Voodoo Chat. I know of several sites that run it. It allows for moderators, kicking / banning users, and user profiles. It works pretty well, IMHO.
MCH
Michael C. Hollinger
PHpMyChat comes with CPanel which is an extremely popular web hosting management package, so you might have it available and not even know it. PHPMyChat is also freely available and totally customizeable. After editing the css files I was able to make the window very small and nearly borderless so it is very lowkey for my wife whose boss treats all the employees like children.
You can create users and private rooms and and all kinds of other stuff. Just type /help for a popup window with commands and instructions.
Boredom's not a burden anyone should bear.
HTTP is a really lousy transport for a bidirectional chat. It's really a question-and-response protocol, and things that speak it generally follow that way of doing things. So when you try to chat over HTTP, you wind up having to have some kind of timeout mechanism that refetches the web page every second in order to get decent interactivity, and it still provides a lousy user experience.
I would recommend instead that you go with the Jabber protocol, which is a much better choice for chatting. Nice, friendly, free clients are available for all popular operating systems. If you really want it to look webbish, you can always use a java web app that speaks jabber. This should give you a much nicer user experience.
Webchat interfaces suck. If you use a web-based IRC client to connect to a private IRC server, people who want a non-braindead interface can connect with a real, stand-alone, client.
my sig's at the bottom of the page.
When I needed a chat program, I just wrote one that uses a continuous html output. When you view the page the program gives you the latest comments, then hangs until more comments are added by someone else. Then it writes the output over the still open connection and hangs again... The program dies upon prolonged inactivity or if the same ip address requests the page again. When you submit a comment, a new page view gives you what you just entered and anything else typed in by others. I really fear for my webserver by posting this link (due to the way I implemented the chat, it is not good for large numbers of users at once), so it will "disappear" temporarily if trouble ensues: My chat program. Let me know if you like it, and I'll pass you the code, written in Perl. It is very minimalistic, but intended to be at least viewable on any browser that can show a page before the whole document is loaded. No download of software, such as the latest java version (and short simple code) is a big plus.
You could use Slashcode, IIRC they have a half-decent demo of it in production.
Its not Open-Source as in Free but it is the closest one could come. It costs just $5 and the author gives you all the source code and flash files. It is built on MySQL/PHP/Flash 6. It is ready outta the box and can be customized to the nth degree.
Here's the link: http://www.tufat.com/chat.php
--D3X
NeoX3.com: The Only Truly Free Pr0n Movie site (and I really mean Movies, not just 'Clips')
You should check out Brent Ashley's work with Javascript Remote Scripting (ie: "getting information from the server without refreshing the page")
There use to be a real-time chat on his website. And it's all updated without refreshing the page and uses the regular HTML gui. Very neat stuff.
...at the time, the only other options (real options, not unteseted on large installations) were IChat and Volano, which both cost lots.
:o)
So, I wrote one in Java. And I've kept updating it, it's pretty nice, fully skinnable Applet (to fit in with look and feel of website), uses the Non-Blocking java.nio classes (i.e., no more need for 1 thread per connection, so it scales VERY well, at least 10000 concurrent connections is what I've tested up to), has an SSL web server built in for the admininstration interface, and my company offers a hosted version for 120 setup and 7.50 per month after that
I am NaN
I've also been doing some research on web based chat in a production environment for elearning courses. This module released by the University of Toronto's Atutor project looks promising: http://www.atutor.ca/achat/