?PNG
IHDR ? f ??C1 sRGB ?? gAMA ?a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
Обновление sitemap.xml..
';
$content = sitemapUpdate(0, 1);
if (is_writable($sitemap_path)) {
if (!$handle = fopen($sitemap_path, "w+")) {
echo "Не могу открыть файл sitemap.xml";
exit;
}
// Записываем $somecontent в наш открытый файл.
if (fwrite($handle, $content) === false) {
echo "Не могу произвести запись в файл sitemap.xml";
exit;
}
fclose($handle);
} else {
echo "Файл sitemap.xml недоступен для записи";
echo "
Создание sitemap.xml..
";
fclose($handle);
$xhandler = fopen($sitemap_path, "w+");
if($xhandler==false){
die("Невозможно создать файл.");
} else {
echo "Файл sitemap.xml создан, сохраняю содержимое..
";
if (fwrite($xhandler, $content) === false) {
echo "Не могу произвести запись в файл sitemap.xml";
exit;
}
fclose($handle);
}
}
echo "Всего проиндексировано " . $SITEMAP_ITER .
" документов. Файл sitemap.xml обновлён. Скрыть";
break;
case '2':
// refresh
sitemapInfo();
break;
}
?>