Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/63321?pagenum=1
05 November 2025, 07:04
Topic
muzishun
Need some help testing chat
16 November 2006, 02:35
I've got the basics of the ASPChat system integrated into my forum. There are still some bugs in it, but I'd like to put it out there for others to take a look and and see if you guys can break it more than I can. The basic functionality is there, but I've done all of that work this evening (in the past four or five hours), so I may have missed something.
http://www.eternalsecond.com/support/chat_chatroom.asp
It's not linked from the main site yet, but you need to be signed in to use the chat room.
Thanks in advance for the help.<
Replies ...
Shaggy
16 November 2006, 04:01
Originally posted by muzishun
It's not linked from the main site yet, but you need to be signed in to use the chat room.
Test account? <
RArch
16 November 2006, 04:05
I get the following error in the area where you type text when I tried to send some text:
1
Microsoft VBScript runtime error '800a0009'
Subscript out of range <
muzishun
16 November 2006, 11:59
Test account is test/test. Sorry, it's been around but I forgot to mention it was there.
That's odd that you get the error, RArch. I was sending and receiving messages logged on as myself and the test account (different browsers). I'll take a look and see if I can reproduce it. Is it on all the messages you try to send or a specific one? Edit: I'm getting the same thing now. It was working last night, so I must have made a change somewhere. I'll post here when that is fixed. It may be later this evening, as I'll be leaving for work (ah the retail industry this time of year...) shortly.<
muzishun
17 November 2006, 01:27
Ok. It should be up and working now. Feel free to login and test.
user/pass: test/test<
rasure
17 November 2006, 06:29
I get this error...
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'sha256'
/support/inc_header.asp, line 191
<
Shaggy
17 November 2006, 06:33
Ditto. But only when logging in from chatroom.asp, logging in from default.asp works fine.
<
muzishun
17 November 2006, 09:50
Hmmm.... I'll see what's going on with that.<
Shaggy
17 November 2006, 09:56
Originally posted by RArch
1
Microsoft VBScript runtime error '800a0009'
Subscript out of range
Getting this as well.
<
weeweeslap
17 November 2006, 12:49
same error: 1 Microsoft VBScript runtime error '800a0009'
Subscript out of range
/support/chat_postmessage.asp, line 399 I send first message and that happens to the input box<
muzishun
17 November 2006, 20:29
I'm beginning to get really frustrated with this chat program. I had everything working fine last night, and now this morning it spontaneously stopped. I'll see if this is a common problem at their forums. I didn't make any changes except in the way the user variable is assigned and a change to the filenames. That's it. It works sometimes, and other times it doesn't. Oy.
Thanks all for the help. Hopefully I'll be able to figure out what the bug is and squash it. I'll post back here when I have an update.<
muzishun
21 November 2006, 15:39
Well, here is a link to the zip file containing all the files for the chat room. The files for the user panel chat_users.asp and chat_getusers.asp. There seems to be a problem with the application variables being stored properly.
http://www.eternalsecond.com/support/chat.zip
I'm at wit's end here, so any help is greatly appreciated. A post at the support forum for the chat program yielded little help other than (paraphrased) "Looks like it's a problem with your server not storing the application variables. Wait until version 2 comes out (eventually), and try that." Well, this is for a client, so if I can't get this one working, I need to start searching elsewhere for an asp chat room.<
weeweeslap
21 November 2006, 16:22
hmm I instaleld this chat and also on the third day it just stopped working with the same error. I restarted the server to see if anything was going on there and same result. Interesting error...<
muzishun
21 November 2006, 18:20
Yeah, I've looked at ConquerChat. It was just that after reading through some of the topics, it looked like there were more bugs than it was worth. I hadn't read anything over at Theill's forum, though, so I'll see what I can work out with it.<
muzishun
22 November 2006, 00:30
Marshal, the link you posted is the same place I downloaded version 1. Version 2 isn't yet available. From what I read on their support forums, there's no set date for a version 2 release.
I also don't want to rely on the global.asa file, since I'd like this to work on most any browser with javascript enabled.
I'll keep looking for alternatives. For now, I'm putting ASPChat on the back burner unless anyone finds out what's wrong with their code.<
weeweeslap
22 November 2006, 01:26
in postmessage.asp remove the word preserve from the following line:
Code:
ReDim Preserve saryMessages(5, intTempSize)
it's line 296 in my file, I modded mine a bit so it might be the same or lower line than mine. That fixed it in my chat and haven't had any problems so far.<
muzishun
22 November 2006, 02:07
It seems to work for now. I'll check it again tomorrow and see if it breaks.
Thanks for the catch! I was actually trying to figure out how in the world AJAX worked so I could just build my own chat app. This is a much better way to do it. <
weeweeslap
22 November 2006, 02:25
yeah, is it just me but it seems like tha page continue to refresh, unlike all other ajax apps where only the screen is updated, the browser itself refreshes over and over again.<
muzishun
22 November 2006, 18:57
Is that on your testing version or at my forum? At my forum, I'm not getting any browser refreshes. Of course, I haven't been able to test in IE6 yet, so that could be the issue, but IE7 and FF are both updating content without refreshing the whole page.<
weeweeslap
22 November 2006, 19:18
on my site, ie7, http://www.weeweeslap.com sn: snitztest pwd: test chat link is under the login button once you are logged in<
gibsongk55
29 November 2006, 19:42
I would also like to install a chat program that works with snitz. Since yall done all the homework. Does this chat you're talking about work with snitz database to add users? I have x7chat but I am told I can't show users online on snitz forum because it is php. I don't know php or asp.
Anyway if it's worked out here are my questions.
1. where do i get the download and what changes need to be made? 2. Does it work with snitz database or do you have to manually add users? 3. Also how would i put code to show users online on snitz forums on the upper left part of the screen below the logo?
Thanks for all your help in advance,
Gib<
muzishun
29 November 2006, 20:50
I'm reworking the chat mod to use the ConquerChat program instead of ASPchat, since I haven't gotten much help over at their forums. Hopefully I'll be able to get something together soon, since this is actually for a client, and the deadline is coming up faster than I'd like.<
weeweeslap
30 November 2006, 16:21
I haven't had a problem with the chat script since doing the code changementioned above. have had up towards 40 users in there at once without a glitch, of course I am on a dedicated server so that alleviates many problems of dealing with a host.<
muzishun
30 November 2006, 18:51
I keep having problems with the application variables, and there's little help to be had with this version of their chat program at the ASPChat site.<
gibsongk55
01 December 2006, 05:37
When someone has it worked out could you please post a link to download the chat package and how to include the users online into the snitz forum.
Thank you, GibsonGk55<
gibsongk55
07 December 2006, 19:18
Still searching.. .still waiting...
I found this site http://www.theill.com/snitzforum/topic.asp?TOPIC_ID=765
for conquer chat and they had a solution though it was posted three years ago.. go figure.
I installed the 4.3 version they tested and it works.
But adding the code to the inc_header.asp they supplied... well snitz forum will not work.
Hmm... this sucks.... anyone can help me the code on the inc_header.asp?
Thanks,