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

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.../httpdocs/clone/wp-conte.../plugins/wordpres.../css
File: main-sitemap.xsl
<?xml version="1.0" encoding="UTF-8"?>
[0] Fix | Delete
<xsl:stylesheet version="2.0"
[1] Fix | Delete
xmlns:html="http://www.w3.org/TR/REC-html40"
[2] Fix | Delete
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
[3] Fix | Delete
xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
[4] Fix | Delete
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
[5] Fix | Delete
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
[6] Fix | Delete
<xsl:template match="/">
[7] Fix | Delete
<html xmlns="http://www.w3.org/1999/xhtml">
[8] Fix | Delete
<head>
[9] Fix | Delete
<title>XML Sitemap</title>
[10] Fix | Delete
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
[11] Fix | Delete
<style type="text/css">
[12] Fix | Delete
body {
[13] Fix | Delete
font-family: Helvetica, Arial, sans-serif;
[14] Fix | Delete
font-size: 13px;
[15] Fix | Delete
color: #545353;
[16] Fix | Delete
}
[17] Fix | Delete
table {
[18] Fix | Delete
border: none;
[19] Fix | Delete
border-collapse: collapse;
[20] Fix | Delete
}
[21] Fix | Delete
#sitemap tr:nth-child(odd) td {
[22] Fix | Delete
background-color: #eee !important;
[23] Fix | Delete
}
[24] Fix | Delete
#sitemap tbody tr:hover td {
[25] Fix | Delete
background-color: #ccc;
[26] Fix | Delete
}
[27] Fix | Delete
#sitemap tbody tr:hover td, #sitemap tbody tr:hover td a {
[28] Fix | Delete
color: #000;
[29] Fix | Delete
}
[30] Fix | Delete
#content {
[31] Fix | Delete
margin: 0 auto;
[32] Fix | Delete
width: 1000px;
[33] Fix | Delete
}
[34] Fix | Delete
.expl {
[35] Fix | Delete
margin: 18px 3px;
[36] Fix | Delete
line-height: 1.2em;
[37] Fix | Delete
}
[38] Fix | Delete
.expl a {
[39] Fix | Delete
color: #da3114;
[40] Fix | Delete
font-weight: 600;
[41] Fix | Delete
}
[42] Fix | Delete
.expl a:visited {
[43] Fix | Delete
color: #da3114;
[44] Fix | Delete
}
[45] Fix | Delete
a {
[46] Fix | Delete
color: #000;
[47] Fix | Delete
text-decoration: none;
[48] Fix | Delete
}
[49] Fix | Delete
a:visited {
[50] Fix | Delete
color: #777;
[51] Fix | Delete
}
[52] Fix | Delete
a:hover {
[53] Fix | Delete
text-decoration: underline;
[54] Fix | Delete
}
[55] Fix | Delete
td {
[56] Fix | Delete
font-size:11px;
[57] Fix | Delete
}
[58] Fix | Delete
th {
[59] Fix | Delete
text-align:left;
[60] Fix | Delete
padding-right:30px;
[61] Fix | Delete
font-size:11px;
[62] Fix | Delete
}
[63] Fix | Delete
thead th {
[64] Fix | Delete
border-bottom: 1px solid #000;
[65] Fix | Delete
}
[66] Fix | Delete
</style>
[67] Fix | Delete
</head>
[68] Fix | Delete
<body>
[69] Fix | Delete
<div id="content">
[70] Fix | Delete
<h1>XML Sitemap</h1>
[71] Fix | Delete
<p class="expl">
[72] Fix | Delete
Generated by <a href="https://yoa.st/1y5" target="_blank" rel="noopener">Yoast SEO</a>, this is an XML Sitemap, meant for consumption by search engines.<br/>
[73] Fix | Delete
You can find more information about XML sitemaps on <a href="https://sitemaps.org" target="_blank" rel="noopener">sitemaps.org</a>.
[74] Fix | Delete
</p>
[75] Fix | Delete
<xsl:if test="count(sitemap:sitemapindex/sitemap:sitemap) &gt; 0">
[76] Fix | Delete
<p class="expl">
[77] Fix | Delete
This XML Sitemap Index file contains <xsl:value-of select="count(sitemap:sitemapindex/sitemap:sitemap)"/> sitemaps.
[78] Fix | Delete
</p>
[79] Fix | Delete
<table id="sitemap" cellpadding="3">
[80] Fix | Delete
<thead>
[81] Fix | Delete
<tr>
[82] Fix | Delete
<th width="75%">Sitemap</th>
[83] Fix | Delete
<th width="25%">Last Modified</th>
[84] Fix | Delete
</tr>
[85] Fix | Delete
</thead>
[86] Fix | Delete
<tbody>
[87] Fix | Delete
<xsl:for-each select="sitemap:sitemapindex/sitemap:sitemap">
[88] Fix | Delete
<xsl:variable name="sitemapURL">
[89] Fix | Delete
<xsl:value-of select="sitemap:loc"/>
[90] Fix | Delete
</xsl:variable>
[91] Fix | Delete
<tr>
[92] Fix | Delete
<td>
[93] Fix | Delete
<a href="{$sitemapURL}"><xsl:value-of select="sitemap:loc"/></a>
[94] Fix | Delete
</td>
[95] Fix | Delete
<td>
[96] Fix | Delete
<xsl:value-of select="concat(substring(sitemap:lastmod,0,11),concat(' ', substring(sitemap:lastmod,12,5)),concat(' ', substring(sitemap:lastmod,20,6)))"/>
[97] Fix | Delete
</td>
[98] Fix | Delete
</tr>
[99] Fix | Delete
</xsl:for-each>
[100] Fix | Delete
</tbody>
[101] Fix | Delete
</table>
[102] Fix | Delete
</xsl:if>
[103] Fix | Delete
<xsl:if test="count(sitemap:sitemapindex/sitemap:sitemap) &lt; 1">
[104] Fix | Delete
<p class="expl">
[105] Fix | Delete
This XML Sitemap contains <xsl:value-of select="count(sitemap:urlset/sitemap:url)"/> URLs.
[106] Fix | Delete
</p>
[107] Fix | Delete
<table id="sitemap" cellpadding="3">
[108] Fix | Delete
<thead>
[109] Fix | Delete
<tr>
[110] Fix | Delete
<th width="80%">URL</th>
[111] Fix | Delete
<th width="5%">Images</th>
[112] Fix | Delete
<th title="Last Modification Time" width="15%">Last Mod.</th>
[113] Fix | Delete
</tr>
[114] Fix | Delete
</thead>
[115] Fix | Delete
<tbody>
[116] Fix | Delete
<xsl:variable name="lower" select="'abcdefghijklmnopqrstuvwxyz'"/>
[117] Fix | Delete
<xsl:variable name="upper" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/>
[118] Fix | Delete
<xsl:for-each select="sitemap:urlset/sitemap:url">
[119] Fix | Delete
<tr>
[120] Fix | Delete
<td>
[121] Fix | Delete
<xsl:variable name="itemURL">
[122] Fix | Delete
<xsl:value-of select="sitemap:loc"/>
[123] Fix | Delete
</xsl:variable>
[124] Fix | Delete
<a href="{$itemURL}">
[125] Fix | Delete
<xsl:value-of select="sitemap:loc"/>
[126] Fix | Delete
</a>
[127] Fix | Delete
</td>
[128] Fix | Delete
<td>
[129] Fix | Delete
<xsl:value-of select="count(image:image)"/>
[130] Fix | Delete
</td>
[131] Fix | Delete
<td>
[132] Fix | Delete
<xsl:value-of select="concat(substring(sitemap:lastmod,0,11),concat(' ', substring(sitemap:lastmod,12,5)),concat(' ', substring(sitemap:lastmod,20,6)))"/>
[133] Fix | Delete
</td>
[134] Fix | Delete
</tr>
[135] Fix | Delete
</xsl:for-each>
[136] Fix | Delete
</tbody>
[137] Fix | Delete
</table>
[138] Fix | Delete
</xsl:if>
[139] Fix | Delete
</div>
[140] Fix | Delete
</body>
[141] Fix | Delete
</html>
[142] Fix | Delete
</xsl:template>
[143] Fix | Delete
</xsl:stylesheet>
[144] Fix | Delete
[145] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function