Page 6 of 7 FirstFirst ... 4567 LastLast
Results 26 to 30 of 33

Thread: Dailymotion canli yayin script?

  1. Go to Thank YouDownload #26
    Go to Thank You
    Yasaklı Tekzen sahtekarı's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by bahri View Post
    Yukarda da yazdığım gibi uğraşmıyorum epeydir sebebi de bedava server ile uğraşıyor vatandaş çalışan bişeyi çalışmıyor diye burda da yazıp duruyor. İşin yoksa ispatla çalıştıgını.
    ücretli server derken hangisini tavsiye edersin?


    xaamp

    Eklenen Resim Ön İzlemesi Eklenen Resim Ön İzlemesi

  2. The Following User Says Thank You to Tekzen sahtekarı For This Useful Post:

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

    Info

    Go to Top of Post

    Vimexx.nl ben burdan almıştım.


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

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

    Info

    Go to Top of Post

    Senin o resimdeki şekıl olmaz. Link live-1.m3u8 gibi olacak.


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

    Info

    Go to Top of Post

    Sana bir ipucu veriyim o bulduğun m3u8 i bir daha file_get_contents yapordan beyaztv de en yuksek resolutsie 1080 ile basliyor preq_match da 1080 den al o zaman olması lazım ben oyle yapmıştım.


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

  8. Go to Thank YouDownload #30
    Go to Thank You
    Üye bahri's Avatar

    Info

    Go to Top of Post

    PHP Code:
    1. <?php
    2. $html file_get_contents("https://www.dailymotion.com/embed/video/x7df5ih");  
    3. preg_match('@mpegURL","url":"(.*?)"@si',$html,$degisken);
    4. $degisken stripslashes($degisken[1]);
    5. $html1 file_get_contents("$degisken");
    6. preg_match('@"720"(.*?)#@si',$html1,$m3u8);
    7. $link $m3u8[1];
    8. $link str_replace("\n","",$link);
    9. header('Content-type:application/x-mpegURL');
    10. header("Location: $link");
    11. ?>
    Bu şekil olması lazımdı.


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

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