Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 DREAM CHAT 3.3 W/EMOICONS
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

bb8636
New Member

68 Posts

Posted - 07 February 2002 :  06:50:25  Show Profile
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  Show Profile  Visit crash's Homepage
let me have a go at your MOD...

-----------------------------
More than evil, I laugh at your trust
Go to Top of Page

BikerBob
Junior Member

137 Posts

Posted - 07 February 2002 :  13:15:54  Show Profile
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"


Go to Top of Page

bb8636
New Member

68 Posts

Posted - 07 February 2002 :  18:50:50  Show Profile
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?


Go to Top of Page

BikerBob
Junior Member

137 Posts

Posted - 07 February 2002 :  23:06:44  Show Profile
http://www.jman.co.za/forum/chatlog.asp

Go to Top of Page

bb8636
New Member

68 Posts

Posted - 08 February 2002 :  00:57:41  Show Profile
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


Go to Top of Page

BikerBob
Junior Member

137 Posts

Posted - 08 February 2002 :  10:11:17  Show Profile
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 %>



Go to Top of Page

bb8636
New Member

68 Posts

Posted - 08 February 2002 :  10:32:55  Show Profile
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">

Go to Top of Page

BikerBob
Junior Member

137 Posts

Posted - 09 February 2002 :  07:18:53  Show Profile
that did it, thnxs.

Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 09 February 2002 :  09:53:05  Show Profile  Visit MarkJH's Homepage
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/
Go to Top of Page

bb8636
New Member

68 Posts

Posted - 09 February 2002 :  19:29:23  Show Profile
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...

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 10 February 2002 :  09:59:40  Show Profile
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
Go to Top of Page

bb8636
New Member

68 Posts

Posted - 10 February 2002 :  19:38:00  Show Profile
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

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07