Page 5 of 6 FirstFirst ... 3456 LastLast
Results 21 to 25 of 26

Thread: FOX TV sitesinden => PHP streamlink alma

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

    Info

    Go to Top of Post

    Quote Originally Posted by yilmaz View Post
    file_get_contents fonksiyon ilede çalışıyor
    PHP Code:
    1. <?php
    2. $site file_get_contents("https://www.fox.com.tr/canli-yayin");
    3. $site str_replace('\\','',$site);
    4. preg_match('#source : \'(.*?)\'#'$site$icerik);
    5. $Link $icerik[1];
    6. header ("Location: $Link");
    7. ?>
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    Merhaba Yilmaz usta,
    gayretin ve emegin icin tesekkür ederim senden!
    Artik bu benim php serverdeki php versiyon problemi var anlamadim.
    PHP server [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    Yine bir hata veriyor:
    Parse error: syntax error, unexpected '$site' (T_VARIABLE), expecting ',' or ')' in on line 4
    Bilemiyorum artik, niye yine ayni hata verdine dair.
    Selam
    Mete


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

  3. Go to Thank YouDownload #22
    Go to Thank You
    Üye Kartalcik's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by yilmaz View Post
    @[Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız.. ustam
    Birde böyle deneyin.

    PHP Code:
    1. <?php
    2. header("Content-Type: audio/mpegurl");
    3. header("Content-Disposition: attachment; filename=foxtv.m3u");
    4. $ch curl_init('https://www.fox.com.tr/canli-yayin');
    5. $headers = array(
    6.   'Host: www.fox.com.tr',
    7.   'Connection: keep-alive',
    8.   'Upgrade-Insecure-Requests: 1',
    9.   'User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko',
    10.   'Referer: https://www.fox.com.tr/'
    11. );
    12. curl_setopt($chCURLOPT_SSL_VERIFYHOSTfalse);
    13. curl_setopt($chCURLOPT_SSL_VERIFYPEERfalse);
    14. curl_setopt($chCURLOPT_RETURNTRANSFERtrue);
    15. curl_setopt($chCURLOPT_HTTPHEADER$headers);
    16. $site curl_exec($ch);
    17. curl_close ($ch);
    18. $site str_replace('\\','',$site);
    19. preg_match('#source : \'(.*?)\'#'$site$icerik);
    20. $Link $icerik[1];
    21. echo $Link;
    22. ?>
    ustam basta tesekkür ederim emegine.
    Senin yazdigin php codunu php olarak kaydettim ve servere baglandigimda bana bunu veriyor
    Code:
    1. https://foxtv-live-ad.ercdn.net/foxtv/playlist.m3u8?st=sO5fbCbw0ZLf_l5mtbiiEw&e=1676998713
    bu kodu herhangi bir playere ekledigimde calisiyor sikinti cikmadan.

    benim sorum neden tivimate veya televizoda acmiyor??

    bu sekilde bir playlist yazmistim ama problemli acmiyor yukarida yazdigim programlarda
    EXTM3U
    #EXTINF:-1 xui-id="7555" tvg-id="" tvg-name="FOX TV HD" tvg-logo="" group-title="ULUSAL",FOX TV HD
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..



    saygilar


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

  5. Go to Thank YouDownload #23
    Go to Thank You
    Kıdemli Üye ergün's Avatar

    Info

    Go to Top of Post

    vlc playerde oynatmak icin #EXTVLCOPT:http-user-agent=Lavf53.32.100 cod eklenmelidir asagidaki gibi olmali size blutv nin bütün calisan m3u8 liste hazirladim indirin keyfinize bakin

    #EXTINF:-1 ,FOX
    #EXTVLCOPT:http-user-agent=Lavf53.32.100
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

    Eklenmiş Dosya Eklenmiş Dosya

  6. The Following 20 Users Say Thank You to ergün For This Useful Post:

  7. Go to Thank YouDownload #24
    Go to Thank You
    Kıdemli Üye Hayallerinresmi's Avatar

    Info

    Go to Top of Post

    Default fox tv m3u8,link,iptv

    FOX TV FHD
    Contains hidden content
    WARNING: To see the hidden message, simply click the button under the post.
    Do not write messages unless it is mandatory. If you have to write, the short message is not well received.
    Write detailed information about your problems, device name, brand, on which platform etc.
    If the hidden content does not open automatically 3 seconds after thanking, click here.


    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    YARIN BAŞKA BİR İNSAN OLACAĞIM DİYORSUN - NİYE BUGÜNDEN BAŞLAMIYORSUN



  8. The Following 46 Users Say Thank You to Hayallerinresmi For This Useful Post:

  9. Go to Thank YouDownload #25
    Go to Thank You
    Kıdemli Üye ergün's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by responsiveuser View Post
    FOX TV FHD gizli içerik alıntı yapılamaz

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


  10. The Following 2 Users Say Thank You to ergün For This Useful Post:

Page 5 of 6 FirstFirst ... 3456 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
  •