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 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 tips?
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>     I have a one that I started putting together a few days ago that
> uses AJAX.  It can accept user registration, multiple rooms, et
> cetera, but unless the files are included with the distribution, it's
> a single room without registration.
>
>     Check it out: http://www.pilotpig.net/gchat/
>
> --
> Daniel P. Brown
> [office] (570-) 587-7080 Ext. 272
> [mobile] (570-) 766-8107
>


   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 it so far, so there's a lot of stuff left undone.

--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

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

Reply via email to