CodeIgniter Forums
Chat between members - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Chat between members (/showthread.php?tid=74273)



Chat between members - vaughnerjohn - 09-04-2019

Hey community, a beginner here regarding CodeIgniter. I have searched under the chat term in the forums but the results were irrelevant or I wasn't able to find proper threads. So I've decided to join and ask, hope that's OK.

So, what I have is, a website built with CodeIgniter. I am just a web designer mostly working with HTML and CSS/JS, but I've also built a website with CodeIgniter after following basic tutorials, a very basic dating website. Users can register, create accounts, set some info to their profiles, others can see some info only if they are logged in and so on. Works pretty well and it also started gaining a few members. All is free and it's just very basic, for fun.

What I want now, is, a messenger system in which they can send messages to each other, just like you do in Facebook Messenger. I've found some chat systems in GitHub but when I've implemented them they didn't work or I didn't know how to proceed/debug further.

I have also found this: https://codecanyon.net/search/codeigniter%20chat but I am not sure which one to get from there, could you guide me if possible please and share your thoughts about if any of that will work for what I need?

If you are aware of any tuts from where I could get some guiding about this, how to start, I would appreciate that very much. Also, if anyone wants to team up and be part of this, I am gladly opened to it.

Thanks in advance.


RE: Chat between members - vaughnerjohn - 09-10-2019

Gee guys, not all at once, I can hardly go through your answers, gimme some space for checking and feedback...


RE: Chat between members - ciadmin - 09-10-2019

It could always be that this is not a typical or popular website ability amonst the community, and that the members have nothing constructive to contribute Undecided


RE: Chat between members - Mekaboo - 09-10-2019

(09-04-2019, 12:24 PM)vaughnerjohn Wrote: Hey community, a beginner here regarding CodeIgniter. I have searched under the chat term in the forums but the results were irrelevant or I wasn't able to find proper threads. So I've decided to join and ask, hope that's OK.

So, what I have is, a website built with CodeIgniter. I am just a web designer mostly working with HTML and CSS/JS, but I've also built a website with CodeIgniter after following basic tutorials, a very basic dating website. Users can register, create accounts, set some info to their profiles, others can see some info only if they are logged in and so on. Works pretty well and it also started gaining a few members. All is free and it's just very basic, for fun.

What I want now, is, a messenger system in which they can send messages to each other, just like you do in Facebook Messenger. I've found some chat systems in GitHub but when I've implemented them they didn't work or I didn't know how to proceed/debug further.

I have also found this: https://codecanyon.net/search/codeigniter%20chat but I am not sure which one to get from there, could you guide me if possible please and share your thoughts about if any of that will work for what I need?

If you are aware of any tuts from where I could get some guiding about this, how to start, I would appreciate that very much. Also, if anyone wants to team up and be part of this, I am gladly opened to it.

Thanks in advance.
I've tried searching for a good chatbot with no luck as well...not many tutorials regarding it for CI that are current and the few that are pure PHP and which has to be converted to an MVC for them to work Sad


RE: Chat between members - mboufos - 09-10-2019

i am on the same page, i want to add a chatting system to a website. i found this one https://www.phpzag.com/build-live-chat-system-with-ajax-php-mysql/ which is pretty nice and easy to implement.
Just read the tutorial and add/config it to yours.
Also you can try the firebase messagging https://github.com/firebase/quickstart-android/tree/master/messaging


RE: Chat between members - Mekaboo - 09-11-2019

(09-10-2019, 11:10 PM)mboufos Wrote: i am on the same page, i want to add a chatting system to a website. i found this one https://www.phpzag.com/build-live-chat-system-with-ajax-php-mysql/ which is pretty nice and easy to implement.
Just read the tutorial and add/config it to yours.
Also you can try the firebase messagging https://github.com/firebase/quickstart-android/tree/master/messaging
Thank ya kindly....will check this out Heart