##################################################################### # ChatPro 2.5 Configuration File # # # # by Command-O Software # # http://www.command-o.com # # # # Copyright 1996-2001, 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 = (""); $file_dir = "chatfiles"; $vis_dir = "chatvis"; $plugin_dir = "chatplugins"; ############## # The Look $page_title = "ChatPro 2.51 by Command-O"; $bgcolor = "ffffff"; $text_color = "000000"; $link_color = "0000ff"; $vlink_color = "660099"; $oldcolor = "444444"; $one_color = "cc0000"; $font_face = ""; $title_graphic = ""; $background = ""; $include_date = 0; $new_message = "NEW! "; $border = 5; $textarea_rows = 4; $textarea_cols = 50; ################## # The Feel $schedule_file = ""; $help_file = "http://www.command-o.com/chatpro/help.shtml"; @public_rooms = ("Lobby","Living-Room","Family Room","Kitchen","Bedroom"); $entry = "Lobby"; $allow_private = 1; $allow_one_on_one = 1; $allow_html = 0; $show_status = 1; $out_link = "http://www.command-o.com/"; $time_zone = 0; $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;