Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Chat rooms
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Chat rooms

 Post Reply Post Reply
Author
Tazy View Drop Down
Newbie
Newbie
Avatar

Joined: 27 October 2003
Location: United Kingdom
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tazy Quote  Post ReplyReply Direct Link To This Post Topic: Chat rooms
    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 

Back to Top
Tegwin View Drop Down
Senior Member
Senior Member


Joined: 03 September 2003
Location: United Kingdom
Status: Offline
Points: 430
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tegwin Quote  Post ReplyReply Direct Link To This Post Posted: 05 November 2003 at 4:02pm
There is quite a good one at 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
Back to Top
Tazy View Drop Down
Newbie
Newbie
Avatar

Joined: 27 October 2003
Location: United Kingdom
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tazy Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
Mart View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 November 2002
Status: Offline
Points: 2304
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mart Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
Tazy View Drop Down
Newbie
Newbie
Avatar

Joined: 27 October 2003
Location: United Kingdom
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tazy Quote  Post ReplyReply Direct Link To This Post 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

 

Back to Top
Mart View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 November 2002
Status: Offline
Points: 2304
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mart Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
Tazy View Drop Down
Newbie
Newbie
Avatar

Joined: 27 October 2003
Location: United Kingdom
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tazy Quote  Post ReplyReply Direct Link To This Post 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> 

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.