Page 1 of 7 123 ... LastLast
Results 1 to 5 of 35

Thread: PHP file_get_contents fuksiyonu ile TV8'in .m3u8 alma kodu

  1. Go to Thank YouDownload #1
    Go to Thank You
    Yönetici yilmaz's Avatar

    Info

    Go to Top of Post

    Default PHP file_get_contents fuksiyonu ile TV8'in .m3u8 alma kodu

    file_get_contents fuksiyonu ile ile [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız.. sayfasının kaynak yazılımımını okutuyoruz.
    kaynak yazılımında m3u8 uzantısı nerdede olduğunu tespit edip
    configPlayer.source.media.push({'src': "https://tv8-tb-live.ercdn.net/tv8-geo/playlist.m3u8?st=vsfXfcABGtQ5LNvdThaA2w&e=15200042 62", type: "application/x-mpegURL"});
    sarı işaretli yeri preg_match fuksiyonu ile alacağımız kısma (.*?) nokta alışı ekliyoruz.

    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

    PHP Code:
    1. <?php
    2.  $kaynak file_get_contents("https://www.tv8.com.tr/canli-yayin");
    3.  preg_match('@\'src\':  "(.*?)"@s',$kaynak,$m3ual);
    4.  echo $m3ual[1];
    5. ?>




  2. The Following 37 Users Say Thank You to yilmaz For This Useful Post:

  3. Go to Thank YouDownload #2
    Go to Thank You
    Üye bahri's Avatar

    Info

    Go to Top of Post

    Tesekkurler usta.

    Galiba bu tv 8 bulundugun ülkeye göre ya tv8 ya da int veriyor. Benimde denemelerimde hep int code veriyor.


  4. The Following 2 Users Say Thank You to bahri For This Useful Post:

  5. Go to Thank YouDownload #3
    Go to Thank You
    Üye bahri's Avatar

    Info

    Go to Top of Post

    Show tv

    PHP Code:
    1. <?php
    2.  $kaynak file_get_contents("http://www.showtv.com.tr/canli-yayin/showtv");
    3.  preg_match('#ht_stream_m3u8":"(.*?)"#'$kaynak,$m3ual); 
    4.  echo stripslashes($m3ual[1]); 
    5. ?>


  6. The Following 5 Users Say Thank You to bahri For This Useful Post:

  7. Go to Thank YouDownload #4
    Go to Thank You
    Yönetici yilmaz's Avatar

    Info

    Go to Top of Post

    Doğru sen deyince fark ettim, ama girdiğin ülkeyi fake ip ile değiştirebilirsin dener paylaşırım.

    _____________

    Yaptığın kode çalıştı :ok78rcp:

    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..


  8. The Following 6 Users Say Thank You to yilmaz For This Useful Post:

  9. Go to Thank YouDownload #5
    Go to Thank You
    Kıdemli Üye delikadir's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by yilmaz06 View Post
    Doğru sen deyince fark ettim, ama girdiğin ülkeyi fake ip ile değiştirebilirsin dener paylaşırım.

    _____________

    Yaptığın kode çalıştı :ok78rcp:

    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    hoca süper bir sey diger ulusal kanallarda oluyormu
    Last edited by delikadir; 02.03.18 at 22:54.


  10. The Following 3 Users Say Thank You to delikadir For This Useful Post:

Page 1 of 7 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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
  •