TV: $boxname";
} else {
$boxname = trim($tvbox, $pseudochannelTrim . "_");
$boxes .= "TV: $boxname";
}
}
$clientcount = 1;
foreach ($clientsxml->Server as $key => $xmlarray) {
$clientinfodump .= "Plex Client #$clientcount $xmlarray[name] ";
$clientinfodump .= " $xmlarray[address] ";
$clientinfodump .= " $xmlarray[machineIdentifier] ";
$clientcount = $clientcount + 1;
}
?>
FakeTV Guide and Control
";
echo $txt;
fwrite($myfile, $txt);
fclose($myfile);
$update = "1";
} ?>