473,404 Members | 2,174 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Setting up an online chat system

Hi,

I have been asked by my manager to look into the possiblily of setting
up an online chat system for the external website. We run an Apache
server with PHP (hence the reason Im posting here) so it would need to
run on that.

Basically, it will run on the website and its purpose will allow
members of the public to access the chat room and discuss current
topics with experts. Similar to a doctors interactive website where
patients can speak and get advice from their GP.

Anyway, Ive never set up anything like this before so dont really know
where to begin. The chat system may be something that we would need to
pay for but ideally it will have a professioanl appearance and be easy
to implement (please).

Any help would be much appreciated. Thanks

Burnsy

Aug 15 '06 #1
5 3978
Hi,

I guess if you post here, it is because you want to implement a PHP
solution.

I did something similar, simple (even with a web-cam image) BUT the
usage is not convenient.
In fact you must tell the browser to refresh the web page (or the
iframe) let's say every 3 seconds in order to refresh the chat lines.
And that's fine for fun, but not for professional.

Maybe I am wrong, and there is a better solution, so I would not
recommend such a solution.

Pascal

Aug 15 '06 #2
bizt wrote:
Hi,

I have been asked by my manager to look into the possiblily of setting
up an online chat system for the external website. We run an Apache
server with PHP (hence the reason Im posting here) so it would need to
run on that.

Basically, it will run on the website and its purpose will allow
members of the public to access the chat room and discuss current
topics with experts. Similar to a doctors interactive website where
patients can speak and get advice from their GP.

Anyway, Ive never set up anything like this before so dont really know
where to begin. The chat system may be something that we would need to
pay for but ideally it will have a professioanl appearance and be easy
to implement (please).

Any help would be much appreciated. Thanks

Burnsy
Burnsy,

Google is your friend.
http://www.google.com/search?sourcei...=chat+programs

You won't find a good PHP solution; HTML, being stateless, doesn't lend
itself well to things like chat. There are workarounds (i.e.
auto-refresh the page every few seconds) - but not good ones.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Aug 15 '06 #3

"bizt" <bi******@yahoo.co.ukschreef in bericht
news:11**********************@75g2000cwc.googlegro ups.com...
Hi,

I have been asked by my manager to look into the possiblily of setting
up an online chat system for the external website. We run an Apache
server with PHP (hence the reason Im posting here) so it would need to
run on that.

Basically, it will run on the website and its purpose will allow
members of the public to access the chat room and discuss current
topics with experts. Similar to a doctors interactive website where
patients can speak and get advice from their GP.

Anyway, Ive never set up anything like this before so dont really know
where to begin. The chat system may be something that we would need to
pay for but ideally it will have a professioanl appearance and be easy
to implement (please).

Any help would be much appreciated. Thanks

Burnsy
If you have any experience with client side Java and / or Flash applications
you might wanna look into the use of PHP socket connections; in other words
let PHP run a socket server.

I've run some small tests on my home box with flash, seems to work alright.
But I have no idea what payload a PHP socket script is able to cope with. I
didn't get into it very deep.

Google around for PHP sockets, there are a few good examples.

Here's a starter:
http://www.zend.com/pecl/tutorials/s...iew=1#Heading3
Aug 15 '06 #4
I would take a look at some of the new online instant messaging
applications like Meebo for examples. If iw ere implementing this i
would do a PHP backend with a javascript / ajax front-end to refresh
the content. The javascript would call out to the php script (which
would keep the chat record) and would also send in new text from users.

Aug 15 '06 #5
PTM
"bizt" <bi******@yahoo.co.ukwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
Hi,

I have been asked by my manager to look into the possiblily of setting
up an online chat system for the external website. We run an Apache
server with PHP (hence the reason Im posting here) so it would need to
run on that.

Basically, it will run on the website and its purpose will allow
members of the public to access the chat room and discuss current
topics with experts. Similar to a doctors interactive website where
patients can speak and get advice from their GP.

Anyway, Ive never set up anything like this before so dont really know
where to begin. The chat system may be something that we would need to
pay for but ideally it will have a professioanl appearance and be easy
to implement (please).

Any help would be much appreciated. Thanks

Burnsy
You could try HCL or realchat, not sure which (if either) is php based, not
gotten the chance to do anything with them yet.
Phil
Aug 15 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Supra | last post by:
how do i write checkbox1 boolean to xml in vb6 i can only do cstr( checkbox1.value) but in vb.net can't write to xml. i am doing irc chat similar to mirc or pirch chat. ...
0
by: Eric Sassaman [MS] | last post by:
Online Chat: Upgrading COM Applications to .NET with Visual C++ 2005 Many applications consume and expose COM interfaces as their object models today. And .NET has tools such as tlbimp, tlbexp...
0
by: Bill Borg | last post by:
Simple chat app where the chat host listens for requests and creates rooms/engages users as necessary. Visitor to, say, mysite.com enters her name and clicks 'go' to request a live chat. Right now...
0
The1corrupted
by: The1corrupted | last post by:
Alright, I've set up a chat system that only works half way... I need suggestions on how to make it work better... I'm trying to figure out a way to make $_SESSION viewable to all players by...
1
oll3i
by: oll3i | last post by:
how do i run this example ? with openjms package com.ociweb.jms; import java.io.*; import javax.jms.*; import javax.naming.*;
1
oll3i
by: oll3i | last post by:
when i run it from bat (@start "CHAT to topic" run Chat)without durable subscriber the window for chat opens but when i added the durable subscriber to the code it stopped opening? import...
4
by: jrsjrs | last post by:
I have been trying to find the software that would enable me to not only type in my chatting from the keyboard, but also allow me to draw in technical sketches with my mouse or a stylus at the same...
6
by: ryan2345 | last post by:
Hi, I have made a website wherein the user creates his account. Then the user can login into his account, update his account, search for people with different key skills. Theres also a discussion...
2
by: smartic | last post by:
i need to know the users on line or off line, that is my code: $time = time(); $timech = time()-7; $user = $_SERVER; $session = $_SESSION; $host = "localhost"; $username = "root";
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.