Hi forum.
I've been asked to create some "chat" functionality for a website that I'm designing. What exists is already all PHP, I'd like to keep that way if possible.
I'm a relative newcomer to PHP coding so need some pointers as to how this can be accomplished. Any help / tips / gotchas that you can offer would be most appreciated.
Thanks in advance
Simon
Chat Functionality
Moderator: General Moderators
If you don't mind meta-refreshing then you're welcome to this if you want
http://www.cse.unsw.edu.au/~elip/chat/
Just leave your email here and I'll email you.
However if you don't like the refreshing, then you'll need to implement and IRC server.
Cheers
http://www.cse.unsw.edu.au/~elip/chat/
Just leave your email here and I'll email you.
However if you don't like the refreshing, then you'll need to implement and IRC server.
Cheers
Do you nessesarily have to build the chat functionality in php? I think it's easier to get a java room like JPilot's jIRC. But if you must...
XLVI. IRC Gateway Functions
Introduction
With IRCG you can rapidly stream XML data to thousands of concurrently connected users. This can be used to build powerful, extensible interactive platforms such as online games and webchats. IRCG also features support for a non-streaming mode where a helper application reformats incoming data and supplies static file snippets in special formats such as cHTML (i-mode) or WML (WAP). These static files are then delivered by the high-performance web server.
Click here for the full page.
Installation
Detailed installation instructions can be found here. We urge you to use the provided installation script.