just done nowMate wich PM? I didn’t receive any PM yet ?
check it
just done nowMate wich PM? I didn’t receive any PM yet ?
good solutionif u use xtreamui just edit portal.php and never can sniff your token or mac addressjust add 1 line with allow only local address couse when customer make request to xtreamui request accept and forwoad request to portal.php
onother problem is xtreamui have a many backdoors in the code u can decrypt and check it most of backdoors send your streams to diffrent servers
Mozilla/5.0 (QtEmbedded; U; Linux; C) AppleWebKit/533.3 (KHTML, like Gecko) MAG200 stbapp ver: 2 rev: 250 Safari/533.3
FilterExclude
?type=stb&action=handshake&token=&prehash=0&JsHttpRequest=1-xml
FilterExclude
?type=stb&action=get_profile
FilterExclude
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 |
Code:Mozilla/5.0 (QtEmbedded; U; Linux; C) AppleWebKit/533.3 (KHTML, like Gecko) MAG200 stbapp ver: 2 rev: 250 Safari/533.3 FilterExclude ?type=stb&action=handshake&token=&prehash=0&JsHttpRequest=1-xml FilterExclude ?type=stb&action=get_profile FilterExclude
/portal.php
portal.php its easy to be fix without decode or etcyes portal.php
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 |
one easy way u can use .httaccess file and put this and add your local ip only for can have a access then all request on devices we work only with local request from your portal.May you guys can write small how to fix it for beginners
<?php
$deny = array("111.111.111", "222.222.222", "333.333.333");
if (in_array ($_SERVER['REMOTE_ADDR'], $deny)) {
header("location: http://www.google.com/");
exit();
} ?>
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 can when make automate request redirect to httpscan mag boxes use https i guess no so you protect only portal using https
yeah i was able to make half https request so you need ssh access to mag box to make it work with https?yes can when make automate request redirect to httpsalso u can enable https support on mag devices its easy
just u need ssh access to make it
![]()
yes or u can make your custom image for your mags with all settings which u need, after that u can also run your own tftp server and can update all devices which u adminstrate remotley with your own new imageyeah i was able to make half https request so you need ssh access to mag box to make it work with https?
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 |
instead $deny u can do also like thisone easy way u can use .httaccess file and put this and add your local ip only for can have a access then all request on devices we work only with local request from your portal.
1st way
order deny,allow
deny from all
allow from <your ip>
2 options u can put some script like this on portal.php
PHP:<?php $deny = array("111.111.111", "222.222.222", "333.333.333"); if (in_array ($_SERVER['REMOTE_ADDR'], $deny)) { header("location: http://www.google.com/"); exit(); } ?>
and change ip to block all ip like a 0.0.0.0/0 then all request again will work only from localhost server request and all onother will be redirect to google.com or what u wish
when u make this nobody can steal token or streams via portal.php also i write a patch which remove backdors from xtreamui
yes have many optionsinstead $deny u can do also like this
<?php
$allow = array("127.0.0.1");
if (!in_array ($_SERVER['REMOTE_ADDR'], $allow)) {
header("location: http://www.google.com/");
exit();
} ?>
Are you sure this way working?one easy way u can use .httaccess file and put this and add your local ip only for can have a access then all request on devices we work only with local request from your portal.
1st way
order deny,allow
deny from all
allow from <your ip>
2 options u can put some script like this on portal.php
PHP:<?php $deny = array("111.111.111", "222.222.222", "333.333.333"); if (in_array ($_SERVER['REMOTE_ADDR'], $deny)) { header("location: http://www.google.com/"); exit(); } ?>
and change ip to block all ip like a 0.0.0.0/0 then all request again will work only from localhost server request and all onother will be redirect to google.com or what u wish
when u make this nobody can steal token or streams via portal.php also i write a patch which remove backdors from xtreamui
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 |
Are you sure this way working?
Give loading error and doesn't work
As @redhat said maybe post a "Detailed Fix" for begginners, and explain how it is done step by step. It would help!yes its working i give just example if u know how to use it will be work yes
location = /portal.php {instead $deny u can do also like this
<?php
$allow = array("127.0.0.1");
if (!in_array ($_SERVER['REMOTE_ADDR'], $allow)) {
header("location: http://www.google.com/");
exit();
} ?>
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 |
Guys using " allow 127.0.0.1 " only will allow local ip and won't work to public site.location = /portal.php {
allow 127.0.0.1;
deny all;
}
what you think about this one inside nginx.conf? can be working