-- $Id: SetupList,v 1.2 2004/08/11 10:52:54 gd Exp $
-- Table structure for table `SetupList`
--

CREATE TABLE SetupList (
  file varchar(15) NOT NULL default '',
  var varchar(32) NOT NULL default '',
  val text,
  PRIMARY KEY  (file,var)
) TYPE=MyISAM;

--
-- Dumping data for table `SetupList`
--

INSERT INTO SetupList VALUES ('config','max_extra_regs','50');
INSERT INTO SetupList VALUES ('config','max_extra_ops','50');
INSERT INTO SetupList VALUES ('config','max_extra_admins','500');
INSERT INTO SetupList VALUES ('config','max_users','6000');
INSERT INTO SetupList VALUES ('config','max_users0','600');
INSERT INTO SetupList VALUES ('config','max_users1','5400');
INSERT INTO SetupList VALUES ('config','max_users2','1000');
INSERT INTO SetupList VALUES ('config','max_users3','1000');
INSERT INTO SetupList VALUES ('config','max_users4','1000');
INSERT INTO SetupList VALUES ('config','max_users5','1000');
INSERT INTO SetupList VALUES ('config','max_users6','1000');
INSERT INTO SetupList VALUES ('config','min_share','1024l');
INSERT INTO SetupList VALUES ('config','min_share_reg','512l');
INSERT INTO SetupList VALUES ('config','min_share_ops','0l');
INSERT INTO SetupList VALUES ('config','min_share_factor_passive','1.000000');
INSERT INTO SetupList VALUES ('config','min_share_use_hub','0l');
INSERT INTO SetupList VALUES ('config','max_share','1048576l');
INSERT INTO SetupList VALUES ('config','max_share_reg','10485760l');
INSERT INTO SetupList VALUES ('config','tban_kick','300');
INSERT INTO SetupList VALUES ('config','tban_max','31536000');
INSERT INTO SetupList VALUES ('config','hub_name','Corvette-Telecom DC Hub');
INSERT INTO SetupList VALUES ('config','hub_desc','Corvette-Telecom DC Hub');
INSERT INTO SetupList VALUES ('config','hub_host','');
INSERT INTO SetupList VALUES ('config','hublist_host','');
INSERT INTO SetupList VALUES ('config','hublist_port','');
INSERT INTO SetupList VALUES ('config','hublist_send_minshare','1');
INSERT INTO SetupList VALUES ('config','max_nick','32');
INSERT INTO SetupList VALUES ('config','min_nick','3');
INSERT INTO SetupList VALUES ('config','nick_chars','!%&()*+,-./0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{}������������������������#');
INSERT INTO SetupList VALUES ('config','max_chat_msg','256');
INSERT INTO SetupList VALUES ('config','max_chat_lines','5');
INSERT INTO SetupList VALUES ('config','nick_prefix',NULL);
INSERT INTO SetupList VALUES ('config','nick_prefix_cc','0');
INSERT INTO SetupList VALUES ('config','listen_port','411');
INSERT INTO SetupList VALUES ('config','extra_listen_ports',NULL);
INSERT INTO SetupList VALUES ('config','listen_ip','0.0.0.0');
INSERT INTO SetupList VALUES ('config','timer_conn_period','4');
INSERT INTO SetupList VALUES ('config','timer_serv_period','1');
INSERT INTO SetupList VALUES ('config','min_frequency','0.100000');
INSERT INTO SetupList VALUES ('config','max_upload_kbps','2000000.000000');
INSERT INTO SetupList VALUES ('config','timer_hublist_period','0');
INSERT INTO SetupList VALUES ('config','timer_reloadcfg_period','300');
INSERT INTO SetupList VALUES ('config','nicklist_on_login','1');
INSERT INTO SetupList VALUES ('config','delayed_search','1');
INSERT INTO SetupList VALUES ('config','delayed_myinfo','1');
INSERT INTO SetupList VALUES ('config','reg_class_difference','2');
INSERT INTO SetupList VALUES ('config','step_delay','50');
INSERT INTO SetupList VALUES ('config','bc_reply',NULL);
INSERT INTO SetupList VALUES ('config','hub_security','VerliHub');
INSERT INTO SetupList VALUES ('config','opchat_name','OpChat');
INSERT INTO SetupList VALUES ('config','log_level','2');
INSERT INTO SetupList VALUES ('config','check_ctm','0');
INSERT INTO SetupList VALUES ('config','check_rctm','1');
INSERT INTO SetupList VALUES ('config','max_message_size','10240l');
INSERT INTO SetupList VALUES ('config','dns_lookup','0');
INSERT INTO SetupList VALUES ('config','hide_all_kicks','0');
INSERT INTO SetupList VALUES ('config','optimize_userlist','1');
INSERT INTO SetupList VALUES ('config','hub_owner','Corvette-Telecom');
INSERT INTO SetupList VALUES ('config','int_search','6');
INSERT INTO SetupList VALUES ('config','int_login','120');
INSERT INTO SetupList VALUES ('config','ul_portion','50');
INSERT INTO SetupList VALUES ('config','min_search_chars','3');
INSERT INTO SetupList VALUES ('config','allways_ask_password','0');
INSERT INTO SetupList VALUES ('config','tag_max_slots_default','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_28kbps','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_33_6kbps','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_56kbps','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_modem','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_isdn','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_cable','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_dsl','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_satellite','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_microwave','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_wireless','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_lant1','100');
INSERT INTO SetupList VALUES ('config','tag_max_slots_lant3','100');
INSERT INTO SetupList VALUES ('config','tag_min_slots_default','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_28kbps','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_33_6kbps','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_56kbps','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_modem','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_isdn','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_cable','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_dsl','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_satellite','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_microwave','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_wireless','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_lant1','0');
INSERT INTO SetupList VALUES ('config','tag_min_slots_lant3','0');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_default','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_28kbps','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_33_6kbps','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_56kbps','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_modem','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_isdn','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_cable','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_dsl','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_satellite','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_microwave','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_wireless','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_lant1','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_ls_ratio_lant3','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_default','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_28kbps','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_33_6kbps','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_56kbps','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_modem','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_isdn','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_cable','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_dsl','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_satellite','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_microwave','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_wireless','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_lant1','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_min_limit_lant3','-1.000000');
INSERT INTO SetupList VALUES ('config','tag_max_hs_ratio','100.000000');
INSERT INTO SetupList VALUES ('config','tag_max_hubs','100');
INSERT INTO SetupList VALUES ('config','tag_min_version_plusplus','0.000000');
INSERT INTO SetupList VALUES ('config','tag_min_version_dcgui','0.000000');
INSERT INTO SetupList VALUES ('config','tag_min_version_odc','0.000000');
INSERT INTO SetupList VALUES ('config','tag_min_version_dc','0.000000');
INSERT INTO SetupList VALUES ('config','tag_min_version_dcpro','0.000000');
INSERT INTO SetupList VALUES ('config','tag_min_version_strongdc','0.000000');
INSERT INTO SetupList VALUES ('config','tag_max_version_plusplus','100.000000');
INSERT INTO SetupList VALUES ('config','tag_max_version_dcgui','100.000000');
INSERT INTO SetupList VALUES ('config','tag_max_version_odc','100.000000');
INSERT INTO SetupList VALUES ('config','tag_max_version_dc','100.000000');
INSERT INTO SetupList VALUES ('config','tag_max_version_dcpro','100.000000');
INSERT INTO SetupList VALUES ('config','tag_max_version_strongdc','100.000000');
INSERT INTO SetupList VALUES ('config','cc_zone1','NULL');
INSERT INTO SetupList VALUES ('config','cc_zone2',NULL);
INSERT INTO SetupList VALUES ('config','cc_zone3',NULL);
INSERT INTO SetupList VALUES ('config','ip_zone4_min',NULL);
INSERT INTO SetupList VALUES ('config','ip_zone4_max',NULL);
INSERT INTO SetupList VALUES ('config','ip_zone5_min',NULL);
INSERT INTO SetupList VALUES ('config','ip_zone5_max',NULL);
INSERT INTO SetupList VALUES ('config','ip_zone6_min',NULL);
INSERT INTO SetupList VALUES ('config','ip_zone6_max',NULL);
INSERT INTO SetupList VALUES ('config','show_tags','2');
INSERT INTO SetupList VALUES ('config','tag_allow_none','1');
INSERT INTO SetupList VALUES ('config','tag_sum_hubs','2');
INSERT INTO SetupList VALUES ('config','tag_min_class_ignore','3');
INSERT INTO SetupList VALUES ('config','send_user_ip','0');
INSERT INTO SetupList VALUES ('config','send_user_info','1');
INSERT INTO SetupList VALUES ('config','use_reglist_cache','1');
INSERT INTO SetupList VALUES ('config','use_penlist_cache','1');
INSERT INTO SetupList VALUES ('config','msg_chat_onoff','<< To turn your chat on, use command !chaton >>');
INSERT INTO SetupList VALUES ('config','msg_change_pwd','<< Please change your password NOW using command +passwd new_passwd!!! See +help, 5 minutes remaining >>');
INSERT INTO SetupList VALUES ('config','msg_banned','<<You are banned and this is a default extra message>>');
INSERT INTO SetupList VALUES ('config','msg_hub_full','<<User limit exceeded, hub is full, for some reason>>');
INSERT INTO SetupList VALUES ('config','msg_nick_prefix','<<You don\'t have desired nick prefix>>');
INSERT INTO SetupList VALUES ('config','msg_downgrade','<<You client version is  maybe too recent. In this hub they want to test it first before allowing it. Or maybe there is some bug, that\'s why you can\'t in>>');
INSERT INTO SetupList VALUES ('config','msg_upgrade','<<You have too old version of a client. Please upgrade it to a more recent one..>>');
INSERT INTO SetupList VALUES ('config','msg_replace_ban',NULL);
INSERT INTO SetupList VALUES ('config','chat_default_on','1');
INSERT INTO SetupList VALUES ('config','desc_insert_mode','0');
INSERT INTO SetupList VALUES ('config','msg_welcome_vip',NULL);
INSERT INTO SetupList VALUES ('config','msg_welcome_op',NULL);
INSERT INTO SetupList VALUES ('config','msg_welcome_cheef',NULL);
INSERT INTO SetupList VALUES ('config','msg_welcome_admin',NULL);
INSERT INTO SetupList VALUES ('config','msg_welcome_master',NULL);
INSERT INTO SetupList VALUES ('config','save_lang','0');
INSERT INTO SetupList VALUES ('config','redir_host0','czpro.no-ip.com');
INSERT INTO SetupList VALUES ('config','redir_host1','czpro.no-ip.com');
INSERT INTO SetupList VALUES ('config','redir_host2','czpro.no-ip.com');
INSERT INTO SetupList VALUES ('config','redir_host3','czpro.no-ip.com');
INSERT INTO SetupList VALUES ('config','redir_host4','czpro.no-ip.com');
INSERT INTO SetupList VALUES ('config','redir_host5','czpro.no-ip.com');
INSERT INTO SetupList VALUES ('config','redir_host6','czpro.no-ip.com');
INSERT INTO SetupList VALUES ('config','redir_host7','czpro.no-ip.com');
INSERT INTO SetupList VALUES ('config','redir_host8','czpro.no-ip.com');
INSERT INTO SetupList VALUES ('config','redir_host9','czpro.no-ip.com');
INSERT INTO SetupList VALUES ('config','redir_host_max','0');
