Results 1 to 5 of 5

Thread: yeni Dailymotion php cod lazim

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

    Info

    Go to Top of Post

    Default yeni Dailymotion php cod lazim

    Dailymotion canli yayin icin php cod lazim eskisi calismiyor eski php codu asagiya koyuyorum balki üzerinde calisilir simdiden tesekkürler

    <?php
    $Live = $_GET['HLS'];
    $ch = curl_init('https://www.dailymotion.com/player/metadata/video/'.$Live.'?embedder=&referer=&app=com.dailymotion.d ailymotion&client_type=androidapp');
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_HTTPHEADER, array(
    'host: [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..',
    'user-agent: Mozilla/5.0 (Linux; Android 5.1.1; A5010 Build/LMY48Z; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.120 Mobile Safari/537.36;dailymotion-player-sdk-android 0.2.11',
    'accept: */*',
    'x-requested-with: com.dailymotion.dailymotion',
    'referer: [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..',
    'accept-language: tr-TR,tr;q=0.9,en-US;q=0.8,en;q=0.7',
    ));
    $site = curl_exec($ch);
    curl_close ($ch);
    $site = str_replace('\\','',$site);
    preg_match('#"type":"application/x-mpegURL","url":"(.*?)"#', $site, $icerik);
    $Link = $icerik[1];
    header ("Location: $Link");
    ?>




  2. The Following User Says Thank You to ergün For This Useful Post:

  3. Go to Thank YouDownload #2
    Go to Thank You
    Yeni Üye tolan's Avatar

    Info

    Go to Top of Post

    +1


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

    Info

    Go to Top of Post

    halen aramaktayim bulursam sizinle paylasirim cözümü


  5. Go to Thank YouDownload #4
    Go to Thank You
    Super Moderatör markclark's Avatar

    Info

    Go to Top of Post

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


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

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

    Info

    Go to Top of Post

    bu calismiyor kardes linki almiyor

    - - - Güncellendi - - -

    Quote Originally Posted by markclark View Post
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    bu calismiyor kardes dogru linki almiyor


Thread Information

Users Browsing this Thread

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