Page 4 of 4 FirstFirst ... 234
Results 16 to 18 of 18

Thread: Easyizle.com PHP Yardımı?

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

    Info

    Go to Top of Post

    Quote Originally Posted by Murat84 View Post
    Dostum, nasıl kullanicagız bu phpyi? Anlamıyorum bu sistemi.

    Pcde local host uygulaması vardı onla beraber mi?
    Evet Murat Sadece Localhost Çalışıyor. Link Kullanımını Yazdım


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

  3. Go to Thank YouDownload #17
    Go to Thank You
    Üye fibeley'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(''.$Live.'');
    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_ENCODING, false);
    8. curl_setopt($ch, CURLOPT_HTTPHEADER, array(
    9. "Referer: $Live",
    10. 'User-Agent: NetSurf/1.0 (Linux; i686)',
    11. 'Connection: Keep-Alive',
    12. 'Accept-Encoding: gzip',
    13. ));
    14. $site = curl_exec($ch);
    15. curl_close ($ch);
    16. preg_match('#video/(.*?)"#',$site,$icerik);
    17. $Url = $icerik[1];
    18. $ch1 = curl_init('https://hdplayersystem.live/player/index.php?data='.$Url.'&do=getVideo');
    19. curl_setopt($ch1, CURLOPT_SSL_VERIFYHOST, false);
    20. curl_setopt($ch1, CURLOPT_SSL_VERIFYPEER, false);
    21. curl_setopt($ch1, CURLOPT_RETURNTRANSFER, true);
    22. curl_setopt($ch1, CURLOPT_ENCODING, false);
    23. curl_setopt($ch1, CURLOPT_POST, true);
    24. curl_setopt($ch1, CURLOPT_POSTFIELDS, "hash=$Url&r=https://easyizle.com/");
    25. curl_setopt($ch1, CURLOPT_HTTPHEADER, array(
    26. 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8',
    27. 'X-Requested-With: XMLHttpRequest',
    28. 'User-Agent: NetSurf/1.0 (Linux; i686)',
    29. 'Connection: Keep-Alive',
    30. 'Accept-Encoding: gzip',
    31. ));
    32. $site1 = curl_exec($ch1);
    33. curl_close ($ch1);
    34. $site1 = str_replace('\\','',$site1);
    35. preg_match('#securedLink":"(.*?)"#',$site1,$icerik);
    36. $Link = $icerik[1];
    37. header ("Location: $Link");
    38. ?>
    Link Kullanımı : [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    Eline sağlık usta, denemelerime göre bu sadece filmlerde çalışıyor. Galiba filmler ve dizilerin player sistemleri aynı değil.

    Edit: diğer paylaşımlarını görmemiştim bunu yazarken. Dizi için de paylaşmışsın tekrardan eline emeğine sağlık.


  4. Go to Thank YouDownload #18
    Go to Thank You
    Üye Yazar Panda's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by Murat84 View Post
    Dostum, nasıl kullanicagız bu phpyi? Anlamıyorum bu sistemi.

    Pcde local host uygulaması vardı onla beraber mi?
    Aynen, xamp, laragon vs.


  5. The Following User Says Thank You to Yazar Panda For This Useful Post:

Page 4 of 4 FirstFirst ... 234

Thread Information

Users Browsing this Thread

There are currently 5 users browsing this thread. (0 members and 5 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
  •