Home » Support Center » KnowledgeBase

Search KnowledgeBase

 
Main > AddonChat > Who's Chatting
Minimize Text   Default    Enlarge Text
 

Who's Chatting System v1.1


Print
E-mail
Created
Modified
Views 4094
Author

The AddonChat Who's Chatting System (previously Who's Online Module) v1.1 allows you to easily fetch a list of users, with additional data, that are currently in your chat room. v1.1 no longer requires HTML stripping, as output is produced in plain text tabular format.

The Who's Chatting System may be accessed from:

http://client0.addonchat.com/scwho.pl

Note that the 0 (zero) shown in bold above should correspond to your AddonChat server ID as indicated in your chat room applet link code.

The following parameters should be passed to this script:

Parameter Name Description
id Your AddonChat Account ID number. Do not include the preceeding SC- code.
roompw Your AddonChat account password, md5 encoded.
plain This value must be set to 1 (one).

Example:

Output:

WCS v1.1, when used with the plain=1 option will display it's output in columnar (tab delimited) format, with one user per each line delimited by a \r\n. The following table describes the columns:

Column 1: User Name
Column 2: Subroom Name (Blank if user is in main room)
Column 3: Hidden Status (0 or 1)
Column 4: Remote User ID
Column 5: Admin Status (0 or 1)

Example:


Related PHP/Perl Resources:




Related Articles
Applet Parameters
AddonChat supports the ability to pass information to the chat client and server directly using the provided link code through the use of Java applet parameters. Applet...
ICE End-user Help Guide
Introduction Welcome to RaiderSoft ICE (Integrated Community...
Remote Authentication System v1.0
Remote Authentication System (RAS) v1.0 is a simple, easy to implement protocol allowing you to perform username/password authentication from your own web...