User Manual
|
||||||
Chat Data IntegrationThe data in chat server is always stored at <123 Flash Chat install directory>/server/data/<group name>/ in terms of group. logon_users.php Display the current number of logon users <script language="javascript" src="path/connections.php"></script> in the pagea of your website, then the corresponding data will be displayed. The sample.html, code in chatdata.zip are: There are <b><script language="javascript" src="connections.php"></script></b> connections<br> There are <b><script language="javascript" src="logon_users.php"></script></b> logon users<br>> There are <b><script language="javascript" src="room_numbers.php"></script></b> room numbers<br>> User LIst: <b><script language="javascript" src="user_list.php"></script></b> You will see the following picture : Related links:
|
||||||