<?php
include 'head.php';
$file=file_get_contents('http://wap.wtrafuz.ru/videos/libxxx/index.php?'.$_SERVER['QUERY_STRING']);
$file=str_replace('<?xml version="1.0" encoding="utf-8"?>','', $file);
$file=str_replace('<a href="/','<a href="./', $file);
echo $file;
include 'foot.php';
?>