Re:Possibility of recording time in chat?
Christian,we leave such interface on chat server side,you may check this file.
<123flashchat directory>/server/data/default/online.txt,you will see the format like this
0|0|7
which means connections|logon users|room numbers,it will be changed in real time.
and you will also see some room_*.txt in this directory,they are used to record who is in this chat room,for example,if aa,bb,cc is in the room 1001,in room_1001.txt,you should see
aa
bb
cc
you may write a script to get these words and display them on your pages.
|