Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 21 to 25 of 39

Thread: DSMART- GO BECERİKSİZLER ÖZEL HYPNOS'TAN tüm forum kullanıcılarına armağan olsun

  1. Go to Thank YouDownload #21
    Go to Thank You
    Üye kartal3x's Avatar

    Info

    Go to Top of Post

    Teşekkürler usta


  2. Go to Thank YouDownload #22
    Go to Thank You
    Üye zkuzey's Avatar

    Info

    Go to Top of Post

    Amazon silk. Dezorda yayınlar görünüyor fakat açılmıyor
    Jedem das seine


  3. The Following User Says Thank You to zkuzey For This Useful Post:

  4. Go to Thank YouDownload #23
    Go to Thank You
    Moderatör köprülü's Avatar

    Info

    Go to Top of Post

    Default köprülü

    Quote Originally Posted by Hayallerinresmi View Post
    Bende D-smartgo hesabı var, M3u8 link alıp playerda açıyorum 3 veya 4 saat gidiyor sonra kesiliyor Yani link Tokenli ama geçici...
    usta o dediğini bende yaptım zaman damgasını söylediğin saat üzerinden ayarlanmış 8 saat falan gibi bende test etmek için kanal d üzerinden zaman damgasında unix cinsi olan zaman damgasını hesapladım 10 gün olacak şekilde ayarladım 5 gün falan oldu hala çalışıyor aynı anda iki cihaz izletmiyor ama dedim bir de aynısını sinema için yapayım olmadı malesef galiba kanal d zaten token ihtiyaç duymadan da çalışabiliyor o yüzden onda sıkıntı olmamış galiba
    Last edited by köprülü; 1 Day Ago at 20:08. Reason: köprülü


  5. Go to Thank YouDownload #24
    Go to Thank You
    Moderatör köprülü's Avatar

    Info

    Go to Top of Post

    Şöyle bir şey kodları düzenlemek isteyen olur belki yine


    <?php
    // 10 gün (240 saat) sonrasına zaman damgası hesaplanıyor
    $next_timestamp = time() + (10 * 24 * 60 * 60); // 10 gün sonrası

    // Akış URL'si, zaman damgası otomatik olarak güncelleniyor
    $url = "https://demiroren.daioncdn.net/kanald/kanald_1080p.m3u8?e=" . $next_timestamp . "&reqid=e1b5e62ba7e836a1b39b23c3b0e128b4&st=ufJP0P Qm_y_dQP8alpsEcQ&tmode=1&uid=23395889&userid=ed250 500&sid=7094dsthnlzn&app=4caf18fc-b51a-40c1-94d1-2940555a42f9&ce=3";

    // cURL oturumu başlatılır
    $ch = curl_init();

    // cURL seçenekleri ayarlanır
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_HTTPHEADER, [
    "Host: demiroren.daioncdn.net",
    "Connection: keep-alive",
    "sec-ch-ua-platform: "Android"",
    "User-Agent: Mozilla/5.0 (Linux; Android 13; SM-A127F) AppleWebKit/537.36 (KHTML, like Gecko) Soul/4.0 Chrome/131.0.6778.105 Mobile Safari/537.36",
    "sec-ch-ua: "Android WebView";v="131", "Chromium";v="131", "Not_A Brand";v="24"",
    "sec-ch-ua-mobile: ?1",
    "Accept: */*",
    "Origin: https://www.dsmartgo.com.tr",
    "X-Requested-With: com.mycompany.app.soulbrowses",
    "Sec-Fetch-Site: cross-site",
    "Sec-Fetch-Mode: cors",
    "Sec-Fetch-Dest: empty",
    "Accept-Encoding: gzip, deflate, br, zstd",
    "Accept-Language: tr-TR,tr;q=0.9,en-US;q=0.8,en;q=0.7"
    ]);

    // Yanıtı sıkıştırılmışsa çöz
    curl_setopt($ch, CURLOPT_ENCODING, "");

    // İstek yapılır ve yanıt alınır
    $response = curl_exec($ch);

    // Hata kontrolü
    if (curl_errno($ch)) {
    echo "cURL Hatası: " . curl_error($ch);
    } else {
    // Yanıtı göster
    header("Content-Type: application/vnd.apple.mpegurl"); // m3u8 dosya tipi
    echo $response;
    }

    // cURL oturumu kapatılır
    curl_close($ch);
    ?>


  6. The Following 3 Users Say Thank You to köprülü For This Useful Post:

  7. Go to Thank YouDownload #25
    Go to Thank You
    Üye reflex's Avatar

    Info

    Go to Top of Post

    Normal kanallar player üzerinden kullanılabilir ama sinema spor ve belgesel kanallarında koruma var.


Page 5 of 8 FirstFirst ... 34567 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 17 users browsing this thread. (2 members and 15 guests)

  1. Halili,
  2. obin

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •