Просмотр файла index.php

Размер файла: 1.38Kb
<?php
include'config.php';
include'reclama.php';
header ('<?xml version="1.0"encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">');
$file = file("http://wapos.ru/weather/index.php?$QUERY_STRING");
$file = @implode("", $file);
$file = preg_replace('/<div class="header_down">(.*?)<\/p>/si',"<div class='block_d'><div class='ss_b'>$reclama3<br/>$reclama4<br/></div></div><div class='icon_p'>[<a href='http://trysikov.net.ru/'>На главную</a>]</div><div style='padding:0px; margin:0px; background-color:#666666;'>
<center>$foot</center></div></div>",$file);
$file=str_replace('Wapos.Ru</title>',"$title</title>",$file);

$file=str_replace('style.css',"trysikov.css",$file);
$file = preg_replace('/<div class="header">(.*?)<\/div>/si','<div class="top"><img alt="logo" src="logo.gif" style="padding:0px; margin:0px;"/></div>',$file);
$file = preg_replace('/<div class="header_up">(.*?)<\/div>/si',"<div class='top_b'>Погода</div><div class='block_b'><div class='ss_b'>$rec<br/>$reclama2<br/></div></div>",$file);

$file=str_replace('<div class="block">','<div class="block_c"><div class="icon_p">',$file);
$file=str_replace('&#x041E;&#x0431;&#x0440;&#x0430;&#x0449;&#x0435;&#x043D;&#x0438;&#x0439;:','</div>&#x041E;&#x0431;&#x0440;&#x0430;&#x0449;&#x0435;&#x043D;&#x0438;&#x0439;:',$file);
print "$file";
?>