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 LTQ web player up to 6 dns v1.0.7 [Deleted]

Status
Not open for further replies.
catagories don't change either when click on them, some work needs to be done here , ive managed to get stream to player by adding js folder but as far as catagories they dont change when click

Try changing your php version to 7.3 with Ioncube_loader extension enabled. then change the Streaming Format to HLS inside the Web Player Menu
 
Try changing your php version to 7.3 with Ioncube_loader extension enabled. then change the Streaming Format to HLS inside the Web Player Menu
In the time i spent tesing it last night I found that I was getting errors too do with the .json files not being read/writable, Categories not working ,streams throwing HLS.js(? name off the top of my head) errors.

Im using a Hetzner webserver running PHP7.2, I noted that in the install.txt it said too use 7.1 so I made it so it was using that by making changes too the .htaccess files.

Ill try again tonight but any more info would be fantastic in helping me get it setup properly.
 
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
Thanks for this. much appreciated
 
thanks for sharing mate, much appreciated !
 
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
ive got streams to load now but catagories not working
 
In the time i spent tesing it last night I found that I was getting errors too do with the .json files not being read/writable, Categories not working ,streams throwing HLS.js(? name off the top of my head) errors.

Im using a Hetzner webserver running PHP7.2, I noted that in the install.txt it said too use 7.1 so I made it so it was using that by making changes too the .htaccess files.

Ill try again tonight but any more info would be fantastic in helping me get it setup properly.
I got this of an alternative source so cant confirm if it's exactly the same but from the sounds of it it sound like it is.

 
thanks. will try it out one day when i get more likes lol
 
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
look good thanks for share
 
I got this of an alternative source so cant confirm if it's exactly the same but from the sounds of it it sound like it is.

No quote
I managed to fix the read/write errors by changing the file paths too their full relative paths.

However I still have yet to come close to fixing the TV Guide or the actual playing of Live Streams. When I click on Categories, nothing happens. When I get onto a Live channel nothing happens - either constant loading or HLS.js error.
 
I managed to fix the read/write errors by changing the file paths too their full relative paths.

However I still have yet to come close to fixing the TV Guide or the actual playing of Live Streams. When I click on Categories, nothing happens. When I get onto a Live channel nothing happens - either constant loading or HLS.js error.
Yes this seem to be an issue I have too however I am able to play channels and movies although the usual mkv and avi still dont play due to browser support.
 
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
Yes this seem to be an issue I have too however I am able to play channels and movies although the usual mkv and avi still dont play due to browser support.
Movies and Series - not a problem. I'm using Opera/OperaGX.

Has anybody else had the categories issue and resolved it?
 
Movies and Series - not a problem. I'm using Opera/OperaGX.

Has anybody else had the categories issue and resolved it?
what kinda issues are you having with categories (referring to on live tv assuming?). If so, i checked mine and everything seems to be working but im not sure if its the same version or not lol
 
what kinda issues are you having with categories (referring to on live tv assuming?). If so, i checked mine and everything seems to be working but im not sure if its the same version or not lol

When I click on a Category, it does litterally nothing.
 
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
I think its because of the ionCube encoded /Tvguide/getCategoryChannels.php
Though I do have ionCube loader enabled as Im using WHMCS on the same host which requires it.
However I'd like to take a peek inside this file if anyone has the power to decode ionCube encoded PHP.

I also noted this error intvguide.php

Code:
jquery.min.js:2 Uncaught TypeError: Cannot read property 'style' of undefined
    at showSlides (tvguide.php:939)
    at HTMLDocument.<anonymous> (tvguide.php:926)
    at e (jquery.min.js:2)
    at t (jquery.min.js:2)

which leads too this method:
PHP:
        $(document).ready(function(){
            var slideIndex = 1;
            showSlides(slideIndex); //at HTMLDocument.<anonymous> (tvguide.php:926)
            setInterval(function(){
                slideIndex++;
                showSlides(slideIndex);
            }, 5000)
            function showSlides(n) {
              var i;
              var slides = document.getElementsByClassName("mySlides");
              if (n > slides.length) {slideIndex = 1}  
              if (n < 1) {slideIndex = slides.length}
              for (i = 0; i < slides.length; i++) {
                  slides[i].style.display = "none";
              }
              slides[slideIndex-1].style.display = "block"; //at showSlides (tvguide.php:939)
            }
        })
 
Last edited:
I think its because of the ionCube encoded /Tvguide/getCategoryChannels.php
Though I do have ionCube loader enabled as Im using WHMCS on the same host which requires it.
However I'd like to take a peek inside this file if anyone has the power to decode ionCube encoded PHP.

I also noted this error intvguide.php

Code:
jquery.min.js:2 Uncaught TypeError: Cannot read property 'style' of undefined
    at showSlides (tvguide.php:939)
    at HTMLDocument.<anonymous> (tvguide.php:926)
    at e (jquery.min.js:2)
    at t (jquery.min.js:2)

which leads too this method:
PHP:
        $(document).ready(function(){
            var slideIndex = 1;
            showSlides(slideIndex); //at HTMLDocument.<anonymous> (tvguide.php:926)
            setInterval(function(){
                slideIndex++;
                showSlides(slideIndex);
            }, 5000)
            function showSlides(n) {
              var i;
              var slides = document.getElementsByClassName("mySlides");
              if (n > slides.length) {slideIndex = 1}
              if (n < 1) {slideIndex = slides.length}
              for (i = 0; i < slides.length; i++) {
                  slides[i].style.display = "none";
              }
              slides[slideIndex-1].style.display = "block"; //at showSlides (tvguide.php:939)
            }
        })

My appologies - this code resides in footer.php
 
Last edited:
I managed to fix the read/write errors by changing the file paths too their full relative paths.

However I still have yet to come close to fixing the TV Guide or the actual playing of Live Streams. When I click on Categories, nothing happens. When I get onto a Live channel nothing happens - either constant loading or HLS.js error.
Ian I had the HLS.js error when watching live, it seems the web player doesn't like a DDNS URL - once changed to actual server URL it worked perfectly. Not sure how I feel about that though.
 
Last edited:
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
Status
Not open for further replies.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top