Файл: sys/sys_3.php
Строк: 20
<?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_mp4.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/mp4_porno_video/data/video/',$file);
$file = str_replace('<a href="http://tven.ru/video">Порно видео</a>','<a href="video.php">Порно видео</a>',$file);
$file = str_replace('<a href="http://tven.ru/mp4_porno_video">Порно видео</a>','<a href="mp4.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);
?>