Get Client Settings Script
The client settings script allows you to look up basic settings for a particular AddonChat chat room account based on it's account ID number only. This script is used by the chat client to determine how the chat client should look and feel, and which features should be available. The output it provides is beyond the scope of this article.
Script Location:
http://clientN.addonchat.com/settings.php
Parameters:
aid: Numeric portion of AddonChat account number.
Output:
settings.php will return a lengthy, UTF-8 Plain Text encoded file in parameter = value style format. Its output will correlate with settings specified by the user in the AddonChat control panel.
Example:
http://client0.addonchat.com/settings.php?aid=8847
Notes:
See also: Direct Settings
The settings.php protocol may change, parameters may be added, removed, or renamed from version to version with no warning.
clientN.addonchat.com (as specified above) should be replaced by the assigned server for this account. You may use the Server Lookup Query Script to determine this server, or your chat room link code (available in your AddonChat control panel) will indicate this value.
|
|