##################################################################### # ChatPro 2.1 Configuration File # # # # by Command-O Software # # http://www.command-o.com # # # # Copyright 1996, All Rights Reserved # # # # By using this script Licensee agrees to all terms of the License # # Agreement. Read it now, if you haven't already. # ##################################################################### # Define Variables # # The first thing you need to do is define the variables to make # # this script work for you. Refer to the README file for # # instructions regarding each variable. # ##################################################################### # Required Changes @valid_referers = ("www.qwxyz.com","qwxyz.com","www.jwassociates.com","jwassociates.com"); $file_dir = "chatfiles"; $vis_dir = "chatvis"; $plugin_dir = "chatplugins"; ############## # The Look $page_title = "Qwxyz Chat"; $bgcolor = "ffffff"; $text_color = "000000"; $link_color = "0000ff"; $vlink_color = "660099"; $oldcolor = "444444"; $one_color = "cc0000"; # $title_graphic = "title.gif"; $title_graphic = "chatitle.gif"; $background = "bg.gif"; $include_date = 0; $new_message = " "; $textarea_rows = 4; $textarea_cols = 50; ################## # The Feel $schedule_file = ""; $help_file = "http://www.command-o.com/chatpro/help.shtml"; @public_rooms = ("Lobby","Throne Room","Armory","Pub","Bunker","Infirmary","Morgue"); $entry = "Lobby"; $allow_private = 1; $allow_html = 0; $show_status = 1; $out_link = "http://www.jwassociates.com/"; $visitors_time = 10; $chat_time = 60; $lock_sec = 5; $max_mes = 40; $def_mes = 20; $all_nummes = "all"; $new_nummes = "new"; $new_time = 120; # Do not change the last line of this file 1;