Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!
Resource icon

Resource 0x4x SCRIPT XXX 1.0

Register & Get access to index
and it still works good. I haven't had any issues with it at all
Hi can you explain how it work ? in my case the script download the list but all ch are down and in vlc don't play
 
you need it on a web server. copy all of the content from zip file, into a folder called 0x4x in the var/www/html folder. set permissions to that folder to 751 and you goto your web browser and point to your web server as http://host name/0x4x/0x4x.php you will get the list in the web browser, from there you just copy all of it, and paste it into a new file called adult.m3u and from there you can run that file in VLC player
 
m3u file can be inserted into xtreamUi panel.
Are the channels visible?
Thanks I apologize if I said something that breaks the rules-.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
m3u file can be inserted into xtreamUi panel.
Are the channels visible?
Thanks I apologize if I said something that breaks the rules-.
works fine, just put the file in www folder and acess this
 
you need it on a web server. copy all of the content from zip file, into a folder called 0x4x in the var/www/html folder. set permissions to that folder to 751 and you goto your web browser and point to your web server as http://host name/0x4x/0x4x.php you will get the list in the web browser, from there you just copy all of it, and paste it into a new file called adult.m3u and from there you can run that file in VLC player
Thank's for your answer, I have done everything you write me to do the list appears on browser but it doesn't work in VLC, I'm using a normal web host with cpanel
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Thank's for your answer, I have done everything you write me to do the list appears on browser but it doesn't work in VLC, I'm using a normal web host with cpanel
Same here
 
with vlc it doesn't work but if I put the link in the xtreamUi panel it works. That's what I was looking for. Thank you
 
with vlc it doesn't work but if I put the link in the xtreamUi panel it works. That's what I was looking for. Thank you

At me also in panel doesn't start
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Oi
funciona muito bem, deixo um vídeo
[MEDIA = youtube] jMFrgI9vXTU [/ MEDIA]
 
Last edited:
with vlc it doesn't work but if I put the link in the xtreamUi panel it works. That's what I was looking for. Thank you

I put also in panel and doesn't work
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
with vlc it doesn't work but if I put the link in the xtreamUi panel it works. That's what I was looking for. Thank you
works both ways for me VLC player and Panel
 
I have basically same problem as @redhat, I'm able to get the playlist but it won't play neither in VLC or X-UI
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
can any one help i get this and not the list
<?php
header ("Content-type: text/plain");


$line = explode('</div><div class="tv_sp" ', file_get_contents("http://oxax.tv/spisok"));
echo "#EXTM3U".PHP_EOL;
foreach($line as $l) {
$channel = GetBetween($l,'href="/','.html');
$name = GetBetween($l,'title="', '"');
if (strlen($channel) !== 0) {
echo "#EXTINF:-1 group-title=\"Adultos\", ".$name.PHP_EOL;
echo str_replace('0x4x.php', '0x_ch.php', "http://{$_SERVER['HTTP_HOST']}{$_SERVER['PHP_SELF']}")."?ch=".$channel."&f=.m3u8".PHP_EOL;
}
}


function GetBetween($content,$start,$end){
$r = explode($start, $content);
if (isset($r[1])){
$r = explode($end, $r[1]);
return $r[0];
}
return '';
}

 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
can any one help i get this and not the list
<?php
header ("Content-type: text/plain");


$line = explode('</div><div class="tv_sp" ', file_get_contents("http://oxax.tv/spisok"));
echo "#EXTM3U".PHP_EOL;
foreach($line as $l) {
$channel = GetBetween($l,'href="/','.html');
$name = GetBetween($l,'title="', '"');
if (strlen($channel) !== 0) {
echo "#EXTINF:-1 group-title=\"Adultos\", ".$name.PHP_EOL;
echo str_replace('0x4x.php', '0x_ch.php', "http://{$_SERVER['HTTP_HOST']}{$_SERVER['PHP_SELF']}")."?ch=".$channel."&f=.m3u8".PHP_EOL;
}
}


function GetBetween($content,$start,$end){
$r = explode($start, $content);
if (isset($r[1])){
$r = explode($end, $r[1]);
return $r[0];
}
return '';
}
hi there i have same issue did you solve this
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top