Просмотр файла grabber-kurs/index.php

Размер файла: 322B
<?php


header ("Content-type: text/vnd.wap.wml; charset=utf-8");

$file = file("http://wap.podrobnosti.ua/utf/finance/?$QUERY_STRING");
$file = @implode("", $file);
$file = ereg_replace("wap.podrobnosti.ua/utf", "funwap.org",$file);
$file = ereg_replace("utf/finance/", "kurs/",$file);

print "$file";


?>