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
CK Mods v41

Resource CK Mods v41 Mod 41

Register & Get access to index
Status
Not open for further replies.

boxcabo

Extended Member
Ext. Member
Joined
Oct 23, 2019
Messages
129
Reaction score
51
Points
39
Location
Portugal
Hi all.

I have my loaders in cloudflare, but now my panel does not shows real client ip.
Does anyone knows how to correct this?

Thanks.
 

cesarkrespo

Banned
Banned
Ext. Member
Joined
Oct 2, 2019
Messages
378
Reaction score
4,757
Points
104
Location
In the world
Hello Guys,

The SSL Certs are already installed and configured on the server and it works fine. But how to get the playlist url's directly with https prefix ?
Also "use_https" in the DB and as well as under Settings "Main or Loadbalance https" is configured.

LbKh0v.jpg


LbKdhe.jpg


LbqDTs.jpg


Can somebody explain what this two option exactly do/change in XtreamUI ? Becauce i can't see any changes on XtreamUI ?
line 266:

rText = "http://<?=$rDNS?>:<?=$rServers[$_INFO["server_id"]]["http_broadcast_port"]?>/get.php?username=" + $('.downloadModal').data('username') + "&password=" + $('.downloadModal').data('password') + "&" + decodeURIComponent($('.downloadModal select').val());

change:

rText = "https://<?=$rDNS?>:<?=$rServers[$_INFO["server_id"]]["https_broadcast_port"]?>/get.php?username=" + $('.downloadModal').data('username') + "&password=" + $('.downloadModal').data('password') + "&" + decodeURIComponent($('.downloadModal select').val());
 

redhat

Administrator
Staff member
Administrator
Chief Moderator
Moderator
Joined
Jun 19, 2019
Messages
3,084
Reaction score
14,858
Points
134
Location
root[@]woi
line 266:

rText = "http://<?=$rDNS?>:<?=$rServers[$_INFO["server_id"]]["http_broadcast_port"]?>/get.php?username=" + $('.downloadModal').data('username') + "&password=" + $('.downloadModal').data('password') + "&" + decodeURIComponent($('.downloadModal select').val());

change:

rText = "https://<?=$rDNS?>:<?=$rServers[$_INFO["server_id"]]["https_broadcast_port"]?>/get.php?username=" + $('.downloadModal').data('username') + "&password=" + $('.downloadModal').data('password') + "&" + decodeURIComponent($('.downloadModal select').val());

thanks for the reply mate, just to understand,

1. what exactly affects under Settings "Main or Loadbalance https" ?
2. the value use_https in the settings table ?

The other thing, if it is not a big act, could add a use SSL option switch, which means if the admin turn on the SSL usage switch, so then the use
PHP:
rText = "https://<?=$rDNS?>:<?=$rServers[$_INFO["server_id"]]["https_broadcast_port"]?>/get.php?username=" + $('.downloadModal').data('username') + "&password=" + $('.downloadModal').data('password') + "&" + decodeURIComponent($('.downloadModal select').val());

if the SSL usage is turned off and simply use
PHP:
rText = "http://<?=$rDNS?>:<?=$rServers[$_INFO["server_id"]]["http_broadcast_port"]?>/get.php?username=" + $('.downloadModal').data('username') + "&password=" + $('.downloadModal').data('password') + "&" + decodeURIComponent($('.downloadModal select').val());

I also think that an SSL Turn ON / Turn OFF switch is necessary for using the panel, whereby the admin can also define the SSL and NonSSL ports under Settings >> XtreamUI (similar to the server settings)

Even better would be of course, if the installation script Let'sEncrypt certificates are installed directly during the installation and automatically update them by a cron
 
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

boxcabo

Extended Member
Ext. Member
Joined
Oct 23, 2019
Messages
129
Reaction score
51
Points
39
Location
Portugal
I will do a new install.
It will install with MYSQL or MARIADB?
 
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

successo4

Extended Member
Ext. Member
Joined
Sep 8, 2019
Messages
126
Reaction score
81
Points
39
Location
napoli
difference between mariadb and mysql db.
Who knows you can write it for everyone.
If kindly someone who knows can tell which is best and what does the most
Thank you.
 

senkron24

Banned
Banned
Ext. Member
Joined
Oct 8, 2019
Messages
520
Reaction score
880
Points
104
Location
Türkiye
difference between mariadb and mysql db.
Who knows you can write it for everyone.
If kindly someone who knows can tell which is best and what does the most
Thank you.


this was test and post in other therad here and as i understand no efeckt now on it
its works on maria and mysql bud no efeckt on all all same ...
 
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

boxcabo

Extended Member
Ext. Member
Joined
Oct 23, 2019
Messages
129
Reaction score
51
Points
39
Location
Portugal
Thanks a lot for the answers guys.

I have one more question if anyone knows:

I have my loaders in cloudflare, but now my panel does not shows real client ip.
Does anyone knows how to correct this?

Thanks a lot again friends.
 

anrfsolrac

Extended Member
Ext. Member
Joined
Sep 26, 2019
Messages
250
Reaction score
242
Points
54
Location
brazil
Thanks a lot for the answers guys.

I have one more question if anyone knows:

I have my loaders in cloudflare, but now my panel does not shows real client ip.
Does anyone knows how to correct this?

Thanks a lot again friends.
send me pm I fix it to you
 

cesarkrespo

Banned
Banned
Ext. Member
Joined
Oct 2, 2019
Messages
378
Reaction score
4,757
Points
104
Location
In the world
thanks for the reply mate, just to understand,

1. what exactly affects under Settings "Main or Loadbalance https" ?
2. the value use_https in the settings table ?

The other thing, if it is not a big act, could add a use SSL option switch, which means if the admin turn on the SSL usage switch, so then the use
PHP:
rText = "https://<?=$rDNS?>:<?=$rServers[$_INFO["server_id"]]["https_broadcast_port"]?>/get.php?username=" + $('.downloadModal').data('username') + "&password=" + $('.downloadModal').data('password') + "&" + decodeURIComponent($('.downloadModal select').val());

if the SSL usage is turned off and simply use
PHP:
rText = "http://<?=$rDNS?>:<?=$rServers[$_INFO["server_id"]]["http_broadcast_port"]?>/get.php?username=" + $('.downloadModal').data('username') + "&password=" + $('.downloadModal').data('password') + "&" + decodeURIComponent($('.downloadModal select').val());

I also think that an SSL Turn ON / Turn OFF switch is necessary for using the panel, whereby the admin can also define the SSL and NonSSL ports under Settings >> XtreamUI (similar to the server settings)
automatic only have to activate in settings

Even better would be of course, if the installation script Let'sEncrypt certificates are installed directly during the installation and automatically update them by a cron
Qi5Oe5F.png


IM7Y2Kl.png
 
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

magtv

Extended Member
Ext. Member
Joined
Oct 20, 2019
Messages
191
Reaction score
66
Points
39
Location
Germany
Which of you have turned on a channel link dailymotion on Panel ?
 
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

fuzileiro

Extended Member
Ext. Member
Joined
Jan 1, 2020
Messages
52
Reaction score
24
Points
19
Location
malaysia
he is preparing new update. mod 19
Hi Guys, Is the new Option https for all devices? I ask this, because i know, some devices like old MAG's, they don't accept certificate! How, it's possible to send certificate to them? i have see, few weeks ago, one Provider send https, and all mag works!


Another question @cesarkrespo It's possible to get the functional function, to put the VOD/Series Categories sequence/order, like the StreamCreed Panel?
 
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

ezposito

Extended Member
Ext. Member
Joined
Mar 19, 2020
Messages
13
Reaction score
5
Points
14
Location
PT
I already make this question but no one reply. its possible to show mag user intead of mac adress in live connections?
 
Status
Not open for further replies.
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