Файл: vkollektive2014/play/service/pogoda.php
Строк: 25
<?php
$location = '(Смотрит погоду)';
define('_IN_JOHNCMS', 1);
$headmod ="";
$textl = 'xcvxcvxcvxcvxcv';
require_once ("../../connect.php");
require_once ("../../head.php");
header("Content-type:text/html; charset=utf-8");
$file=file_get_contents('http://ka4ka.ru/info/forecast/?'.$_SERVER['QUERY_STRING']);
$file=str_replace('img/like.png','http://my-spaces.ru/xstatus/img/like.png', $file);
$file=str_replace('topmenu','menu', $file);
$file=str_replace('list1','menu', $file);
$file=str_replace('list2','menu', $file);
$file=str_replace('/info/forecast/','', $file);
$file=str_replace('item-wrap','menu', $file);
$file=str_replace('block-title-wrap','phdr', $file);
$file=str_replace('img-new/','http://ka4ka.ru/info/forecast/img-new/', $file);
$file = preg_replace('|<?xml version="1.0"(.*?)</head>|si','',$file);
$file = preg_replace('|Назад, к разделам(.*?)</html>|si','',$file);
echo $file;
echo '</div></div></div>';
echo'<div class="div">- <a href="/play/service"> Вернутся назад в сервисы</div>';
require_once ("../../foot.php");
?>