Print Page | Close Window

Chat rooms

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=7031
Printed Date: 30 March 2026 at 6:24am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Chat rooms
Posted By: Tazy
Subject: Chat rooms
Date Posted: 05 November 2003 at 3:40pm

Hi to everyone, especialy all those who have helped to make this such a great free and versatile forum and those that help novices like myself out.

I have spent a while looking around the different topics and have seen a few bits, but my question is, can anyone suggest a good reliable chat room that I could download and drop into my forum with ease, this is the last bit I need and would appreciate any suggestion.

Thanks for your time

Tazy 




Replies:
Posted By: Tegwin
Date Posted: 05 November 2003 at 4:02pm
There is quite a good one at http://www.theill.com/projects/default.asp - http://www.theill.com/projects/default.asp
This is called conquer chat..

By the way I think you posted in the wrong forum, this is a general discussion question





-------------
If you dont want my peaches, dont shake my tree


Posted By: Tazy
Date Posted: 05 November 2003 at 4:16pm

Sorry about that, first time here, have seen the right forum now.

Have been trying this, giving me global.asa problems though, will keep trying, and thanks again.



Posted By: Mart
Date Posted: 06 November 2003 at 10:12am

Put the global.asa file in the root of your site i.e. c:\inetpub\wwwroot not c:\inetpub\wwwroot\chat

Mart.



Posted By: Tazy
Date Posted: 06 November 2003 at 11:27am

Hi Mart,

This is where my global.asa is, I have it in with the forum, Guestbook, cgi-bin dir's and the main .html pages. If I take out the code for the chat and leave the script in for active users, it all works no problem, but as soon as I put the code in for the chat (which I put in at the very top, above the script) I get this error

The object instance 'conquerChatUsers' cannot have Application or Session scope. To create the object instance with Session or Application scope, place the Object tag in the Global.asa file.
/global.asa, line 1.

On line 1 I have

<OBJECT RUNAT="Server".

I am at a loss, I would like to get this chat to work, but spent last night trying different things and got no where.

If you or anyone else could be of more help, I really would appreciate it, thanks again

 



Posted By: Mart
Date Posted: 06 November 2003 at 12:47pm

Can you post the full Global.asa file.

It should be <script language="vbscript" runat="server"> on line one

Mart.



Posted By: Tazy
Date Posted: 06 November 2003 at 1:07pm

Hi Mart

Under here is the full global.asa, I didn't have <script language="vbscript" runat="server"> in at the top, so just tried it, it then error was 

Expected statement
//global.asa, line 2
<OBJECT RUNAT="Server" so I removed this line, it fails basicly on all the <OBJECT> take these out and I then get SCOPE is undefined,

Thanks for this Mart

<SCRIPT LANGUAGE=VBScript RUNAT = Server>

<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>

 

Sub Application_OnStart
   Application("Active")=0
End Sub

Sub Session_OnStart
   Session.Timeout = 15
   Session("Start") = Now
  
   Application.lock
   Application("Active") = Application("Active") + 1
   Application.unlock
End Sub

sub Session_OnEnd
   'decrease by 1 when session ends
   Application.lock
   Application("Active") = Application("Active") - 1
   Application.unlock
End Sub
</script> 




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net