Re: Free PHP 1 to 1 chat program

From: Markus Ernst (derernst_at_NO#SP#AMgmx.ch)
Date: 09/30/04


Date: Thu, 30 Sep 2004 13:12:27 +0200

Bimmian wrote:
> Does anyone know of a free easy to install / use chat program, pref
> written in PHP that i can use on my website. I would like to have
> something like LIVEPERSON service on my site, but they have rediculous
> costs for that service.
>
> I have found lots of multi user IRC type chat softwares, but none that
> are just 1-on-1.

Though the discussion running is interesting I think it leads to a wrong
direction. The refresh problem has been solved before, for example with a
frame with the message entering form and a second one with a meta refresh
for display. It is likely that some existing softwares based on PHP work
that way.

If you have found a multi-user PHP chat that you like it will not be too
hard to change it. If the messages are stored in a database, they will have
fields such as "message_text", "sender" etc. Now add one called "private"
and give it the value of the 1:1 partner's ID, then on display of the
messages just print the private ones for that partner, if 1:1 mode is on.

HTH
Markus



Relevant Pages

  • Making a shoutbox from phpMyChat
    ... draws the chat login box on the right. ... These are 2 main lines from index, which just checks for cookies and calls layout. ... var time4LastLoadedMsg = null; ...
    (comp.lang.php)
  • Re: [PHP] build a multi chat server with php
    ... You can create a webinterface for an irc server. ... i want build a multi chat server based in php. ... livchat throught a page ...
    (php.general)
  • Re: SBS cache SUCKS!!!
    ... But I think he's making a php or java Chat site so, ... (or auto Refresh) ... I'm sorry I haven't used Xoops chat so I don't know how it works. ... if it's java based or php for the chat..... ...
    (microsoft.public.windows.server.sbs)
  • Re: [PHP] Re: instant messenger php + ajax
    ... Subject: [PHP] Re: instant messenger php + ajax ... i would like to enable also not register user to chat to the other not register user in my web site.. ...
    (php.general)
  • Re: Object Oriented Content System - the idea
    ... >I expected php to be smarter then that. ... >form like bytecode in memory for the next request. ... each action added some stuff to a "response" XML document. ... that map/object/data and formats it for HTML display using an includeed PHP ...
    (comp.lang.php)