Answer the question
In order to leave comments, you need to log in
Form playlist for uppod using php?
Hello everyone, I need your help, I need to generate a list of files for the uppod playlist,
here is the script itself:
$dict = bdec_file('public/downloads/torrents/'.$id.'.torrent', (1024 * 1024) );
$dirname = $dict['value']['info']['value']['name']['value'];
$sql = $db->query("SELECT * FROM files WHERE id_torrent = ".$arr['id']." ORDER BY id");
if(!$db->num_rows($sql)) {
err("Ошибка" , "»Извините, но наша система не нашла файлов" , 1);
}
while($row = $db->get_row($sql) ) {
$result = strip_tags(iconv("utf-8" , "windows-1251" , $row['filename']));
$filename = explode("/", $result);
echo "http://mp4.sitename.com/serials/$dirname/$filename[0]/$filename[1]/index.m3u8"
}
Результат:
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_1/Серия_1.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_1/Серия_2.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_1/Серия_3.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_1/Серия_4.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_1/Серия_5.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_1/Серия_6.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_1/Серия_7.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_2/Серия_1.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_2/Серия_2.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_2/Серия_3.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_2/Серия_4.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_2/Серия_5.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_2/Серия_6.mp4/index.m3u8
http://mp4.sitename.com/serials/A_police_officer_with_the_ruble_in_2016_SATRip/episode_2/Серия_7.mp4/index.m3u8
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question