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!

Info Xtream Codes v1.0.60 DECODED and Ported to PHP 7.3 - Debian 10

Some hours ago I have the opportunity to see a working IPTV environment with Ministra 5.6.1 + Wowza Streaming Engine 4.7.7.01 and OMG!!! I don't know why we spend so much time with this Xtream Codes thing... PPl, do you really want this? I don't know if I should spend more time developing in this project ?
it's normal because the xtreamcodes panel is the best and for me i have add more option like ondemand mag setting and sort bouquet max edit line and patch load balance
 
Some hours ago I have the opportunity to see a working IPTV environment with Ministra 5.6.1 + Wowza Streaming Engine 4.7.7.01 and OMG!!! I don't know why we spend so much time with this Xtream Codes thing... PPl, do you really want this? I don't know if I should spend more time developing in this project ?

The problem is that ministra has some disadvantage with compatibility
1. Free Version does work only with their own devices (MAG's), other IPTV Devices like tvip.ru (S410 etc) doesn't supported
2. IOS & Android Apps, SmartTV Apps are chargeable and expensive
3. Enigma 2 Devices doesn't work at all
4. m3u Playlists creation for clients is not possibe (as i know)
 
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
Flussonic 19.10 is the best but the most expensive, the monthly license kills me.
Flussonic is more for IPTV business and even has a module for it
Users can be created based on name and password and m3u lists with unique token can be generated (MPEG-TS or HLS)
It also has many security options for streams
It even has its own player that we can easily integrate into any web page
Live On-Demand works perfectly
And the list can continue, but unfortunately I feel I have to give up this software because it is too expensive for me
 
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
@stanoiubogdan
use this

no license required
 
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
For those who don't know the work I am doing or who want me to share the project at this stage:

PHP:
function f2b8D2B2428888Bb54a9bF134Da63a59()
{
    $b98b6b7ebcfca9fc7393acfea96c6c19 = trim(shell_exec("free -m"));
    if (!empty($b98b6b7ebcfca9fc7393acfea96c6c19)) {
        $b729e1e76a388ffdd6a130fbb0325a8e = explode("\n", $b98b6b7ebcfca9fc7393acfea96c6c19);
        $b98b6b7ebcfca9fc7393acfea96c6c19 = array();
        $D020e3e14d46064b16a4ac383cc780d4 = array();
        foreach ($b729e1e76a388ffdd6a130fbb0325a8e as $A9e198228b33995157cb4f301407445b) {
            $E6412230eeb5a4348cc57a7876286e4a = preg_replace("!\\s+!", " ", str_replace(":", "", $A9e198228b33995157cb4f301407445b));
            if (strstr($E6412230eeb5a4348cc57a7876286e4a, "Mem") || strstr($E6412230eeb5a4348cc57a7876286e4a, "Swap")) {
                $bf3cd6eed406072de08303c780a1f2cb = explode(" ", $E6412230eeb5a4348cc57a7876286e4a);
                if ($bf3cd6eed406072de08303c780a1f2cb[0] == "Mem") {
                    $b98b6b7ebcfca9fc7393acfea96c6c19["total"] = $bf3cd6eed406072de08303c780a1f2cb[1];
                    $b98b6b7ebcfca9fc7393acfea96c6c19["used"] = $bf3cd6eed406072de08303c780a1f2cb[2] - $bf3cd6eed406072de08303c780a1f2cb[6];
                    if ($b98b6b7ebcfca9fc7393acfea96c6c19["used"] < 0) {
                        $b98b6b7ebcfca9fc7393acfea96c6c19["used"] = $bf3cd6eed406072de08303c780a1f2cb[2];
                    }
                    $b98b6b7ebcfca9fc7393acfea96c6c19["free"] = $bf3cd6eed406072de08303c780a1f2cb[3];
                    $b98b6b7ebcfca9fc7393acfea96c6c19["percent"] = sprintf("%0.2f", $b98b6b7ebcfca9fc7393acfea96c6c19["used"] / $b98b6b7ebcfca9fc7393acfea96c6c19["total"] * 100);
                } else {
                    list(, $D020e3e14d46064b16a4ac383cc780d4["total"], $D020e3e14d46064b16a4ac383cc780d4["used"], $D020e3e14d46064b16a4ac383cc780d4["free"]) = $bf3cd6eed406072de08303c780a1f2cb;
                    if ($D020e3e14d46064b16a4ac383cc780d4["total"] != 0) {
                        $D020e3e14d46064b16a4ac383cc780d4["percent"] = sprintf("%0.2f", $bf3cd6eed406072de08303c780a1f2cb[2] / $bf3cd6eed406072de08303c780a1f2cb[1] * 100);
                    } else {
                        $D020e3e14d46064b16a4ac383cc780d4["percent"] = 0;
                    }
                }
            }
        }
        return array($b98b6b7ebcfca9fc7393acfea96c6c19, $D020e3e14d46064b16a4ac383cc780d4);
    } else {
        return false;
    }
}
PHP:
function memory_usage() {
   $memory_usage = trim(shell_exec("free -m"));
   if (empty($memory_usage)) {
      return false;
   }

   $data         = explode("\n", $memory_usage);
   $memory_usage = array();
   $swap_usage   = array();
   foreach ($data as $line) {
      $output = preg_replace("!\\s+!", " ", str_replace(":", "", $line));
      if (strstr($output, "Mem") || strstr($output, "Swap")) {
         $info = explode(" ", $output);
         if ($info[0] == "Mem") {
            $memory_usage["total"] = $info[1];
            $memory_usage["used"]  = $info[2] - $info[6];
            if ($memory_usage["used"] < 0) {
               $memory_usage["used"] = $info[2];
            }
            $memory_usage["free"]    = $info[3];
            $memory_usage["percent"] = sprintf("%0.2f", $memory_usage["used"] / $memory_usage["total"] * 100);
         } else {
            list(
               , $swap_usage["total"], $swap_usage["used"], $swap_usage["free"]
               ) = $info;
            if ($swap_usage["total"] != 0) {
               $swap_usage["percent"] =
                  sprintf("%0.2f", $info[2] / $info[1] * 100);
            } else {
               $swap_usage["percent"] = 0;
            }
         }
      }
   }

   return array(
      $memory_usage,
      $swap_usage
   );
}

Now, multiply this lines of code for 95245889745456854455554455874455874445....... :p

So please, be patient!!
 
@stanoiubogdan
use this

no license required
This is a Trial license key and usually works for 1 month, but nothing is guaranteed and can be disabled at any time.
I have a non-profit business for my community and distribute local TV channels, Flussonic does a great job but I could never use this Trial key in production.

We need a full Crack software that works offline just like Flussonic 4.612. and only then will we have security and we can use Flussonic for an IPTV deal.

I hope someone will manage to cancel the Flussonic 19.10 license at some point, and I'm sure there are a lot of smart people on this forum
I have a feeling that this will come from our friend iNGK :)
 
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
Hello community. A few days ago I started working on a DECODED version of Xtream Codes 1.0.60 found here in the forum an here are the results... You can see in the images a working FULL DECODED version of Xtream Codes 1.0.60 running in Debian 9 (for now, then 10) with PHP 7.3 (FPM) and NGINX only (No Apache).

- License system removed.
- Xtream Codes calls removed.
- Backdoor removed.
- Load Balancing (I'll post some images later)
- Debug, Debug, Debug, Fix, Fix, Fix, Debug, Debug...

Thanks to @stanoiubogdan and @malaquias for donated files used for functions an variables names.

I am planning to release it once all its functions are tested.

It will be compatible at the start with Debian 10 (Buster) ONLY!

View attachment 512View attachment 513View attachment 514

HOW CAN YOU HELP?
1- If you have a GOOD decoder CLASS for X-cache, please PM me. (I really need this)
2- If you have Xtream Codes PRO V2 files, please PM me. I can port this files to or I can stop working in V1 in favor of V2.
3- THIS WORK IS NOT FOR SALE, THIS IS FOR OUR COMMUNITY!


If you need help, you can call me at PM
 
Great joob mate , I like it ,, but i cant download that , ):
 
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
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
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top