GIrish BM Posted January 13, 2010 Share Posted January 13, 2010 Hi i Want To have live chat in my website, the style ,look n feel should be like gtalk i need to create the login and enter into the chat menu..Can u any one give me the support... Regard's Girish girish@pbminfotech.com Quote Link to comment https://forums.phpfreaks.com/topic/188296-help-php-chat-script/ Share on other sites More sharing options...
Gamerz Posted January 13, 2010 Share Posted January 13, 2010 Hey, yeah same here...I want to have something like this as well. But I prefer having something like Facebook chat...anyone mind helping us get started? Quote Link to comment https://forums.phpfreaks.com/topic/188296-help-php-chat-script/#findComment-994051 Share on other sites More sharing options...
corbin Posted January 13, 2010 Share Posted January 13, 2010 Why in the world is this in Math Help? Also, to the OP, no one's going to code it for you unless you're willing to pay. Have you tried anything? Or researched anything? Have you looked into AJAX? (Or do you want to do it with Flash or Java or something?) Quote Link to comment https://forums.phpfreaks.com/topic/188296-help-php-chat-script/#findComment-994067 Share on other sites More sharing options...
GIrish BM Posted January 13, 2010 Author Share Posted January 13, 2010 s please find the attachement. in this code i need user online list and private chat option... [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/188296-help-php-chat-script/#findComment-994076 Share on other sites More sharing options...
HaLo2FrEeEk Posted January 13, 2010 Share Posted January 13, 2010 It's not possible to have a "live" chat over HTTP. be "live" I mean the instant that a person on one computer writes a message it shows up on the other computer(s). The closest you'd be able to get is using AJAX to refresh the message list every few seconds, but then there will still be a pause between the time when a message is written and when it shows up. I haven't been able to figure out how to make instant chat, though I haven't really diligently tried, but it's obviously possible since Google does it. Quote Link to comment https://forums.phpfreaks.com/topic/188296-help-php-chat-script/#findComment-994079 Share on other sites More sharing options...
ignace Posted January 13, 2010 Share Posted January 13, 2010 but it's obviously possible since Google does it. If you use Firefox and have the add-on Firebug installed then you can monitor how this is performed most likely: polling. Quote Link to comment https://forums.phpfreaks.com/topic/188296-help-php-chat-script/#findComment-994084 Share on other sites More sharing options...
HaLo2FrEeEk Posted January 13, 2010 Share Posted January 13, 2010 but it's obviously possible since Google does it. If you use Firefox and have the add-on Firebug installed then you can monitor how this is performed most likely: polling. I use IE, and I won't change to Firefox, and I don't really NEED to know how it's done, though it would have come in handy a few months ago when I was helping a friend with a chat script. Quote Link to comment https://forums.phpfreaks.com/topic/188296-help-php-chat-script/#findComment-994552 Share on other sites More sharing options...
Garethp Posted January 18, 2010 Share Posted January 18, 2010 but it's obviously possible since Google does it. If you use Firefox and have the add-on Firebug installed then you can monitor how this is performed most likely: polling. I use IE, and I won't change to Firefox, and I don't really NEED to know how it's done, though it would have come in handy a few months ago when I was helping a friend with a chat script. You won't change to firefox despite the performance enhancements, the numerous addons, AND the better security? Wow... Quote Link to comment https://forums.phpfreaks.com/topic/188296-help-php-chat-script/#findComment-997011 Share on other sites More sharing options...
oni-kun Posted January 18, 2010 Share Posted January 18, 2010 You won't change to firefox despite the performance enhancements, the numerous addons, AND the better security? Wow... Generally a bump would be for further information, not an argument over 'who's software is better'. Quote Link to comment https://forums.phpfreaks.com/topic/188296-help-php-chat-script/#findComment-997015 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.