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
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Masked
Starting Member

7 Posts

Posted - 20 June 2002 :  17:30:23  Show Profile  Send Masked an AOL message
I have installed dream chat with no problem, but it has left me wondering about a few things.

First, how do you delete all of the old messages? Is there ANY admin power for this chat room?

Second, what part of the code could I edit to get rid of those icons you can select when you log in to the chat?

Third, how do you change the colors?

Fourth, what can I do to keep guests from getting on the chat and using someone's username to act like they are that person?

Finally, is there any chat room for Snitz that isn't just a basic HTML chat? Maybe one that uses JavaScript or flash for instant message posting? I have tried Pipey's Flash Chat but I couldn't get it installed, I can't make a virtual path/directory or whatever it was called...

Thanks in advance.

alex042
Average Member

USA
631 Posts

Posted - 21 June 2002 :  09:33:43  Show Profile  Send alex042 an AOL message  Send alex042 a Yahoo! Message
quote:
First, how do you delete all of the old messages? Is there ANY admin power for this chat room?


I'm not sure if theres a built-in way to delete old messages and I don't believe there's much 'admin power' for this particular chatroom.

quote:
Second, what part of the code could I edit to get rid of those icons you can select when you log in to the chat?


Are you talking about the user images?
chatlog.asp
<td align="right" width="101"><font color="#0080FF">User Image: </font></td>
<td colspan="2" width="322">
<%
For I=1 to 20
IF I=1 then
checked="checked"
Else
checked=Empty
End IF
Response.Write "<input type=radio "&checked&" name=Face value="&I&"><img src=chatimages/"&I&".gif border=0>"
IF I=5 OR I=10 Or I=15 or I=20 or I=25 Then
Response.Write "<br>"
End IF
Next

%>


chathide.asp
temp=""& strTime &""
temp=temp &"<img src=chatimages/"&Session("Face")&".gif border=0><font color=" & Session("NameColor") & ">" & Session("Name") &Request.Form("addsays")&":</font>  "
temp=temp & "<font color=" & Request.Form("wordcolor") & ">" & Request.Form("Hidden") & "<font face=wingdings size=3>"&Request.Form("addimage")&"</font><hr size=2 color=#CEF7F7>"
Application("Message1")=temp

quote:
Third, how do you change the colors?

Some of the colors are in standardns.css and others are scattered throughout the code, but can be identified by 'color', a '#'then 6 alphanumeric characters.

quote:
Fourth, what can I do to keep guests from getting on the chat and using someone's username to act like they are that person?

Currently, I don't believe this has been implemented in this chatroom, but could probably be modded to do so.


quote:
Finally, is there any chat room for Snitz that isn't just a basic HTML chat? Maybe one that uses JavaScript or flash for instant message posting?


There are several chatrooms available, but only a few have been modded specifically for Snitz. Most chatrooms have some limitations, but there are various 'types' of chatrooms that could be modded for Snitz.




Edited by - alex042 on 21 June 2002 09:41:02
Go to Top of Page

Masked
Starting Member

7 Posts

Posted - 03 July 2002 :  15:23:53  Show Profile  Send Masked an AOL message
Thanks a ton, I guess I'll just have to head over to HotScripts to find one that does what I want.

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.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07