Page 3 of 3

Posted: Sun Oct 10, 2004 2:38 pm
by feyd
As I said before, there must be a solution that doesn't require so much Javascript, if any.. and definitely requires less cookie data.

Consider storing the messages on the server, and using their session id's to connect them to their messages. I think I've posted about this before..

there are things like phpMyChat as well, although I'm not sure at all on how it's implemented.

have a look through the 220 or so matches: [devnet]chat OR shout[/devnet]

Posted: Sun Oct 10, 2004 3:19 pm
by djot
-
Hi,

I don't want a readymade script. I have my own chat-system already. Now I want to add caching with cookies - why? - because I had the idea to do it and now try to implement it.

I hate java, nor can I really code it; I have zero knowledge in flash programming, finally my php space is only a webhosting space, so no sockets or command line options, etc. available.

djot
-

Posted: Sun Oct 10, 2004 3:21 pm
by feyd
you can still do the bulk of it almost entirely in php..