[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/install/ -> defaultconfig.properties.php (source)

   1  <?php
   2  
   3  $Inserts['comments_enabled']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('comments_enabled','1',1);";
   4  $Inserts['rdf_enabled']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('rdf_enabled','1',1);";
   5  $Inserts['temp_folder']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('temp_folder','./tmp',3);";
   6  $Inserts['base_url']                                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('base_url','{plog_base_url}',3);";
   7  $Inserts['show_posts_max']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('show_posts_max','15',1);";
   8  $Inserts['recent_posts_max']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('recent_posts_max','10',1);";
   9  $Inserts['default_template']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_template','standard',3);";
  10  $Inserts['template_folder']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_folder','./templates',3);";
  11  $Inserts['default_blog_id']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_blog_id','1',1);";
  12  $Inserts['default_locale']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_locale','en_UK',3);";
  13  $Inserts['html_allowed_tags_in_comments']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('html_allowed_tags_in_comments','<a><i><br><br/><b>',3);";
  14  $Inserts['referer_tracker_enabled']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('referer_tracker_enabled','1',1);";
  15  $Inserts['rss_parser_enabled']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('rss_parser_enabled','1',1);";
  16  $Inserts['show_more_enabled']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('show_more_enabled','1',1);";
  17  $Inserts['show_more_threshold']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('show_more_threshold','150',1);";
  18  $Inserts['update_article_reads']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('update_article_reads','1',1);";
  19  $Inserts['email_service_enabled']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('email_service_enabled','1',1);";
  20  $Inserts['post_notification_source_address']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('post_notification_source_address','noreply@your.host.com',3);";
  21  $Inserts['request_format_mode']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('request_format_mode','1',1);";
  22  $Inserts['xmlrpc_ping_hosts']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('xmlrpc_ping_hosts','a:2:{i:0;s:27:\"http://rpc.weblogs.com/RPC2\";i:1;s:0:\"\";}',5);";
  23  $Inserts['trackback_server_enabled']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('trackback_server_enabled','1',1);";
  24  $Inserts['htmlarea_enabled']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('htmlarea_enabled','1',1);";
  25  $Inserts['default_pull_down_menu_enabled']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_pull_down_menu_enabled','0',1);";
  26  $Inserts['plugin_manager_enabled']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('plugin_manager_enabled','1',1);";
  27  $Inserts['check_email_address_validity']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('check_email_address_validity','0',1);";
  28  $Inserts['summary_page_show_max']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_page_show_max','15',1);";
  29  $Inserts['minimum_password_length']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('minimum_password_length','4',1);";
  30  $Inserts['templates']                                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('templates','a:1:{i:0;s:8:\"standard\";}',5);";
  31  $Inserts['locales']                                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('locales','a:0:{}',5)";
  32  $Inserts['email_service_type']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('email_service_type','php',3);";
  33  $Inserts['smtp_host']                                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('smtp_host','your.smtp.host.com',3);";
  34  $Inserts['smtp_port']                                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('smtp_port','25',1);";
  35  $Inserts['smtp_use_authentication']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('smtp_use_authentication','0',1);";
  36  $Inserts['smtp_username']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('smtp_username','',3);";
  37  $Inserts['smtp_password']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('smtp_password','',3);";
  38  $Inserts['locale_folder']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('locale_folder','./locale',3);";
  39  $Inserts['xmlrpc_ping_enabled']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('xmlrpc_ping_enabled','0',1);";
  40  $Inserts['path_to_tar']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('path_to_tar','{path_to_tar}',3);";
  41  $Inserts['path_to_gzip']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('path_to_gzip','{path_to_gzip}',3);";
  42  $Inserts['path_to_bz2']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('path_to_bz2','{path_to_bz2}',3);";
  43  $Inserts['path_to_unzip']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('path_to_unzip','{path_to_unzip}',3);";
  44  $Inserts['users_can_add_templates']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('users_can_add_templates',1,1);";
  45  $Inserts['maximum_file_upload_size']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('maximum_file_upload_size', 2000000, 1);";
  46  $Inserts['upload_forbidden_files']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('upload_forbidden_files', '*.php *.php3 *.php4 *.phtml *.htm *.html *.exe *.com *.bat .htaccess *.sh', 3);";
  47  $Inserts['comments_order']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('comments_order', 1, 1);";
  48  $Inserts['security_pipeline_enabled']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('security_pipeline_enabled', 1, 1);";
  49  $Inserts['maximum_comment_size']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('maximum_comment_size', 0, 1 );";
  50  $Inserts['resources_enabled']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resources_enabled', 1, 1 );";
  51  $Inserts['thumbnail_method']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('thumbnail_method', 'gd', 3);";
  52  $Inserts['path_to_convert']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('path_to_convert', '{path_to_convert}', 3);";
  53  $Inserts['thumbnail_height']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('thumbnail_height', 120, 1);";
  54  $Inserts['thumbnail_width']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('thumbnail_width', 120, 1);";
  55  $Inserts['thumbnails_keep_aspect_ratio']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('thumbnails_keep_aspect_ratio', 1, 1);";
  56  $Inserts['xmlrpc_api_enabled']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('xmlrpc_api_enabled', 1, 1);";
  57  $Inserts['uploads_enabled']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('uploads_enabled', 1, 1);";
  58  $Inserts['default_rss_profile']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_rss_profile', 'rss090', 3);";
  59  $Inserts['bayesian_filter_enabled']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_enabled', 1, 2);";
  60  $Inserts['bayesian_filter_spam_probability_treshold']         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_spam_probability_treshold', '0.9', 6);";
  61  $Inserts['bayesian_filter_nonspam_probability_treshold']     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_nonspam_probability_treshold', '0.2', 6);";
  62  $Inserts['bayesian_filter_min_length_token']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_min_length_token', '3', 1);";
  63  $Inserts['bayesian_filter_max_length_token']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_max_length_token', '100', 1);";
  64  $Inserts['bayesian_filter_number_significant_tokens']         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_number_significant_tokens', 15, 1);";
  65  $Inserts['bayesian_filter_spam_comments_action']             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('bayesian_filter_spam_comments_action', 0, 1 );";
  66  $Inserts['thumbnail_format']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('thumbnail_format','same',3);";
  67  $Inserts['resources_folder']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resources_folder','./gallery/',3);";
  68  $Inserts['beautify_comments_text']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('beautify_comments_text', '1', 1);";
  69  $Inserts['disable_apache_error_handler']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('disable_apache_error_handler', '0', 1);";
  70  $Inserts['show_future_posts_in_calendar']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('show_future_posts_in_calendar', '0', 1);";
  71  $Inserts['xhtml_converter_enabled']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('xhtml_converter_enabled', '1', 1);";
  72  $Inserts['xhtml_converter_aggresive_mode_enabled']             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('xhtml_converter_aggresive_mode_enabled', '0', 1);";
  73  $Inserts['search_engine_enabled']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('search_engine_enabled', '1', 1);";
  74  $Inserts['search_in_custom_fields']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('search_in_custom_fields', '1', 1);";
  75  $Inserts['search_in_comments']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('search_in_comments', '1', 1);";
  76  $Inserts['resources_quota']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resources_quota', '0', 1);";
  77  $Inserts['category_link_format']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('category_link_format', '/blog/{blogname}/{catname}$', 3);";
  78  $Inserts['blog_link_format']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('blog_link_format', '/blog/{blogname}$', 3);";
  79  $Inserts['archive_link_format']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('archive_link_format', '/blog/{blogname}/archives/{year}/?{month}/?{day}', 3);";
  80  $Inserts['user_posts_link_format']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('user_posts_link_format', '/blog/{blogname}/user/{username}$', 3);";
  81  $Inserts['post_trackbacks_link_format']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('post_trackbacks_link_format', '/blog/{blogname}/post/trackbacks/{postname}$', 3);";
  82  $Inserts['template_link_format']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_link_format', '/blog/{blogname}/content/{templatename}$', 3);";
  83  $Inserts['album_link_format']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('album_link_format', '/blog/{blogname}/album/{albumname}$', 3);";
  84  $Inserts['resource_link_format']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_link_format', '/blog/{blogname}/resource/{albumname}/{resourcename}$', 3);";
  85  $Inserts['resource_preview_link_format']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_preview_link_format', '/blog/{blogname}/resource/{albumname}/preview/{resourcename}$', 3);";
  86  $Inserts['resource_medium_size_preview_link_format']         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_medium_size_preview_link_format', '/blog/{blogname}/resource/{albumname}/preview-med/{resourcename}$', 3);";
  87  $Inserts['resource_download_link_format']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_download_link_format', '/blog/{blogname}/resource/{albumname}/download/{resourcename}$', 3);";
  88  $Inserts['permalink_format']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('permalink_format', '/blog/{blogname}/{catname}/{year}/{month}/{day}/{postname}$', 3);";
  89  $Inserts['script_name']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('script_name', 'index.php', 3);";
  90  $Inserts['resource_server_http_cache_enabled']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('resource_server_http_cache_enabled', '1', 1);";
  91  $Inserts['medium_size_thumbnail_width']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('medium_size_thumbnail_width', '640', 1);";
  92  $Inserts['medium_size_thumbnail_height']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('medium_size_thumbnail_height', '480', 1);";
  93  $Inserts['subdomains_enabled']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('subdomains_enabled', '0', 1);";
  94  $Inserts['include_blog_id_in_url']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('include_blog_id_in_url', '1', 1);";
  95  $Inserts['send_xmlrpc_pings_enabled_by_default']             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('send_xmlrpc_pings_enabled_by_default', '1', 1);";
  96  $Inserts['forbidden_usernames']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('forbidden_usernames', 'admin www blog ftp wiki forums', 3);";
  97  $Inserts['force_registration_confirmation']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('force_registration_confirmation', '0', 1);";
  98  $Inserts['summary_items_per_page']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_items_per_page', '25', 3);";
  99  $Inserts['subdomains_base_url']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('subdomains_base_url', '', 3);";
 100  $Inserts['autosave_new_drafts_time_millis']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('autosave_new_drafts_time_millis', '300000', 3);";
 101  $Inserts['save_drafts_via_xmlhttprequest_enabled']             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('save_drafts_via_xmlhttprequest_enabled', '1', 1);";
 102  $Inserts['need_email_confirm_registration']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('need_email_confirm_registration', '1', 1);";
 103  $Inserts['force_one_blog_per_email_account']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('force_one_blog_per_email_account', '0', 1);";
 104  $Inserts['summary_show_agreement']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_show_agreement', '1', 1);";
 105  $Inserts['default_time_offset']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_time_offset', '0', 3);";
 106  $Inserts['template_cache_enabled']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_cache_enabled', '1', 1);";
 107  $Inserts['template_http_cache_enabled']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_http_cache_enabled', '1', 1);";
 108  $Inserts['template_compile_check']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_compile_check', '1', 1);";
 109  $Inserts['update_cached_article_reads']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('update_cached_article_reads', '1', 1);";
 110  $Inserts['allow_php_code_in_templates']                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('allow_php_code_in_templates', '0', 1);";
 111  $Inserts['thumbnail_generator_use_smoothing_algorithm']     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('thumbnail_generator_use_smoothing_algorithm', '1', 1);";
 112  $Inserts['template_cache_lifetime']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_cache_lifetime', '-1', 3);";
 113  $Inserts['use_http_accept_language_detection']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('use_http_accept_language_detection', '0', 1);";
 114  $Inserts['session_save_path']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('session_save_path', '', 3);";
 115  $Inserts['skip_dashboard']                                     = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('skip_dashboard', '0', 1);";
 116  $Inserts['use_captcha_auth']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('use_captcha_auth', '0', 1);";
 117  $Inserts['page_suffix_format']                                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('page_suffix_format', '/page/{page}', 3);";
 118  $Inserts['urlize_word_separator']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('urlize_word_separator', '-', 3);";
 119  $Inserts['summary_template_cache_lifetime']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_template_cache_lifetime', '0', 1 );";
 120  $Inserts['http_cache_lifetime']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('http_cache_lifetime', '1800', 1 );";
 121  $Inserts['blog_does_not_exist_url']                         = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('blog_does_not_exist_url','{plog_base_url}',3);";
 122  $Inserts['default_global_article_category_id']                 = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_global_article_category_id','1',1);";
 123  $Inserts['hard_show_posts_max']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_show_posts_max','50',1);";
 124  $Inserts['hard_recent_posts_max']                           = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_recent_posts_max','25',1);";
 125  $Inserts['show_comments_max']                               = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('show_comments_max','20',1);";
 126  $Inserts['hard_show_comments_max']                          = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_show_comments_max','50',1);";
 127  $Inserts['upload_allowed_files']                            = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('upload_allowed_files','', 3);";
 128  $Inserts['template_load_order']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('template_load_order','2', 1);"; 
 129  $Inserts['summary_service_name']                            = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_service_name','Your Service Name', 3);"; 
 130  $Inserts['allow_javascript_blocks_in_posts']                = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('allow_javascript_blocks_in_posts','0', 1);"; 
 131  ?>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics