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

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/wp-conte.../plugins/custom-t.../js
File: ctf-scripts.js
}
[500] Fix | Delete
[501] Fix | Delete
if (document.addEventListener) {
[502] Fix | Delete
document.addEventListener('click', handleIntent, false);
[503] Fix | Delete
} else if (document.attachEvent) {
[504] Fix | Delete
document.attachEvent('onclick', handleIntent);
[505] Fix | Delete
}
[506] Fix | Delete
window.__twitterIntentHandler = true;
[507] Fix | Delete
}());
[508] Fix | Delete
}
[509] Fix | Delete
});
[510] Fix | Delete
}
[511] Fix | Delete
[512] Fix | Delete
function ctfCmplzGetCookie(cname) {
[513] Fix | Delete
var name = cname + "="; //Create the cookie name variable with cookie name concatenate with = sign
[514] Fix | Delete
var cArr = window.document.cookie.split(';'); //Create cookie array by split the cookie by ';'
[515] Fix | Delete
[516] Fix | Delete
//Loop through the cookies and return the cookie value if it find the cookie name
[517] Fix | Delete
for (var i = 0; i < cArr.length; i++) {
[518] Fix | Delete
var c = cArr[i].trim();
[519] Fix | Delete
//If the name is the cookie string at position 0, we found the cookie and return the cookie value
[520] Fix | Delete
if (c.indexOf(name) == 0)
[521] Fix | Delete
return c.substring(name.length, c.length);
[522] Fix | Delete
}
[523] Fix | Delete
[524] Fix | Delete
return "";
[525] Fix | Delete
}
[526] Fix | Delete
function ctfLocationGuess($feed) {
[527] Fix | Delete
var location = 'content';
[528] Fix | Delete
[529] Fix | Delete
if ($feed.closest('footer').length) {
[530] Fix | Delete
location = 'footer';
[531] Fix | Delete
} else if ($feed.closest('.header').length
[532] Fix | Delete
|| $feed.closest('header').length) {
[533] Fix | Delete
location = 'header';
[534] Fix | Delete
} else if ($feed.closest('.sidebar').length
[535] Fix | Delete
|| $feed.closest('aside').length) {
[536] Fix | Delete
location = 'sidebar';
[537] Fix | Delete
}
[538] Fix | Delete
[539] Fix | Delete
return location;
[540] Fix | Delete
}
[541] Fix | Delete
})(jQuery);
[542] Fix | Delete
[543] Fix | Delete
[544] Fix | Delete
} //End ctf_js_exists check
[545] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function