Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Question ubuntu script

whitejack

Basic Member
Basic Member
Joined
Feb 12, 2020
Messages
62
Reaction score
46
Points
29
Location
Athens
hi guys i am using vlc player to stream some web channels and make them play on my panel, because when i put m3u8 links directly to the panle my lb ips get banned
now i am asking if i can do the same thing with ubuntu 18 server! for example can i put a script to my lb and then directly take the m3u8 line from there? thank you
 

joelonlyne

Extended Member
Ext. Member
Joined
May 29, 2020
Messages
135
Reaction score
630
Points
104
Location
Usa
hi guys i am using vlc player to stream some web channels and make them play on my panel, because when i put m3u8 links directly to the panle my lb ips get banned
now i am asking if i can do the same thing with ubuntu 18 server! for example can i put a script to my lb and then directly take the m3u8 line from there? thank you

Hi,

It depends how the script work.

For Xtream Panel:

If you are going to take the generated link from the server used , the script must work.

Just keep in mind to put the script only accessable from localhost ( 127.0.0.1 ) for security.
 

whitejack

Basic Member
Basic Member
Joined
Feb 12, 2020
Messages
62
Reaction score
46
Points
29
Location
Athens
Hi,

It depends how the script work.

For Xtream Panel:

If you are going to take the generated link from the server used , the script must work.

Just keep in mind to put the script only accessable from localhost ( 127.0.0.1 ) for security.
sorry i didnt mentioned it
i use 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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

joelonlyne

Extended Member
Ext. Member
Joined
May 29, 2020
Messages
135
Reaction score
630
Points
104
Location
Usa
sorry i didnt mentioned it
i use ui


Ok, in that case.

You can create a port to be used internally configured in the ( nginx.conf ) on each LB or main server.

Example:

In the main server you could use the ISP folder to place the script there.

nginx.conf file ISP block code.

PHP:
server {
        listen 80;
        root /home/xtreamcodes/iptv_xtream_codes/isp/;
        location / {
            allow 127.0.0.1;
            deny all;
        }
        location ~ \.php$ {
            allow 127.0.0.1;
          
            deny all;
            limit_req zone=one burst=8 nodelay;                
            try_files $uri =404;                                
            fastcgi_index index.php;
            fastcgi_pass php;
            include fastcgi_params;
            fastcgi_buffering on;
            fastcgi_buffers 96 32k;                            
            fastcgi_buffer_size 64k;                            
            fastcgi_max_temp_file_size 0;                      
            fastcgi_keep_conn on;                              
            fastcgi_param SCRIPT_FILENAME $document_ro$        
            fastcgi_param SCRIPT_NAME $fastcgi_script_$    
            }                                              
}
 

ukiptv

Basic Member
Basic Member
Banned
Joined
Oct 29, 2020
Messages
57
Reaction score
20
Points
19
Location
uk
check your lb configuration
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock