Файл: sys/sys_5.php
Строк: 17
<?php
$file = str_replace('<?xml version="1.0" encoding="UTF-8"?>','',$file);
$file=preg_replace('|<!DOCTYPE(.*?)<div class="bop">|is','<div class="bop">',$file);
$file = str_replace('index.php?','?',$file);
$file = str_replace('http://tven.ru/thestyle/','style/',$file);
$file = str_replace('view.php','view_fot.php',$file);
$file=preg_replace('|<div class="seasonnavi"><a href="top.php">(.*?)Популярные фото</a></div>|is','',$file);
$file = str_replace('<a href="http://tven.ru">Tven.Ru</a>','<a href="index.php">Главная</a>',$file);
$file = str_replace('data/pic/','http://tven.ru/foto/data/pic/',$file);
$file = str_replace('<a href="http://tven.ru/foto">Порно фото</a>','<a href="foto.php">Порно фото</a>',$file);
$file = str_replace('index.php?id=','?id=',$file);
$file = str_replace('<a href="index.php">Порно фото</a>','<a href="?">Порно фото</a>',$file);
$file=preg_replace('|<a href="http://tven.ru">На главную</a><br/></div>(.*?)</html>|is','<a href="index.php">На главную</a></div>',$file);
?>