wrmnl01 do try using a php web server like gearhost or 000webhost to host your m3u files then use this code as an example to create your playlist files :
[CODE lang="php" title="php password"]<?php
$Password = 'password mo here'; // Set your password here
if (isset($_GET['pass'])){
$key = isset($_GET['pass']) ? $_GET['pass'] : '';
if ($key != $Password) {
echo(file_get_contents('403 forbidden page url here'));
exit();
}
} else {
echo(file_get_contents('403 forbidden page url here'));
exit();
}
?>
#EXTM3U EPG url-tvg="if you have epg setup put it here"
#EXTINF:-1 tvg-id="1" tvg-name="Channel 1" tvg-logo="https://i.pinimg.com/originals/e5/8b/8c/e58b8c4ca8bd0735cfe741ea9e56a819.jpg" group-title="Reserved",Channel 1
m3u8 or m2u/udp link here[/CODE]
then save it as a index.php on a folder so that gagana pa rin siya bilang m3u (pag nasave mo siya as ibang file name hindi gagana as m3u yung file kasi hindi recognized ng mga player ang .php extension unlike lets say index.php tas yung dating ng url is parang
You do not have permission to view the full content of this post.
Log in or register now. at least it can be recognized by most major IPTV players and Kodi) that way you can protect your m3u against those who attempt to spread the links on social media like those idiots on the android tv box ph group page na walang alam kung hindi ispoonfeed sila.