Re: [PHP] chat facebook

2011-02-19 Thread Daniel Brown
2011/2/19 fakessh @ : > I just install > jaxl [1] > http://abhinavsingh.com/blog/2010/08/jaxl-2-0-installation-usage-guide-and-example-apps/ > and echobot.php > > and I test a connection with facebook. > and oddly despite changes in the code echobot.php > I can not make a connection to the facebook

Re: [PHP] chat facebook

2011-02-19 Thread fakessh @
I just install jaxl [1] http://abhinavsingh.com/blog/2010/08/jaxl-2-0-installation-usage-guide-and-example-apps/ and echobot.php and I test a connection with facebook. and oddly despite changes in the code echobot.php I can not make a connection to the facebook chat with the correct authentifi

Re: [PHP] chat facebook

2011-02-19 Thread fakessh @
I'm looking script already written to facebook chat. I think it must already exist free applications for facebook chat many return are welcome Le samedi 19 février 2011 à 18:55 -0500, Brian Waters a écrit : > 2011/2/19 fakessh @ : > > anyone have a recipe for it on facebook chat > > a recipe for

Re: [PHP] chat facebook

2011-02-19 Thread Brian Waters
2011/2/19 fakessh @ : > anyone have a recipe for it on facebook chat a recipe for what? > and I request a second thing > how to install PHP API you're going to have to be more specific than that. - BW -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

Re: [PHP] Chat

2010-11-10 Thread Warren Windvogel
On 10/11/2010 13:11, Ken Guest wrote: On Tue, 2010-11-09 at 16:51 +0100, Dušan Novaković wrote: Hello there, I have to make chat for website that has around 10 000 users (small social network). So before I start, I would like to hear

Re: [PHP] Chat

2010-11-10 Thread Ken Guest
> On Tue, 2010-11-09 at 16:51 +0100, Dušan Novaković wrote: >> >> >>> Hello there, >>> >>> I have to make chat for website that has around 10 000 users (small >>> social network). So before I start, I would like to hear different >>> opinions. Important thing is to have in mind that in one moment y

Re: [PHP] Chat

2010-11-09 Thread Warren Windvogel
On 09/11/2010 18:32, Steve Staples wrote: On Tue, 2010-11-09 at 16:51 +0100, Dušan Novaković wrote: Hello there, I have to make chat for website that has around 10 000 users (small social network). So before I start, I would like to hear different opinions. Important thing is to have in min

Re: [PHP] Chat

2010-11-09 Thread Steve Staples
On Tue, 2010-11-09 at 16:51 +0100, Dušan Novaković wrote: > Hello there, > > I have to make chat for website that has around 10 000 users (small > social network). So before I start, I would like to hear different > opinions. Important thing is to have in mind that in one moment you > can have ove

Re: [PHP] Chat system

2007-06-20 Thread Daniel Brown
On 6/20/07, Jochem Maas <[EMAIL PROTECTED]> wrote: Daniel Brown wrote: > On 6/19/07, robert mena <[EMAIL PROTECTED]> wrote: >> Hi Daniel, ... > >I'm adding all of that stuff in. As of now, the user can change > their name by typing: >/nick name > but there may still be some

Re: [PHP] Chat system

2007-06-20 Thread Jochem Maas
Daniel Brown wrote: > On 6/19/07, robert mena <[EMAIL PROTECTED]> wrote: >> Hi Daniel, ... > >I'm adding all of that stuff in. As of now, the user can change > their name by typing: >/nick name > but there may still be some bugs. I've only put about two > hours of work into

Re: [PHP] Chat system

2007-06-20 Thread Daniel Brown
On 6/19/07, robert mena <[EMAIL PROTECTED]> wrote: Hi Daniel, Thanks. How can the user chooses the nickname? How about the list of connected users? On 6/19/07, Daniel Brown <[EMAIL PROTECTED]> wrote: > On 6/19/07, robert mena <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am looking for a simpl

Re: [PHP] Chat system

2007-06-19 Thread robert mena
Hi Daniel, Thanks. How can the user chooses the nickname? How about the list of connected users? On 6/19/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 6/19/07, robert mena <[EMAIL PROTECTED]> wrote: > Hi, > > I am looking for a simple php chat system (no registration, no private > channels).

Re: [PHP] Chat system

2007-06-19 Thread Daniel Brown
On 6/19/07, robert mena <[EMAIL PROTECTED]> wrote: Hi, I am looking for a simple php chat system (no registration, no private channels). Unfortunately the ones I've found (phpopenchat, phpfreechat) are too complicate, requiring the user to register or fail to work properly in IE6 or IE7. Any

Re: [PHP] Chat module

2005-09-20 Thread adriano ghezzi
should be not too difficult to setup using a couple of web pages running on localhost e socket hope help 2005/9/20, Vinicius Mapelli Schmaedek <[EMAIL PROTECTED]>: > Somebody knows a chat module to be used for conversation between only > two people? > > PS: sorry, my english is not very good

RE: [PHP] chat script

2005-04-17 Thread YaronKh
This error message is because you are trying to send header information after you already printed some text. The header information have to come before any other information sent to the browser meaning : http://www.example.com/'); ?> WON'T WORK!!! But http://www.example.com/'); print ("hello")

Re: [PHP] chat server and chat client

2004-08-24 Thread Curt Zirzow
* Thus wrote ascll: > Greetings, > > Does anyone know how to use PHP to develop a simple chatting server and > client? what protocol? Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP G

RE: [PHP] CHAT

2004-06-29 Thread Juan Pablo Herrera
> Juan Pablo Herrera wrote: >> Hi! >> I need a chat program in php with GNU License. What's experience whith >> chat program in PHP? regards, Juan Pablo > > G-O-O-G-L-E: > > Search: php chat program gnu > > http://www.google.ca/search?q=php+chat+program+gnu&ie=UTF-8&hl=en&meta Thank you, but i a

RE: [PHP] CHAT

2004-06-29 Thread Pablo Gosse
Juan Pablo Herrera wrote: > Hi! > I need a chat program in php with GNU License. What's experience > whith chat program in PHP? regards, Juan Pablo G-O-O-G-L-E: Search: php chat program gnu http://www.google.ca/search?q=php+chat+program+gnu&ie=UTF-8&hl=en&meta= -- PHP General Mailing List (ht

Re: [PHP] Chat-name forms and Suffixes with Validation...

2004-06-15 Thread Curt Zirzow
* Thus wrote Ryan Munevar ([EMAIL PROTECTED]): > Hi Everyone, > > I'm making a form that takes the chat name user enters and combines > it with the chat suffix. I'm unclear on what you're asking here. >Does anyone have a list of all the available chat clients out >

Re: [PHP] CHAT about PHP

2003-08-20 Thread Ernest E Vogelsinger
You can program a site as complicated as this in ASP as well *g* At 18:19 20.08.2003, P.Agenbag said: [snip] > >Sites like these will drive me to ASP... > >On Wed, 2003-08-20 at 17:39, David Otton wrote: >> On 20 Aug 2003 11:31:02 -0400, you wrote: >> >> >O

Re: [PHP] CHAT about PHP

2003-08-20 Thread P.Agenbag
Sites like these will drive me to ASP... On Wed, 2003-08-20 at 17:39, David Otton wrote: > On 20 Aug 2003 11:31:02 -0400, you wrote: > > >On Wed, 2003-08-20 at 11:11, Curt Zirzow wrote: > >> * Thus wrote Damian Brown ([EMAIL PROTECTED]): > >> > www.phpexpert.org > >> > Programming Help > >> > and

Re: [PHP] CHAT about PHP

2003-08-20 Thread David Otton
On 20 Aug 2003 11:31:02 -0400, you wrote: >On Wed, 2003-08-20 at 11:11, Curt Zirzow wrote: >> * Thus wrote Damian Brown ([EMAIL PROTECTED]): >> > www.phpexpert.org >> > Programming Help >> > and General Programming Topics >> >> Is this a joke? > >Looks like an email harvester. Why does it need an

Re: [PHP] CHAT about PHP

2003-08-20 Thread Robert Cummings
On Wed, 2003-08-20 at 11:11, Curt Zirzow wrote: > * Thus wrote Damian Brown ([EMAIL PROTECTED]): > > www.phpexpert.org > > Programming Help > > and General Programming Topics > > Is this a joke? Looks like an email harvester. Why does it need an email address? Cheers, Rob. -- .-

Re: [PHP] CHAT about PHP

2003-08-20 Thread Damian Brown
no Curt it is quite serious Curt Zirzow <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote Damian Brown ([EMAIL PROTECTED]): > > www.phpexpert.org > > Programming Help > > and General Programming Topics > > Is this a joke? > > > Curt > -- > "I used to think I was indecisive

Re: [PHP] CHAT about PHP

2003-08-20 Thread Curt Zirzow
* Thus wrote Damian Brown ([EMAIL PROTECTED]): > www.phpexpert.org > Programming Help > and General Programming Topics Is this a joke? Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

Re: [PHP] chat rooms

2003-01-29 Thread Chris Hayes
At 20:33 29-1-03, you wrote: Does anyone have any suggestions for a good small FREe chat room to add to a family site? A friend here at work is hosting a site from home and is looking to add a chat room. Some of his site is php so if it is php based, that would be great. We even talked today a

Re: [PHP] chat rooms

2003-01-29 Thread V Dub
Go to Hotscripts.com>PHP>ScriptsandPrograms>Groupware and download PhProjekt - chat and a whole lot more Could be too much, I dunno! VW Quoting Edward Peloke <[EMAIL PROTECTED]>: ### Does anyone have any suggestions for a good small FREe chat room to add to ### a ### family site? A friend here

Re: [PHP] chat rooms

2003-01-29 Thread 1LT John W. Holmes
> Does anyone have any suggestions for a good small FREe chat room to add to a > family site? A friend here at work is hosting a site from home and is > looking to add a chat room. Some of his site is php so if it is php based, > that would be great. We even talked today about creating our own.

Re: [PHP] Chat with php

2002-10-08 Thread Oliver Witt
Thomas Weber schrieb: > I've thought about adding the text on the top, but never found a good way to > make that (not with plain HTML, it would require a java-applet to display > the stream). > Scrolling is quite simple, i use this: > > > >