views:

733

answers:

1

Looking for an open source php/mysql ajax chat room (not 1-to-1 private chat). What would you guys recommend?

I am going to need to make hundreds of instances of the chat room (eg. each user group has their own exclusive chat room)

+1  A: 

Take a look at phpFreeChat. It's an active project which is easy to implement.

http://www.phpfreechat.net/

Josh
hmm, stores messages and info in files... I'm going to be making hundreds of instances of this so at the least need to store stuff in DB
Abi Noda
you can change the container_type to Mysql instead of the File default
Josh