Page 7 of 11 FirstFirst ... 56789 ... LastLast
Results 31 to 35 of 52

Thread: vavoo

  1. Go to Thank YouDownload #31
    Go to Thank You
    Superuser KaRaTuTKu's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by markclark View Post
    Code:
    1. <?php
    2. $Live = $_GET['HLS'];
    3. $ch = curl_init('https://huhu.to/channels');
    4. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
    5. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    6. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    7. curl_setopt($ch, CURLOPT_HTTPHEADER, array(
    8. 'Host: huhu.to',
    9. 'Connection: keep-alive',
    10. 'User-Agent: NetSurf/1.0 (Linux; i686)',
    11. 'Accept: */*',
    12. 'Referer: https://huhu.to/',
    13. ));
    14. $site = curl_exec($ch);
    15. curl_close ($ch);
    16. $site = str_replace(',"name','","name',$site);
    17. preg_match_all('#country":"'.$Live.'(.*?)","id":(.*?)","name":"(.*?)"#',$site,$icerik);
    18. $Name = $icerik[3];
    19. $ID = $icerik[2];
    20. for($i=0; $i<count($Name); $i++){
    21. echo "$Name[$i]<br />\n";
    22. echo "https://huhu.to/play/$ID[$i]/index.m3u8<br />\n";
    23. }
    24. ?>
    Örnek TR Kanalları İçin Link : http:localhost/Vavo.php?HLS=Turkey veya [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız.. Adresiniz/PHP' ye Vereceğiniz Ad.php?HLS=Linklerini Çekmek İstediğiniz Ülke Adı
    usda senin php de listeyi neden gerekdigi sekilde yazamiyor yoksa benmi hataliyim

    sagdaki senin

    soldaki olmasi gereken



  2. The Following User Says Thank You to KaRaTuTKu For This Useful Post:

  3. Go to Thank YouDownload #32
    Go to Thank You
    Super Moderatör markclark's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by KaRaTuTKu View Post
    usda senin php de listeyi neden gerekdigi sekilde yazamiyor yoksa benmi hataliyim

    sagdaki senin

    soldaki olmasi gereken

    O bir ayrıntı o şekilde de yazdırılabilir ben öyle sunmak istedim takılma basit işlere


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

  5. Go to Thank YouDownload #33
    Go to Thank You
    Superuser KaRaTuTKu's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by markclark View Post
    O bir ayrıntı o şekilde de yazdırılabilir ben öyle sunmak istedim takılma basit işlere
    Takilmiyorum tesekkürler sadece kullananlar vlcde linki ekleyince sorun yasamasin diye.....


  6. The Following User Says Thank You to KaRaTuTKu For This Useful Post:

  7. Go to Thank YouDownload #34
    Go to Thank You
    Üye ton's Avatar

    Info

    Go to Top of Post

    ustalar bu vavoo yu m3u formatında sunma imkanınız varmı


  8. The Following 2 Users Say Thank You to ton For This Useful Post:

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

    Info

    Go to Top of Post

    buyur kardeşim tüm ülkeler için vavoo m3u dosyası fakat biliyorsun vpn ile çalışıyor türkiyeden yalnız birşey dikkatimi çekti kullandığım vpn uygulaması varsayılan ülke olarak hollanda ile açılıyor benim ve vavoo kanalları hollanda seçili iken çalışıyordu fakat şu anda çalışmadı almanya seçince çalıştı bilgin olsun işte link
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..


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

Page 7 of 11 FirstFirst ... 56789 ... 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
  •