Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../public_h.../wp-conte...
File: wp-cache-config.php
<?php
[0] Fix | Delete
/*
[1] Fix | Delete
WP-Cache Config Sample File
[2] Fix | Delete
[3] Fix | Delete
See wp-cache.php for author details.
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
$wp_cache_debug_username = 'a107bf61e9c6c108d24aae60e613fd79';
[7] Fix | Delete
$wp_cache_home_path = '/';
[8] Fix | Delete
$wp_cache_slash_check = 1;
[9] Fix | Delete
$cache_page_secret = '0e90ee7443baaf425fabc047e0039e64';
[10] Fix | Delete
$cache_time_interval = 600;
[11] Fix | Delete
if ( ! defined('WPCACHEHOME') )
[12] Fix | Delete
define( 'WPCACHEHOME', WP_CONTENT_DIR . "/plugins/wp-super-cache/" );
[13] Fix | Delete
[14] Fix | Delete
$cache_compression = 0; // Super cache compression
[15] Fix | Delete
$cache_enabled = true;
[16] Fix | Delete
$super_cache_enabled = true;
[17] Fix | Delete
$cache_max_time = 1800;
[18] Fix | Delete
//$use_flock = true; // Set it true or false if you know what to use
[19] Fix | Delete
$cache_path = WP_CONTENT_DIR . '/cache/';
[20] Fix | Delete
$file_prefix = 'wp-cache-';
[21] Fix | Delete
$ossdlcdn = 1;
[22] Fix | Delete
[23] Fix | Delete
// Array of files that have 'wp-' but should still be cached
[24] Fix | Delete
$cache_acceptable_files = array( 'wp-comments-popup.php', 'wp-links-opml.php', 'wp-locations.php' );
[25] Fix | Delete
[26] Fix | Delete
$cache_rejected_uri = array('wp-.*\\.php', 'index\\.php');
[27] Fix | Delete
$cache_rejected_user_agent = array ( 0 => 'bot', 1 => 'ia_archive', 2 => 'slurp', 3 => 'crawl', 4 => 'spider', 5 => 'Yandex' );
[28] Fix | Delete
[29] Fix | Delete
$cache_rebuild_files = 1;
[30] Fix | Delete
[31] Fix | Delete
// Disable the file locking system.
[32] Fix | Delete
// If you are experiencing problems with clearing or creating cache files
[33] Fix | Delete
// uncommenting this may help.
[34] Fix | Delete
$wp_cache_mutex_disabled = 1;
[35] Fix | Delete
[36] Fix | Delete
// Just modify it if you have conflicts with semaphores
[37] Fix | Delete
$sem_id = 973528386;
[38] Fix | Delete
[39] Fix | Delete
if ( '/' != substr($cache_path, -1)) {
[40] Fix | Delete
$cache_path .= '/';
[41] Fix | Delete
}
[42] Fix | Delete
[43] Fix | Delete
$wp_cache_mobile = 0;
[44] Fix | Delete
$wp_cache_mobile_whitelist = 'Stand Alone/QNws';
[45] Fix | Delete
$wp_cache_mobile_browsers = 'Android, 2.0 MMP, 240x320, AvantGo, BlackBerry, Blazer, Cellphone, Danger, DoCoMo, Elaine/3.0, EudoraWeb, hiptop, IEMobile, iPhone, iPod, KYOCERA/WX310K, LG/U990, MIDP-2.0, MMEF20, MOT-V, NetFront, Newt, Nintendo Wii, Nitro, Nokia, Opera Mini, Palm, Playstation Portable, portalmmm, Proxinet, ProxiNet, SHARP-TQ-GX10, Small, SonyEricsson, Symbian OS, SymbianOS, TS21i-10, UP.Browser, UP.Link, Windows CE, WinWAP';
[46] Fix | Delete
[47] Fix | Delete
// change to relocate the supercache plugins directory
[48] Fix | Delete
$wp_cache_plugins_dir = WPCACHEHOME . 'plugins';
[49] Fix | Delete
// set to 1 to do garbage collection during normal process shutdown instead of wp-cron
[50] Fix | Delete
$wp_cache_shutdown_gc = 0;
[51] Fix | Delete
$wp_super_cache_late_init = 0;
[52] Fix | Delete
[53] Fix | Delete
// uncomment the next line to enable advanced debugging features
[54] Fix | Delete
$wp_super_cache_advanced_debug = 0;
[55] Fix | Delete
$wp_super_cache_front_page_text = '';
[56] Fix | Delete
$wp_super_cache_front_page_clear = 0;
[57] Fix | Delete
$wp_super_cache_front_page_check = 0;
[58] Fix | Delete
$wp_super_cache_front_page_notification = '0';
[59] Fix | Delete
[60] Fix | Delete
$wp_cache_anon_only = 0;
[61] Fix | Delete
$wp_supercache_cache_list = 0;
[62] Fix | Delete
$wp_cache_debug_to_file = 0;
[63] Fix | Delete
$wp_super_cache_debug = 0;
[64] Fix | Delete
$wp_cache_debug_level = 5;
[65] Fix | Delete
$wp_cache_debug_ip = '';
[66] Fix | Delete
$wp_cache_debug_log = '57e8b6f29473e1d6fd01f88b8f41ce44.php';
[67] Fix | Delete
$wp_cache_debug_email = '';
[68] Fix | Delete
$wp_cache_pages[ "search" ] = 0;
[69] Fix | Delete
$wp_cache_pages[ "feed" ] = 0;
[70] Fix | Delete
$wp_cache_pages[ "category" ] = 0;
[71] Fix | Delete
$wp_cache_pages[ "home" ] = 0;
[72] Fix | Delete
$wp_cache_pages[ "frontpage" ] = 0;
[73] Fix | Delete
$wp_cache_pages[ "tag" ] = 0;
[74] Fix | Delete
$wp_cache_pages[ "archives" ] = 0;
[75] Fix | Delete
$wp_cache_pages[ "pages" ] = 0;
[76] Fix | Delete
$wp_cache_pages[ "single" ] = 0;
[77] Fix | Delete
$wp_cache_pages[ "author" ] = 0;
[78] Fix | Delete
$wp_cache_hide_donation = 0;
[79] Fix | Delete
$wp_cache_not_logged_in = 2;
[80] Fix | Delete
$wp_cache_clear_on_post_edit = 0;
[81] Fix | Delete
$wp_cache_hello_world = 0;
[82] Fix | Delete
$wp_cache_mobile_enabled = 0;
[83] Fix | Delete
$wp_cache_cron_check = 1;
[84] Fix | Delete
$wp_cache_mfunc_enabled = 0;
[85] Fix | Delete
$wp_cache_make_known_anon = 0;
[86] Fix | Delete
$wp_cache_refresh_single_only = 0;
[87] Fix | Delete
$wp_cache_mod_rewrite = 0;
[88] Fix | Delete
$wp_supercache_304 = 0;
[89] Fix | Delete
$wp_cache_front_page_checks = 0;
[90] Fix | Delete
$wp_cache_disable_utf8 = 0;
[91] Fix | Delete
$wp_cache_no_cache_for_get = 0;
[92] Fix | Delete
$cache_scheduled_time = "00:00";
[93] Fix | Delete
$wp_cache_preload_interval = 600;
[94] Fix | Delete
$cache_schedule_type = 'interval';
[95] Fix | Delete
$wp_cache_preload_posts = 0;
[96] Fix | Delete
$wp_cache_preload_on = 0;
[97] Fix | Delete
$wp_cache_preload_taxonomies = 0;
[98] Fix | Delete
$wp_cache_preload_email_me = 0;
[99] Fix | Delete
$wp_cache_preload_email_volume = 'none';
[100] Fix | Delete
$wp_cache_mobile_prefixes = '';
[101] Fix | Delete
$cached_direct_pages = array( );
[102] Fix | Delete
$wpsc_served_header = false;
[103] Fix | Delete
$cache_gc_email_me = 0;
[104] Fix | Delete
$wpsc_save_headers = 0;
[105] Fix | Delete
$cache_schedule_interval = 'hourly';
[106] Fix | Delete
$wp_super_cache_comments = 1;
[107] Fix | Delete
$wpsc_version = 169;
[108] Fix | Delete
?>
[109] Fix | Delete
[110] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function