Where do I configure the time in minutes before idle users are removed from the chat?
‘Time in minutes before idle users are removed from the chat Application(“TimeLimit”)=15 In this example we set the timeout to 15 minutes. You can set it to the time length you consider appropriate. 5. Can visitors use HTML code to enhance their messages? Absolutely. If you want to offer this option to your visitors, you must set the Application(“AllowHTML”) setting equal to True in the settings.asp file, as seen in the following example: ‘Set to True/False to allow/prevent the use of html in the chat Application(“AllowHTML”)=True 6. Where do I assign Administrator permissions (username and password)? To assign an administrator username, search for the Application(“administrator”)=”admin” setting in the settings.asp file and write your defined username inside the quotation marks. In this case we use admin as the username. Similarly, to assign an administrator password, search for the Application(“admin_password”)=”admin” setting and write the password you chose inside the quotation mar