Ok. I want a simple Chatbox like this one here: http://www.linuxuser.at/chat/
Here's a list of everything that must be integrated:
I think that's it.
I hope there are some Ajax-Gurus out there on frihost, to make this happen.
If you need any further information just post here.
Thanks
Here's a list of everything that must be integrated:
- The chatfield, where all messages are displayed must not blink while refreshing like many other ajaxchats I know (the one linked up there doesn't blink^^)
- It must work if I call <?php include('chat.php'); ?> and show the whole chat-"window" (messagefield, input, sendbutton) wherever I write <?php include('chat.php'); ?> in my code.
- No Login. Just like the linuxuser-chat. Nicknameinput will be replaced with a certain session used by my script.
- While only 5-10 (changeable var in the code) lines are shown in the messagefield, everything from beginning is saved, so one can download the whole chatlog
I think that's it.
I hope there are some Ajax-Gurus out there on frihost, to make this happen.
If you need any further information just post here.
Thanks
