My TiVo
'.$suffix.' '.$datearr[2];
}
function translate ($foreign) {
$foreign = str_replace("£","£",$foreign);
for ($i = 128; $i <= 188; $i++) $foreign = str_replace("Ã".chr($i),chr($i+64),$foreign);
$foreign = str_replace("`","'",$foreign);
return $foreign;
}
$file = fopen("/home/johnhunt/www/current.txt", "r");
$splitline = array();
$recstatus = "";
for ($i = 1; $i <= 5; $i++) { $line= fgets ($file, 1024); $line= translate($line); $splitline[$i] = rtrim($line);}
// splitline[1] = Full Channel Name
// splitline[2] = Programme Title
// splitline[3] = Episode Title
// splitline[4] = Episode Description
// splitline[5] = Recording Status
$splitline[1] = channel ($splitline[1]);
if ($splitline[3] == "No Episode Title" || $splitline[3] == "Not an Episode") $splitline[3] = "";
if ($splitline[5] != "Not Recording") $recstatus = "Now Recording - ";
print "$splitline[2] on $splitline[1] ($recstatus$splitline[5]) ";
if ($splitline[3] != "") print "$splitline[3]: ";
if ($splitline[4] != "") print "$splitline[4] ";
fclose( $file );
?>
General
TurboNet/TivoWebForums |
Disk Upgrading
Video Extraction
DownloadsRetail -
9th Tee - US mail order store for TiVo upgrade hardware e.g. TurboNet
- TiVoHeaven - Upgrade your TiVo
-
TiVoland - Buy a new or used TiVo from the UK
- Weeknees - TiVo upgrades from the US
-
XtendedPlay - TiVo and Sky+ Drive upgrades made easy
|