[PHP] PHP Chat/Online Help

2003-04-01 Thread John
i'm looking for some info with regards to php chat or php online help... 1. how to enable the transaction 2. server load 3. is it possible to immitate the msn? 4. others. the concept is a simple client window that connect or talks to the other side/moderator john -- PHP General

[PHP] PHP - Chat?

2002-08-27 Thread Andy
HI there, I am wondering if a Chat coded in PHP would be sufficiant for a medium sized site. Maybe someone has a working example online. It would be no problem to get a ircdeamon working, just the client is in question. Thank you for your suggestions, Andy -- PHP General Mailing List

Re: [PHP] PHP - Chat?

2002-08-27 Thread Adam Williams
look around for phpmychat Maybe its on freshmeat.net? Adam On Tue, 27 Aug 2002, Andy wrote: HI there, I am wondering if a Chat coded in PHP would be sufficiant for a medium sized site. Maybe someone has a working example online. It would be no problem to get a

Re: [PHP] PHP - Chat?

2002-08-27 Thread Adam Voigt
PHPOpenChat: http://phpopenchat.sourceforge.net/ Very good. Adam Voigt [EMAIL PROTECTED] On Tue, 27 Aug 2002, Andy wrote: HI there, I am wondering if a Chat coded in PHP would be sufficiant for a medium sized site. Maybe someone has a working example online. It would be no problem

[PHP] PHP Chat Program?

2002-06-14 Thread Devin Atencio
Dear PHP Users, I have a client who currently has a website setup with iChat which is several years old and we are currently having problems with it. I need to find a PHP Chat program that will be very easy and simple. I just wanted to see if anyone here has used a program and really likes it

Re: [PHP] PHP Chat Program?

2002-06-14 Thread SenthilVelavan
PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 15, 2002 2:40 AM Subject: [PHP] PHP Chat Program? Dear PHP Users, I have a client who currently has a website setup with iChat which is several years old and we are currently having problems with it. I need to find a PHP Chat program

[PHP] PHP Chat REALTIME

2002-01-22 Thread Nuno Mariz
I need to build a php-chat (online support system), but in realtime. I've develope a system that refresh in browser client in 5 seconds. But i need a system that works in realtime, what i meen is when a client or the server send a message, the browser refresh when a message was sent. All this

Re: [PHP] PHP Chat REALTIME

2002-01-22 Thread Ben-Nes Michael
] To: [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 12:32 PM Subject: [PHP] PHP Chat REALTIME I need to build a php-chat (online support system), but in realtime. I've develope a system that refresh in browser client in 5 seconds. But i need a system that works in realtime, what i meen is when

Re: [PHP] PHP Chat REALTIME

2002-01-22 Thread Nuno Mariz
Michael - Manager Tel: 972-4-6991122 http://sites.canaan.co.il -- - Original Message - From: Nuno Mariz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 12:32 PM Subject: [PHP] PHP Chat REALTIME I need to build a php-chat (online

Re: [PHP] PHP Chat REALTIME

2002-01-22 Thread Ben-Nes Michael
- From: Nuno Mariz [EMAIL PROTECTED] To: Ben-Nes Michael [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 1:02 PM Subject: Re: [PHP] PHP Chat REALTIME That was not the problem, i need something that keep the conection between client and server. On Tue, 2002-01-22 at 10

Re: [PHP] PHP Chat REALTIME

2002-01-22 Thread Joffrey van Wageningen
I dont think its possible without Java programing. its posible to keep a http connection open and trust on flush() to send some data to the client, if this data contains javascript you could update a window or something... if you want to make this safe: make sure you use a combination of a open

Re: [PHP] PHP Chat REALTIME

2002-01-22 Thread Bogdan Stancescu
I've been kidding around with a chat experiment of my own a few weeks ago and stumbled in the same problem with refresh, so I'm quite interested in this discussion. So, ok, I didn't know about flush() at all, but how do you keep the http connection open in the first place? Just keep looping in

Re: [PHP] PHP Chat REALTIME

2002-01-22 Thread Joffrey van Wageningen
I dont think its possible without Java programing. its posible to keep a http connection open and trust on flush() to send some data to the client, if this data contains javascript you could update a window or something... if you want to make this safe: make sure you use a combination

[PHP] PHP Chat REALTIME

2002-01-22 Thread Joffrey van Wageningen
i forgot to mention in my last code sniplet: just run the script (maybe touch a new file in /tmp and give it readwrite rights)... you will have a run for 30 seconds (the php timeout) if you want to add a line edit the file manualy or use the sniplet: sniplet.php?new=mynewline :) -- PHP

Re: [PHP] PHP Chat REALTIME

2002-01-22 Thread Bogdan Stancescu
the 'smarter' way would be having a client side programming language open a socket to the server (read: the php script running). the only realy useful language is javascript becouse flash and java are not portable on some platforms. the next problem is javascript isnt able (for security

Re: [PHP] PHP Chat REALTIME

2002-01-22 Thread Joffrey van Wageningen
i haven't been following this, but have you guys thought of ircg? http://php.net/ircg ircg is a lot of fun and could be used as the server system for message management, the real problem is how to get the data to the client without use of a socket ircg also needs an ircd which is a little to

Re: [PHP] PHP Chat REALTIME

2002-01-22 Thread Joel Boonstra
I need to build a php-chat (online support system), but in realtime. I've develope a system that refresh in browser client in 5 seconds. But i need a system that works in realtime, what i meen is when a client or the server send a message, the browser refresh when a message was sent. All

Re: [PHP] PHP Chat REALTIME

2002-01-22 Thread Rodolfo Gonzalez
On Tue, 22 Jan 2002, Joffrey van Wageningen wrote: socket to the server (read: the php script running). the only realy useful language is javascript becouse flash and java are not portable on some platforms. the next problem is javascript isnt able (for security reasons) to open a socket to

[PHP] PHP Chat

2001-10-01 Thread Jordan Elver
Hi, Can anyone recommend a good, configurable php chat? I've tried phpMyChat which seems pretty good. Any ideas? Cheers, Jord -- Jordan Elver Web Developer The InternetOne UK Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] php chat

2001-09-27 Thread sagar N Chand
i've seen many members seeking for a good php chat. so my suggestion is use phpmychat. its the best php chat i've ever come across. here is the site where u can download your version. www.phpheaven.net its also very easy to install and configure with good admin. ejoy your chat server, /sagar

[PHP] PHP Chat recommendations

2001-09-26 Thread Tom Beidler
Does anyone have a recommendation on a PHP based Chat system. I'm looking for an easy to install and reliable system. Thanks, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

RE: [PHP] PHP Chat recommendations

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
Try to browse hotscripts.com, it has a plenty of them for you to choose. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Tom Beidler [mailto:[EMAIL PROTECTED]] Sent: mercoledi 26 settembre 2001 17.06 To: php list Subject: [PHP] PHP Chat recommendations Does anyone have

Re: [PHP] PHP Chat recommendations

2001-09-26 Thread Tom Beidler
Chat recommendations Try to browse hotscripts.com, it has a plenty of them for you to choose. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Tom Beidler [mailto:[EMAIL PROTECTED]] Sent: mercoledi 26 settembre 2001 17.06 To: php list Subject: [PHP] PHP Chat

[PHP] php chat

2001-07-09 Thread Jack
Hi all is there anyone know where can I get a good php chat programme? Jack [EMAIL PROTECTED] Love your enemies, it will drive them nuts

[PHP] php chat or customer support center

2001-05-08 Thread Black S.
We have all seen these one-on-one chat systems placed on sites like home.com and others. You can click on a button and chat live with a customer service agent. Does anyone know if a PHP based system like this exists? If not, what are your recommendations for such a system? Java? Thanks All,

Re: [PHP] php chat or customer support center

2001-05-08 Thread Ashwin Kutty
try phprojekt @ http://www.PHProjekt.de its quite a good product and does a lot more that just one-on-one chat and in fact is a complete suite for customer support.. On Tue, 8 May 2001, Black S. wrote: We have all seen these one-on-one chat systems placed on sites like home.com and others.