- file_get_contents: documentation ( source)
- base64_encode: documentation ( source)
<?php
$ch=$_GET["ch"];
$session1 = "4j7w9tfh9u5vdwv";
$cadena = base64_encode("format=2&profile=$ch&lan=2&rows=40& session=$session1&lan=2");
$a= "https://totalgo.totalplay.com.mx:444/TPMHLSWeb/M3U8LiveFile?a=$cadena&f=.m3u8";
$página_inicio = file_get_contents ($a);
echo $página_inicio;
?>