Author |
Topic |
|
bb8636
New Member
68 Posts |
Posted - 07 February 2002 : 06:50:25
|
DREAM CHAT 3.3 W/EMOICONS FOR SNITZ ALL versions AND HUWS SNITZ
Download: http://freeaspcode.net/snitz/details.asp?id=69 Support: http://forum.snitz.com/forum/forum.asp?forum_id=94 Demo: http://www.dreamspaces.homepc.ca/testforum/ Demo Username: dream Demo Password: dream
This version is not same as 1.1 version.
This version include:
1. Username Color 2. Users can choose user chat image 3. Emoicons 4. Users can change the font color anytimes 5. Show the user sex w/image 6. Guest will allow to chat 7. Members no need type users name after logon to the forum.
Have a nice chat!
John
Edited by - bb8636 on 07 February 2002 06:56:58
Edited by - bb8636 on 09 February 2002 19:27:59 |
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 07 February 2002 : 06:56:23
|
let me have a go at your MOD...
----------------------------- More than evil, I laugh at your trust |
|
|
BikerBob
Junior Member
137 Posts |
Posted - 07 February 2002 : 13:15:54
|
get this error,
Response object error 'ASP 0156 : 80004005'
Header Error
/forum/chathide.asp, line 33
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
line 33 is,
response.redirect "chatlist.asp"
|
|
|
bb8636
New Member
68 Posts |
Posted - 07 February 2002 : 18:50:50
|
quote:
get this error,
Response object error 'ASP 0156 : 80004005'
Header Error
/forum/chathide.asp, line 33
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
line 33 is,
response.redirect "chatlist.asp"
what is your url?
|
|
|
BikerBob
Junior Member
137 Posts |
|
bb8636
New Member
68 Posts |
Posted - 08 February 2002 : 00:57:41
|
quote:
http://www.jman.co.za/forum/chatlog.asp
Try add below code in chathide.asp...
1. Find this line
<% If Request.Form("Hidden")<>"" Then Application.lock -------------------------------------------------
2. Add this code before this line
<% @LANGUAGE = "VBScript" %> <% Response.Buffer = True %>
--------------------------------------------------
3. After will look like this
<% @LANGUAGE = "VBScript" %> <% Response.Buffer = True %> <% If Request.Form("Hidden")<>"" Then Application.lock
|
|
|
BikerBob
Junior Member
137 Posts |
Posted - 08 February 2002 : 10:11:17
|
i now get this error,
Response object error 'ASP 0156 : 80004005'
Header Error
/forum/chathide.asp, line 6
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
line 6 is,
<% Response.Buffer = True %>
|
|
|
bb8636
New Member
68 Posts |
Posted - 08 February 2002 : 10:32:55
|
quote:
i now get this error,
Response object error 'ASP 0156 : 80004005'
Header Error
/forum/chathide.asp, line 6
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
line 6 is,
<% Response.Buffer = True %>
then delete below code and the code that you add before.. -----------------------------------------------------------
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <link rel="stylesheet" type="text/css" href="chatimages/standardns.css">
|
|
|
BikerBob
Junior Member
137 Posts |
Posted - 09 February 2002 : 07:18:53
|
that did it, thnxs.
|
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
|
bb8636
New Member
68 Posts |
Posted - 09 February 2002 : 19:29:23
|
quote:
You've got an error in the URL of your demo. I guessed that it was dreamspaces and not dreampaces and it worked.
bandlink.net - http://www.bandlink.net/ bandlink music forums - http://www.bandlink.net/forum/
Thanks Mark, I changed it...
|
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 10 February 2002 : 09:59:40
|
I'm about to test the MOD on your demo site, but I get this runtime error on defaultchat.asp:
Line: 173 Error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
I get that when the page loads, and when I click the "enter chat" button.
You say "Guest will allow to chat", but without logging on I'm redirected to your forums' homepage after clicking the "enter chat" button so I can't test it without registering. Could you set up a test account and give the username and password here so everyone can test the chat?
Roland
http://www.frutzle.com Also for logo requests! For MODs go to: Snitz Exchange or Mod Resource |
|
|
bb8636
New Member
68 Posts |
Posted - 10 February 2002 : 19:38:00
|
quote:
I'm about to test the MOD on your demo site, but I get this runtime error on defaultchat.asp:
Line: 173 Error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
I get that when the page loads, and when I click the "enter chat" button.
You say "Guest will allow to chat", but without logging on I'm redirected to your forums' homepage after clicking the "enter chat" button so I can't test it without registering. Could you set up a test account and give the username and password here so everyone can test the chat?
Roland
http://www.frutzle.com Also for logo requests! For MODs go to: Snitz Exchange or Mod Resource
FrutZle, the demo of this version is "Live Chat', please try again. Anyway, if you want to test the old version, then here is the test user.
User: dream Pass: dream
Cheers........
John
|
|
|
|
Topic |
|