Re: [PHP] Website with a Instant Messenger

2004-09-28 Thread Ricardo Cezar

Raditha Dissanayake [EMAIL PROTECTED] escreveu na mensagem
news:[EMAIL PROTECTED]
 Ricardo Cezar wrote:

 Hello all,
 
 I want to put a instant messenger in a website. People connect to this
 website to stay in touch with each other. There is a photo album for
 everyone, a Forum, groups...
 
 The IM must work like ICQ, MSN and other, but via web. Users of the site
can
 add other users to the list, and when people log in their status go
ONLINE.
 Then we can open another window and chat, or send a message...


 Strange as it may seem. This is not asking too much. Jabber
 (http://www.jabber.org) can do all that. You will even find a couple of
 PHP classes to talk to a jabber server.

 Raditha Dissanayake.


Thanks Raditha. I will look jabber.org for some docs. :)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Website with a Instant Messenger

2004-09-28 Thread Robert Sossomon
Use jabber.
They had a web interface over a year ago, and it can be tweaked to 
operate with or without a locked down registration form.

I had some scripts at my old job to handle just this very thing, but 
alas I did not get a chance to copy them before I left.  It's pretty 
straight forward and jabber is trifling easy to get set up and running, 
especially on a RH system.

Robert
Ricardo Cezar wrote:
Well, I think everybody starts there, including me! :)
I´m searching google...
But thanks
:)

Jay Blanchard [EMAIL PROTECTED] escreveu na mensagem
news:[EMAIL PROTECTED]
[snip]
Where can I start?
[/snip]
http://www.google.com
 

--
Robert Sossomon, Webmaster and IT Guru
4-H Youth Development Department
200 Ricks Hall, Campus Box 7606
N.C. State University
Raleigh NC 27695-7606
Phone: 919/515-8474
Fax:   919/515-7812
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Website with a Instant Messenger

2004-09-27 Thread Ricardo Cezar
Hello all,

I want to put a instant messenger in a website. People connect to this
website to stay in touch with each other. There is a photo album for
everyone, a Forum, groups...

The IM must work like ICQ, MSN and other, but via web. Users of the site can
add other users to the list, and when people log in their status go ONLINE.
Then we can open another window and chat, or send a message...

Nothing more than that.

Where can I start? I have no idea on how to do this... Any help?

Thanks,
Rics

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Website with a Instant Messenger

2004-09-27 Thread Jay Blanchard
[snip]
Where can I start?
[/snip]

http://www.google.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Website with a Instant Messenger

2004-09-27 Thread Ricardo Cezar
Well, I think everybody starts there, including me! :)
I´m searching google...

But thanks
:)



Jay Blanchard [EMAIL PROTECTED] escreveu na mensagem
news:[EMAIL PROTECTED]
[snip]
Where can I start?
[/snip]

http://www.google.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Website with a Instant Messenger

2004-09-27 Thread Jason Wong
On Tuesday 28 September 2004 04:42, Ricardo Cezar wrote:

 I want to put a instant messenger in a website. People connect to this
 website to stay in touch with each other. There is a photo album for
 everyone, a Forum, groups...

 The IM must work like ICQ, MSN and other, but via web. Users of the site
 can add other users to the list, and when people log in their status go
 ONLINE. Then we can open another window and chat, or send a message...

 Nothing more than that.

Is that all? You sure?

 Where can I start? I have no idea on how to do this... Any help?

Hire someone?

I would suggest that you search around:

  sourceforge.net
  freshmeat.net
  hotscripts.com

and find something suitable.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
You can't push on a string.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Website with a Instant Messenger

2004-09-27 Thread Brent Clements
Implementing Jabber is probably his best bet. I believe there are a few php
based interfaces for it.

-Brent

- Original Message - 
From: Jason Wong [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 27, 2004 4:01 PM
Subject: Re: [PHP] Website with a Instant Messenger


 On Tuesday 28 September 2004 04:42, Ricardo Cezar wrote:

  I want to put a instant messenger in a website. People connect to this
  website to stay in touch with each other. There is a photo album for
  everyone, a Forum, groups...
 
  The IM must work like ICQ, MSN and other, but via web. Users of the site
  can add other users to the list, and when people log in their status go
  ONLINE. Then we can open another window and chat, or send a message...
 
  Nothing more than that.

 Is that all? You sure?

  Where can I start? I have no idea on how to do this... Any help?

 Hire someone?

 I would suggest that you search around:

   sourceforge.net
   freshmeat.net
   hotscripts.com

 and find something suitable.

 -- 
 Jason Wong - Gremlins Associates - www.gremlins.biz
 Open Source Software Systems Integrators
 * Web Design  Hosting * Internet  Intranet Applications Development *
 --
 Search the list archives before you post
 http://marc.theaimsgroup.com/?l=php-general
 --
 /*
 You can't push on a string.
 */

 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Website with a Instant Messenger

2004-09-27 Thread Jim Grill
 Hello all,

 I want to put a instant messenger in a website. People connect to this
 website to stay in touch with each other. There is a photo album for
 everyone, a Forum, groups...

 The IM must work like ICQ, MSN and other, but via web. Users of the site
can
 add other users to the list, and when people log in their status go
ONLINE.
 Then we can open another window and chat, or send a message...

 Nothing more than that.

 Where can I start? I have no idea on how to do this... Any help?


Here is a good start

?php
/* vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2: */
//
+---
+
// | PHP version ?
|
//
+---
+
// | Copyright (c) 2004
|
//
+---
+
// | I want to put a instant messenger in a website. People connect to this
|
// | website to stay in touch with each other. There is a photo album for
|
// | everyone, a Forum, groups...
|
// |
|
// | The IM must work like ICQ, MSN and other, but via web. Users of
|
// | the site can add other users to the list, and when people log in their
status |
// | go ONLINE. Then we can open another window and chat, or send a
|
// | message...
|
//
+---
+
// | Authors: Anyone  [EMAIL PROTECTED] 
|
//
+---
+
//
// $Id:$ 0.0.1

/* login here or maybe IM or ICQ or a photo album*/
?

I couldn't resist. Sorry... good luck

Jim Grill

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Website with a Instant Messenger

2004-09-27 Thread raditha dissanayake
Ricardo Cezar wrote:
Hello all,
I want to put a instant messenger in a website. People connect to this
website to stay in touch with each other. There is a photo album for
everyone, a Forum, groups...
The IM must work like ICQ, MSN and other, but via web. Users of the site can
add other users to the list, and when people log in their status go ONLINE.
Then we can open another window and chat, or send a message...
 

Strange as it may seem. This is not asking too much. Jabber 
(http://www.jabber.org) can do all that. You will even find a couple of 
PHP classes to talk to a jabber server.

--
Raditha Dissanayake.

http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php