﻿online.txt: This file will store three kinds of data delimited by "|" like this: online-users|logon-users|room-number, and it will update every minute. With it you can get the relative data to display on your webpage.
The sample file for PHP integration of online.txt can be downloaded here: http://download.123flashchat.com/chatdata.zip

room_xxx.txt: xxx will be the room ID, eg: room_1.txt. All the usernames of the online users in this specific room will be stored in this file, with every username taking one line, and it will also update every minute. Therefore you can display the relative data on your webpage easily.
The sample file for PHP integration of room_xxx.txt can be downloaded here: http://download.123flashchat.com/chatdata.zip

logs\access.log: It will record the following information of the chat users: connect the chat, log in, enter a chat room, lose connection, and also the following information of the admin: change the chat room settings, ban/kick/mute a user, and all the record will be with time/username/computer ID/user IP, and be saved in one file one day.

message: All the private chat messages among users will be stored here.