***********************************************************************************
***                           -=] LIQUID CHAT II [=-                            ***
***                                ASP CHAT ROOM                                ***
***                                     by                                      ***
***                                GREG DIAMOND                                 ***
***                              (c) OCTOBER 2000                               ***
***                                                                             ***
***                            www.LiquidDiamond.net                            ***
***                             www.LiquidShack.com                             ***
***                                                                             ***
***    if you use this application on your website, please E-Mail the URL to    ***
***                           Sysop@LiquidDiamond.net                           ***
***                                                                             ***
***        Liquid Chat may be used free of charge for non-commercial use        ***
***             Just leave me some credits and links somewhere :)               ***
***                 Contact me via E-Mail for more information                  ***
***                                                                             ***
***      This Application originally posted by www.programmersresource.com      ***
***********************************************************************************

To use:
All settings can be changed in the Config.asp file
Color settings for body background, default and system fonts, and textboxs/dropdowns

Database string is also located in the Config.asp
Change the Mappath if Database is to be stored in a different directory then the rest
of the application files

Other setting in the Config.asp file include
Refresh Rates for Frames
Archive Days (Days before Chat Table is refreshed)
MaxIdleTime (Minutes of inactivity before a User is automatically booted)
RoomLifeSpan (For User Created Rooms.  System Rooms Last Forever)

To Add/Remove System Rooms open the database, and open the Rooms Table
To add a Room, start a new record and Type in the Room Name, and set the Room Type to 0

To Add/Remove Smileys, make changes to the Send.asp file and the Talk.asp file.
To remove a Smiley, delete the appropriate HTML line in Send.asp and the coresponding
ASP line (replace line) in Talk.asp
To add a smile, copy the syntax I used for both those pages.
Be careful now to use any configuration of keywords already in use.  For example, do not use
:PAIN: because :P is already in use
also do not use :/ because http:// is already in use

Notes:
TextBox and DropDown colors are not effected for Netscape Users
Frame onUnload also does not work with Netscape

Send Feedback to Sysop@LiquidDiamond.net
also let me know if you use it live so I can keep track!

Enjoy!