My question is an elaboration of this one: http://stackoverflow.com/questions/1093251/php-mysql-ajax-chat
I have a 100 chat rooms which I need to make. Is there a php/mysql based chat system that would do something like this?
phpFreeChat is mentioned, but from what I understand, I have to (manually) download and install the application 100 times in different folders to use that. That obviously is not going to work.
Does anybody have any experience on this issue? Ideally, the chat room would be a push-based system, or anything that doesn't make too many calls on the server.
Thanks