Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP/jQuery chat plugin [closed]

I want to implement a chat option on website in which any register user can join. This chat option will be public and any one can see chat but only selected users can send messages on chat. There is no any option to chat separately between two users. I am working on PHP, Zend , javascript and jQuery.

Something like this: http://www.thecricket-tv.com/p/channel-1.html

Is it possible. What is the best plugin that fit my need.

It may be subjected but I need this.

Thanks.

like image 868
Awan Avatar asked Dec 17 '22 16:12

Awan


1 Answers

Here is a simple Facebook/Gmail like chat jQuery plugin i've used. It's decent. Uses jQuery, PHP, and MySQL

jQuery Chat Module

As far as group chat plugin goes, here is another one that is more in the ball park of what you are looking for, but you'll probabaly have to tweak it abit. Uses jQuery, php, and MySQL as well:

Chat 2

Hopefully between these two it'll get you a kick start on your project.

like image 182
KJYe.Name Avatar answered Dec 19 '22 05:12

KJYe.Name