REQUEST Purple 15 with panel

skyfall

Member
Joined
Jun 5, 2021
Messages
61
Awards
2
Offline
*** Hidden text: cannot be quoted. ***
a cuestion this url add en the files 1.php url for mi panel here??


"dns_title": "IPTV",
"url": "' . $dns . '",
"live_dns": "",
"epg_dns": "",
"movie_dns": "",
"series_dns": "",
"catchup_dns": ""
}';
} else {
$dnsInfo = "";
$dnsEntries = loadAllDNS(true);
foreach ($dnsEntries as $dns) {
if ($dnsInfo) {
$dnsInfo .= ",";
}
$dnsInfo .= '{
"dns_title": "' . $dns['name'] . '",
"url": "' . $dns['portal'] . '",
"live_dns": "",
"epg_dns": "",
"movie_dns": "",
"series_dns": "",
"catchup_dns": ""
}';
}
}
 

yamcell

Well-known member
Joined
Oct 25, 2021
Messages
232
Awards
3
Offline
In one panel the ul http:// dns /onepanel/purple/V12 need / API/API.pjp or just /V12 or /v2/api
 

IɴғɪɴɪᴛᴇSᴛʀᴇᴀᴍs

Moderator
Staff member
VIP Member
Joined
Apr 7, 2021
Messages
1,167
Awards
4
Offline
i have this panel
someone who can make it work with this apk? I managed to modify everything but it doesn't save the changes.... and it connects the apk, it only gives a server error, someone who can make it work? and share it again?
It's outdated as it stands so kinda useless
 
Top