<?php
define('_IN_JOHNCMS', 1);
$headmod ="";
$textl = 'Чарты';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
header("Content-type:text/html; charset=utf-8");
$dir = $_GET['dir'];
$file = file_get_contents('http://play.zaycu.ru/charts/' . $dir);
$file = str_replace('/view/','/page.php?dir=view', $file);
echo $file;
require_once ("../incfiles/end.php");
?>как дальше делать? что в page.php писать?