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)
 Chat integrated with Snitz
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 5

nykke
Starting Member

Finland
3 Posts

Posted - 10 June 2001 :  05:17:40  Show Profile  Send nykke an ICQ Message
Hi there,

I really liked the idea of your chat.
there are some bugs like private messaging is not working and so on.
Could someone continue with Morpheus73´s chat because its very nice and handy.

Thanks,
Nykke
Go to Top of Page

Dan Martin
Average Member

USA
528 Posts

Posted - 10 June 2001 :  08:14:19  Show Profile  Visit Dan Martin's Homepage  Send Dan Martin an AOL message  Send Dan Martin an ICQ Message  Send Dan Martin a Yahoo! Message
I've written my own chat application as well. I've used some techniques that I think you could improve your chat with.

For instance, my chat doesn't send the same data over and over, it only sends new data to the client, in a hidden (0 size) frame. They are written with javascript document.write commands, which force the browser to send the data to the top window.

So, the user experience is a bit better:
-Top down as expected, rather than reversed
-Quicker loads from less data
-Buffer exists for the entire time the user is there

Try it out: http://www.getitcrunk.com/cog/index2.html

Keep in mind, the look and the commands are similar to a game the website is dedicated to(Everquest). The look isn't important. It's just that for my users, they all know how to use the chat since they've played the game.

It's not perfect(for instance, I have no idea how it works in Netscape), but I think you'll agree it has some nice ideas that might be useful in your chat.

Let me know if it would help, and I'll put together a zip file of the code.



Edited by - Dan Martin on 11 June 2001 01:40:00
Go to Top of Page

nykke
Starting Member

Finland
3 Posts

Posted - 10 June 2001 :  11:43:33  Show Profile  Send nykke an ICQ Message
Hello,
sounds good but i cant reach the page:
"The page cannot be displayed".

Could you give me the correct url.
Thanks

//Nykke
Go to Top of Page

stuF
Average Member

United Kingdom
561 Posts

Posted - 10 June 2001 :  12:15:34  Show Profile  Visit stuF's Homepage
add a .com before the /cog/

Go to Top of Page

Morpheus73
Average Member

Denmark
597 Posts

Posted - 10 June 2001 :  12:17:36  Show Profile
quote:

add a .com before the /cog/





Sorry - haven´t had time to work on my version lately ... to busy with Flash Snitzmessenger instead...there will be a new working version of that with color/font schemes soon

mph73

Morpheus73 - morpheus73@hotmail.com
Go to Top of Page

Dan Martin
Average Member

USA
528 Posts

Posted - 11 June 2001 :  01:40:58  Show Profile  Visit Dan Martin's Homepage  Send Dan Martin an AOL message  Send Dan Martin an ICQ Message  Send Dan Martin a Yahoo! Message
They are right, I left out the .com. I updated the message above with the correct URL.

Go to Top of Page

Rymfax
Starting Member

8 Posts

Posted - 15 June 2001 :  15:49:17  Show Profile
quote:

I've written my own chat application as well. I've used some techniques that I think you could improve your chat with.

For instance, my chat doesn't send the same data over and over, it only sends new data to the client, in a hidden (0 size) frame. They are written with javascript document.write commands, which force the browser to send the data to the top window.

So, the user experience is a bit better:
-Top down as expected, rather than reversed
-Quicker loads from less data
-Buffer exists for the entire time the user is there

Try it out: http://www.getitcrunk.com/cog/index2.html

Keep in mind, the look and the commands are similar to a game the website is dedicated to(Everquest). The look isn't important. It's just that for my users, they all know how to use the chat since they've played the game.

It's not perfect(for instance, I have no idea how it works in Netscape), but I think you'll agree it has some nice ideas that might be useful in your chat.

Let me know if it would help, and I'll put together a zip file of the code.



Edited by - Dan Martin on 11 June 2001 01:40:00



Dan, you code is ABSOLUTELY AWESOME and the best Chat I've seen so far. Could you please zip that up with instructions on how to install it? I could REALLY use it on my site!

Thanks!

Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 16 June 2001 :  06:50:28  Show Profile  Visit tomasalsbro's Homepage
Hi
I can't get it working, and don't now what's wrong.
Look here please!
Cheers / Tomas

!-Keep distance in traffic-!
www.whiplash.pp.se
Go to Top of Page

stupidity
Starting Member

United Kingdom
49 Posts

Posted - 16 June 2001 :  09:19:13  Show Profile  Visit stupidity's Homepage
quote:

Hi
I can't get it working, and don't now what's wrong.
Look here please!
Cheers / Tomas

!-Keep distance in traffic-!
www.whiplash.pp.se



Could be something to do with FrontPage inserting action="file:///C|/inetpub/wwwroot/Openmedia/Klient/defaultchat.asp" in your form post action

Stupidity

Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 16 June 2001 :  11:50:53  Show Profile  Visit tomasalsbro's Homepage
quote:

quote:

Hi
I can't get it working, and don't now what's wrong.
Look here please!
Cheers / Tomas

!-Keep distance in traffic-!
www.whiplash.pp.se



Could be something to do with FrontPage inserting action="file:///C|/inetpub/wwwroot/Openmedia/Klient/defaultchat.asp" in your form post action

Stupidity




Yes, the problem probably is were you suggest.
There's some more references to file:///C|/inetpub/wwwroot/Openmedia/Flash....
It seems that some files are missing in the zip. For instance there should be some flash functions -or??
Cheers / Tomas

!-Keep distance in traffic-!
www.whiplash.pp.se

Edited by - tomasalsbro on 17 June 2001 04:39:10
Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 18 June 2001 :  01:25:36  Show Profile  Visit tomasalsbro's Homepage
Please - can somebody help me with this problem?
Cheers / Tomas

!-Keep distance in traffic-!
www.whiplash.pp.se
Go to Top of Page

Dan Martin
Average Member

USA
528 Posts

Posted - 18 June 2001 :  04:31:01  Show Profile  Visit Dan Martin's Homepage  Send Dan Martin an AOL message  Send Dan Martin an ICQ Message  Send Dan Martin a Yahoo! Message
quote:


Dan, you code is ABSOLUTELY AWESOME and the best Chat I've seen so far. Could you please zip that up with instructions on how to install it? I could REALLY use it on my site!

Thanks!





Well, I've zipped it up, and put it here: http://www.getitcrunk.com/chat/chat.zip

Sorry, there are very little instructions or even comments in the code. I don't think you'll have much problem with it though. I just haven't prepared it for public use much. But if you have problems, feel free to contact me. I'm always open to emails.

The only important thing that you should know is the control.asp is in a hidden frame. If you have problems and you can't figure out why, that's the place to look. Errors on that page obviously don't show up. And since it's what sends all the messages to the top page, it's pretty important.

Edited by - Dan Martin on 18 June 2001 04:35:20
Go to Top of Page

speedway
New Member

88 Posts

Posted - 19 June 2001 :  09:33:20  Show Profile
Desperately seeking an asp Chat room integrated with snitz member list.

Has anyone got one what works?


Snitz V3_1_SR4
SQL Server 7
IIS4
Go to Top of Page

lancepr
New Member

73 Posts

Posted - 06 July 2001 :  12:53:42  Show Profile
I downloaded the conquer chat and 3.0.2 and have it working with my snitz DB.

Anyone done anything to moderate this chat, basically I need to be able to kick users and that is all for now.

If you have any thing that will allow me to password protect some rooms that would be great.




Edited by - lancepr on 06 July 2001 15:44:50
Go to Top of Page

Red Devil
Starting Member

12 Posts

Posted - 07 July 2001 :  03:10:30  Show Profile
What about global.asa? Does the chat need it? Almost no free hosting service (Brinkster, 7host...) support global.asa!

Regards

Go to Top of Page
Page: of 5 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07