Page 6 of 11 FirstFirst ... 45678 ... LastLast
Results 26 to 30 of 52

Thread: vavoo

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

    Info

    Go to Top of Post

    @4ever usta özelden gönderdim kodları


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

  3. Go to Thank YouDownload #27
    Go to Thank You
    Kıdemli Üye markclark's Avatar

    Info

    Go to Top of 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ı


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

  5. Go to Thank YouDownload #28
    Go to Thank You
    Yeni Üye 4ever'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ı
    Teşekkürler Usta


  6. Go to Thank YouDownload #29
    Go to Thank You
    Yeni Üye delphin01's Avatar

    Info

    Go to Top of Post

    üstad aşağıdaki hatayı alıyorum..

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 17

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 21
    Array

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 22
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 21
    Array

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 22
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 21
    Array

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 22
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 21
    Array

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 22
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..


  7. The Following User Says Thank You to delphin01 For This Useful Post:

  8. Go to Thank YouDownload #30
    Go to Thank You
    Kıdemli Üye markclark's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by delphin01 View Post
    üstad aşağıdaki hatayı alıyorum..

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 17

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 21
    Array

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 22
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 21
    Array

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 22
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 21
    Array

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 22
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 21
    Array

    Warning: Array to string conversion in D:\xampp\htdocs\Vavo.php on line 22
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    ?HLS=Ülke Adı Yaz (Hata Almazsınız)


Page 6 of 11 FirstFirst ... 45678 ... LastLast

Thread Information

Users Browsing this Thread

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

  1. sulak

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
  •