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

Resource CK Mods v41 Mod 41

Register & Get access to index
Status
Not open for further replies.
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.
 
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());
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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.
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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.
 
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
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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
Back
Top