Hi all!
Is there an easy way to have chat room automatically cleaned up when there are nobody in the room for, say, 15 minutes?
If someone can tell me which PHP file should I modify (so I don't have to dig in all the code), I'd appreciate.
Thanks!
Alex.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-26
I was surprised that it did not automaticaly clear for the individual users when they log out. Is there a way to implement this functionality so that when someone logs out their screen is cleared? I suppose it is more in the tradition of IRC to keep the text etc, so perhaps your idea of every 15 minutes clearing the screen would work as well.
What about a cronjob to overwrite the file or sometihng of the sort?
Just thoughts...
esh
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all!
Is there an easy way to have chat room automatically cleaned up when there are nobody in the room for, say, 15 minutes?
If someone can tell me which PHP file should I modify (so I don't have to dig in all the code), I'd appreciate.
Thanks!
Alex.
I was surprised that it did not automaticaly clear for the individual users when they log out. Is there a way to implement this functionality so that when someone logs out their screen is cleared? I suppose it is more in the tradition of IRC to keep the text etc, so perhaps your idea of every 15 minutes clearing the screen would work as well.
What about a cronjob to overwrite the file or sometihng of the sort?
Just thoughts...
esh