jakebur01 Posted February 27, 2009 Share Posted February 27, 2009 Does anyone have any experience with a good, reliable chat script I could implement into my site using my current table of users. There are a lot of chat scripts out there. I am not fond of those scripts that have 50 php pages and 5 database tables. I am looking for something more simple that I can customize. It must be capable of handling 30 to 50 people at one time. Quote Link to comment https://forums.phpfreaks.com/topic/147213-a-good-chat-script/ Share on other sites More sharing options...
premiso Posted February 27, 2009 Share Posted February 27, 2009 In my opinion, use IRC with a Java or Flash program. 100 times easier and way reliable. With 30-50 active users AJAX would be making so many call backs etc, it would be totally un-reliable. Anyhow that is just my 2 cents. Quote Link to comment https://forums.phpfreaks.com/topic/147213-a-good-chat-script/#findComment-772828 Share on other sites More sharing options...
jakebur01 Posted February 27, 2009 Author Share Posted February 27, 2009 So IRC runs on someone else's server? There are many people associated with IRC on google. Do you have a preference as to which on would be better? And I could integrate this into my website and my current users stored in mysql? Quote Link to comment https://forums.phpfreaks.com/topic/147213-a-good-chat-script/#findComment-772854 Share on other sites More sharing options...
premiso Posted February 27, 2009 Share Posted February 27, 2009 So IRC runs on someone else's server? There are many people associated with IRC on google. Do you have a preference as to which on would be better? And I could integrate this into my website and my current users stored in mysql? Basically there are many free servers out there. You find one you like, create a channel for your site then register that channel. You will have to learn some IRC commands, there are different programs, some people like mIRC but you have to pay for it etc. IRC is a whole nother world and an interesting one. It is worth and fun learning if you ask me. Quote Link to comment https://forums.phpfreaks.com/topic/147213-a-good-chat-script/#findComment-772904 Share on other sites More sharing options...
jakebur01 Posted February 28, 2009 Author Share Posted February 28, 2009 What are my other options besides the irc route? I want this embedded inside my webpage for my current user accounts. Quote Link to comment https://forums.phpfreaks.com/topic/147213-a-good-chat-script/#findComment-772989 Share on other sites More sharing options...
Maq Posted February 28, 2009 Share Posted February 28, 2009 I don't think you would have much control over IRC and I'm not sure how you would embed it into your site. I did find a pretty cool PHP chat that you could customize and implement into your user namespace, phpFreeChat. Quote Link to comment https://forums.phpfreaks.com/topic/147213-a-good-chat-script/#findComment-773000 Share on other sites More sharing options...
premiso Posted February 28, 2009 Share Posted February 28, 2009 I don't think you would have much control over IRC and I'm not sure how you would embed it into your site. You would have quite a bit control depending on the server. As far as users really being who they are, you can customize a script to have them login as that, but you cannot prevent them from changing the username inchat. As far as embedding it, it is just a Java Applet: http://www.phpfreaks.com/page/irc-live-chat A lot of chat sites use this method, like major chat sites. You can really lock down a channel and require a registered username/password. And if you really want it to be members only you have a bot and when a user registers you can use a cronjob and checking if they are registered on the irc chat, if not you add them there via a bot. Anyhow that is a bit of work, but the basic irc chat is the easiest to implement, there are plenty of java applets for it that should be free. Quote Link to comment https://forums.phpfreaks.com/topic/147213-a-good-chat-script/#findComment-773249 Share on other sites More sharing options...
jakebur01 Posted March 1, 2009 Author Share Posted March 1, 2009 Are there any chat scripts out there that are better than phpfreechat? I have been fooling around with that one since August of 2008 and I have had a lot of problems with it. Quote Link to comment https://forums.phpfreaks.com/topic/147213-a-good-chat-script/#findComment-774019 Share on other sites More sharing options...
ambo Posted March 1, 2009 Share Posted March 1, 2009 I made a simple one that mabey you could modify i think it only has one table ?? and it can be processd in 2 php files Message me if you are interested Quote Link to comment https://forums.phpfreaks.com/topic/147213-a-good-chat-script/#findComment-774066 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.