Topic awaiting preservation: How to start a chatbox |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Belgium |
posted 02-05-2003 10:11
Hi all, |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 02-05-2003 11:11
good luck. |
Paranoid (IV) Inmate From: Den Haag, Netherlands |
posted 02-05-2003 18:03
We've been working on that sort of problem, and couldn't find any real solution using an existing mainstram web server. We ended up writing our own server software. The clients are the easy bit after that |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 02-05-2003 18:08
You're not going to be able to do a chat with only PHP or Perl. (one caveat but I'll get to that later). |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 02-05-2003 18:24
Steve and Piper have been playing with something like this for the GN - it is possible to do with a Java or Perl server connecting through Flash. There are a few technical problems that stop it from working at the GN but it works fine. |
Obsessive-Compulsive (I) Inmate From: Connecticut |
posted 02-05-2003 22:45
I have worked on a chat similar to this. I havent finished it, it is just collecting spider webs as of now. But it runs by PHP and DHTML. Remote Scripted Chat Room. The DHTML refreshes the PHP evey 3 seconds or so and shows the latest posts. The one i have been working on is a PHP Flat File one, but that wont be released for a long time. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 02-05-2003 23:10
readonlynet: Good call on bodytag - its a little tricky to navigate so the script is here: |
Bipolar (III) Inmate From: Belgium |
posted 02-06-2003 15:53
The chatbox you can test on http://bodytag.org/dchat is realy fast and very clean, just what I'm looking for. There are only a few source files. But if I install them on my site it just doesn't work. I can't login. Does anyone have any experience with the installation? |
Obsessive-Compulsive (I) Inmate From: Connecticut |
posted 02-06-2003 21:52
wow, that Modified version seems really cool. ran pretty well for me. |
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 02-09-2003 01:33
tims seems pretty darn cool and simple. I'm gonna check this one out. |
Bipolar (III) Inmate From: Belgium |
posted 02-10-2003 09:23
I have tried to install the bodytag chatbox on my own site but it doesn't work. So I started to look on the internet to find any answers. Seems I'm not the only one who has some problems with it. I found a discussion about the problems you could have with the installation, you can find it here. It seems there is a PHP problem with global variables. I'm just starting to learn PHP so I doubt if I can solve this bug. |