Web Wiz - Green Windows Web Hosting

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

Chat Room

 Post Reply Post Reply Page  123 12>
Author
Imperator View Drop Down
Newbie
Newbie


Joined: 02 October 2004
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote Imperator Quote  Post ReplyReply Direct Link To This Post Topic: Chat Room
    Posted: 26 June 2006 at 4:39am
I am intrested in making a chat room for my forum, visible only to moderators. How may I go about doing this?

How do I integrate 3rd party chat applications to the forum?
Back to Top
VBScript View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2004
Location: United Kingdom
Status: Offline
Points: 219
Post Options Post Options   Thanks (0) Thanks(0)   Quote VBScript Quote  Post ReplyReply Direct Link To This Post Posted: 26 June 2006 at 6:33am
Thats probably a good idea. If your looking for a good 3rd party chatrrom try this one:
http://www.aspchatnow.com

[edit]
I have been using this chatroom on my site for the past 2 weeks or so, its great.



Edited by VBScript - 26 June 2006 at 6:34am
Back to Top
Imperator View Drop Down
Newbie
Newbie


Joined: 02 October 2004
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote Imperator Quote  Post ReplyReply Direct Link To This Post Posted: 26 June 2006 at 8:28pm
Any hints as to how that can be integrated with V8?
Back to Top
VBScript View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2004
Location: United Kingdom
Status: Offline
Points: 219
Post Options Post Options   Thanks (0) Thanks(0)   Quote VBScript Quote  Post ReplyReply Direct Link To This Post Posted: 26 June 2006 at 8:56pm
A simple search turned this us:

http://forums.webwiz.net/forum_posts.asp?TID=13001
Back to Top
jckruger View Drop Down
Groupie
Groupie
Avatar

Joined: 18 April 2006
Location: Australia
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote jckruger Quote  Post ReplyReply Direct Link To This Post Posted: 27 June 2006 at 6:20am
Download ASPChatNow-v1.zip-81081.zip from http://www.aspchatnow.com/ and unzip to your WWF in a folder called chat. Inside that should have some folders like "Functions and images and files like default.asp and chatroom.asp etc If different just amend the path to the code below
 
Try this in includes/navigation_buttons_inc.asp. Only add what is in red
 
---------------------------------------------------%>------------------------------------
'Dispaly a welcome message to the user in the top bar
 If blnBanned = False Then Response.Write ("&nbsp;&nbsp;<a href=""member_control_panel.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "admin_icon.gif"" border=""0"" align=""absmiddle"" alt=""" & strTxtMemberCPMenu & """ />" & strTxtSettings & "</a>")
 If blnModerator OR blnAdmin Then Response.Write ("&nbsp;&nbsp;<a href=""chat/chatroom.asp?txtUsername=" & strLoggedInUsername & """ target=""_blank"" class=""nav"" accesskey=""2""><img src=""" & strImagePath & "chat1.gif"" align=""absmiddle"" border=""0"" alt=""Chat"" />Chat</a>")
 Response.Write ("&nbsp;&nbsp;<a href=""log_off_user.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "log_off_icon.gif"" alt=""" & strTxtLogOff & """ border=""0"" align=""absmiddle"" />" & strTxtLogOff & " [" & strLoggedInUsername & "]</a>")
---------------------------------------------------%>------------------------------------
 
Change the gif image to whatever you wanted but copy the gif to forum_images. I think that would work.
 
NOT TESTED SO BACK UP YOUR FILES FIRST.
 
You could also follow the above post
Back to Top
k6irk View Drop Down
Newbie
Newbie


Joined: 26 September 2003
Location: United States
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote k6irk Quote  Post ReplyReply Direct Link To This Post Posted: 27 June 2006 at 8:17pm
I just tried the info below, which worked, but I had to manually type in my user name.
 
What else needs to be done to get it to transfer the user name to the chatroom?
 
I am missing something here  ;-)
 
Rob
 
 
 
Originally posted by jckruger jckruger wrote:

Download ASPChatNow-v1.zip-81081.zip from http://www.aspchatnow.com/ and unzip to your WWF in a folder called chat. Inside that should have some folders like "Functions and images and files like default.asp and chatroom.asp etc If different just amend the path to the code below
 
Try this in includes/navigation_buttons_inc.asp. Only add what is in red
 
---------------------------------------------------%>------------------------------------
'Dispaly a welcome message to the user in the top bar
 If blnBanned = False Then Response.Write ("&nbsp;&nbsp;<a href=""member_control_panel.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "admin_icon.gif"" border=""0"" align=""absmiddle"" alt=""" & strTxtMemberCPMenu & """ />" & strTxtSettings & "</a>")
 If blnModerator OR blnAdmin Then Response.Write ("&nbsp;&nbsp;<a href=""chat/chatroom.asp?txtUsername=" & strLoggedInUsername & """ target=""_blank"" class=""nav"" accesskey=""2""><img src=""" & strImagePath & "chat1.gif"" align=""absmiddle"" border=""0"" alt=""Chat"" />Chat</a>")
 Response.Write ("&nbsp;&nbsp;<a href=""log_off_user.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "log_off_icon.gif"" alt=""" & strTxtLogOff & """ border=""0"" align=""absmiddle"" />" & strTxtLogOff & " [" & strLoggedInUsername & "]</a>")
---------------------------------------------------%>------------------------------------
 
Change the gif image to whatever you wanted but copy the gif to forum_images. I think that would work.
 
NOT TESTED SO BACK UP YOUR FILES FIRST.
 
You could also follow the above post
Back to Top
jckruger View Drop Down
Groupie
Groupie
Avatar

Joined: 18 April 2006
Location: Australia
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote jckruger Quote  Post ReplyReply Direct Link To This Post Posted: 28 June 2006 at 12:57am

Does your chat folder contain a file called chatroom_engine.asp?. If not try downloading it from http://downloads.invisionportal.com/mods/wwf/7.9/chatmod.zip. Delete all files and folders in the chat folder and then use the new ones. If so you need to add a bit more: You need to add the room name that you want to go to as setup in functions/setup.asp at about line 70

 

This is what I originally posted and below are the change from this in Blue.

Change the italic text to the room name. If there is a space in the name then put an underscore _ in.

 

 

---------------------------------------------------%>------------------------------------

'Dispaly a welcome message to the user in the top bar
 If blnBanned = False Then Response.Write ("&nbsp;&nbsp;<a href=""member_control_panel.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "admin_icon.gif"" border=""0"" align=""absmiddle"" alt=""" & strTxtMemberCPMenu & """ />" & strTxtSettings & "</a>")
 
If blnModerator OR blnAdmin Then Response.Write ("&nbsp;&nbsp;<a href=""chat/chatroom.asp?txtUsername=" & strLoggedInUsername & """ target=""_blank"" class=""nav"" accesskey=""2""><img src=""" & strImagePath & "chat1.gif"" align=""absmiddle"" border=""0"" alt=""Chat"" />Chat</a>")
 Response.Write ("&nbsp;&nbsp;<a href=""log_off_user.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "log_off_icon.gif"" alt=""" & strTxtLogOff & """ border=""0"" align=""absmiddle"" />" & strTxtLogOff & " [" & strLoggedInUsername & "]</a>")

---------------------------------------------------%>------------------------------------

 

Changes below.

 

---------------------------------------------------%>------------------------------------

'Dispaly a welcome message to the user in the top bar
 If blnBanned = False Then Response.Write ("&nbsp;&nbsp;<a href=""member_control_panel.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "admin_icon.gif"" border=""0"" align=""absmiddle"" alt=""" & strTxtMemberCPMenu & """ />" & strTxtSettings & "</a>")
 
If blnModerator OR blnAdmin Then Response.Write ("&nbsp;&nbsp;<a href=""ARFchat/chatroom.asp?txtUsername=" & strLoggedInUsername & "&Room=roomname" &
""" target=""_blank"" class=""nav"" accesskey=""2""><img src=""" & strImagePath & "chat1.gif"" align=""absmiddle"" border=""0"" alt=""Chat"" />Chat</a>")
 Response.Write ("&nbsp;&nbsp;<a href=""log_off_user.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "log_off_icon.gif"" alt=""" & strTxtLogOff & """ border=""0"" align=""absmiddle"" />" & strTxtLogOff & " [" & strLoggedInUsername & "]</a>")

Back to Top
k6irk View Drop Down
Newbie
Newbie


Joined: 26 September 2003
Location: United States
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote k6irk Quote  Post ReplyReply Direct Link To This Post Posted: 28 June 2006 at 3:22pm
Hi Justin,
 
I have all the files listed in that zip file.
 
I am running v8.03 now and the chat room is only for those users who are logged in.
 
When I click on the link, it doesn't take me directly into the chatroom, but asks me to put in my username.
 
The chatroom in general does appear to work with no problems, just the part of it not transferring the user name to the program doesn't appear to work.
 
Any thoughts on this?
 
Thanks for your help,

Rob
 
 
 
Originally posted by jckruger jckruger wrote:

Does your chat folder contain a file called chatroom_engine.asp?. If not try downloading it from http://downloads.invisionportal.com/mods/wwf/7.9/chatmod.zip. Delete all files and folders in the chat folder and then use the new ones. If so you need to add a bit more: You need to add the room name that you want to go to as setup in functions/setup.asp at about line 70

 

This is what I originally posted and below are the change from this in Blue.

Change the italic text to the room name. If there is a space in the name then put an underscore _ in.

 

Back to Top
 Post Reply Post Reply Page  123 12>

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.