initialization failed
It seems like you are missing a small critical step. In order to make this chat work you will have to open and modify your "global.asa" file. This file contains information about global objects necessary for ConquerChat to run properly.
It seems like your system already have a "global.asa" file in the root of
your web server. You should open this file with your favourite text-editor
and paste in these lines exactly as show below. Paste the lines into the
beginning or end of your files to avoid problems.
<OBJECT RUNAT=Server SCOPE=Application ID=conquerChatUsers PROGID="Scripting.Dictionary"> </OBJECT> <OBJECT RUNAT=Server SCOPE=Application ID=conquerChatRooms PROGID="Scripting.Dictionary"> </OBJECT> <OBJECT RUNAT=Server SCOPE=Application ID=conquerChatMessages PROGID="Scripting.Dictionary"> </OBJECT>
If you still cannot get the chat to run after having performed the steps above, please take a look at the ConquerChat FAQ or ask in the ConquerChat Forum.
System-details:
Scripting Type: VBScript
Scripting Version: 5.8.19267
Browser: CCBot/2.0 (https://commoncrawl.org/faq/)