File size: 590B
<?
include_once 'config.php';
echo $top;
$file = file_get_contents("http://wap.fscores.com/end_match.php?".$_SERVER['QUERY_STRING']);
$file = preg_replace('/(.*)<!DOCTYPE wml(.*?)>(.*?)<wml>/si','',$file);
$file=str_replace('</card></wml>','',$file);
$file = preg_replace('/<a href=(.*?)>(.*?)<\/a>/si','',$file);
$file = preg_replace('/<card title=(.*?)>/si','',$file);
$file = preg_replace('/<small>(.*?)<\/small>/si','',$file);
$file = str_replace('|','',$file);
$file=str_replace('<font color=lime>','<font color="red">',$file);
echo $file;
echo $foot;
?>