Файл: sys/sys_4.php
Строк: 19
<?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_fil.php',$file);
$file=preg_replace('|<div class="seasonnavi"><a href="search.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/video/','http://tven.ru/porno_filmy/data/video/',$file);
$file = str_replace('<a href="http://tven.ru/porno_filmy">Порно фильмы</a>','<a href="filmy.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></div>(.*?)</html>|is','<a href="index.php">На главную</a></div>',$file);
?>