Page 3 of 3 FirstFirst 123
Results 11 to 15 of 15

Thread: 👪★ 𝐇𝐃FilmCehennemi.NL ★👀

  1. Go to Thank YouDownload #11
    Go to Thank You
    Üye androbjk34's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by OSMANLİTOKADİ View Post
    emek harcayıp video çekmişsin saol
    yanlış anlamışsın
    ya 2. php de sorun var yada benim hosting sitesinde olay bundan ibaret
    Kodun önüne <?php bunu ekledin mi eklemeyince hata veriyor


  2. The Following 3 Users Say Thank You to androbjk34 For This Useful Post:

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

    Info

    Go to Top of Post

    Quote Originally Posted by androbjk34 View Post
    Kodun önüne <?php bunu ekledin mi eklemeyince hata veriyor
    İlk kodlar ve ikinci kodlar bende de çalışmadı local host olarak denemedim ama birinci kodlar da gösterdiğiniz yer böyle <?php olsa da çalışmadı bende siz çalıştırabiliyormusunuz


  4. Go to Thank YouDownload #13
    Go to Thank You
    Üye androbjk34's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by köprülü View Post
    İlk kodlar ve ikinci kodlar bende de çalışmadı local host olarak denemedim ama birinci kodlar da gösterdiğiniz yer böyle <?php olsa da çalışmadı bende siz çalıştırabiliyormusunuz
    Linki çekiyor indiriyor fakat wuffy veya başka bir playerda oynatmıyor ama kod çalisiyor bu sitelerde download olayı belli saatlerde kisitlamaya giriyor yani yavaş indirme yapiyor

    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    Bundan kaynaklı açmıyor diye düşünüyorum


  5. Go to Thank YouDownload #14
    Go to Thank You
    Üye mehmetey's Avatar

    Info

    Go to Top of Post

    2. php preg_match('#"download_link":"(.*?)"#',$site,$icer ik); burayı düzeltin
    Contains hidden content
    WARNING: To see the hidden message, simply click the button under the post.
    Do not write messages unless it is mandatory. If you have to write, the short message is not well received.
    Write detailed information about your problems, device name, brand, on which platform etc.
    If the hidden content does not open automatically 3 seconds after thanking, click here.


  6. The Following 21 Users Say Thank You to mehmetey For This Useful Post:

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

    Info

    Go to Top of Post

    Valla markclark ustanın paylaştığı bağlantı örneğini demeyince çalışıyor ama php yi ne yaptıysam çalışmadı malesef bende farklı bir yöntem kullanarak çalıştırdım markclark ustanın paylaştığı örnek bağlantıyı base url kullanarak şu kodlar ile çalıştırabildim ancak

    <?php
    // Kullanıcıdan ID parametresini al
    $ID = isset($_GET['ID']) ? $_GET['ID'] : null;

    // ID kontrolü
    if (!$ID) {
    header("HTTP/1.1 400 Bad Request");
    die("Geçerli bir ID parametresi gönderilmedi.");
    }

    // Base URL'yi tanımla
    $baseURL = "http://mehmetaslan.serv00.net/HDFilm.php?ID=";
    $requestURL = $baseURL . urlencode($ID);

    // cURL ile Base URL'ye bağlan
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $requestURL);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, false); // Doğrudan çıktı gönder
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); // Yönlendirmeleri takip et
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_HEADER, false); // Header bilgisi istemiyoruz
    curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36");

    // Doğrudan içeriği istemciye aktar
    header("Content-Type: video/mp4"); // Geniş bir video türü için MIME türü
    curl_exec($ch);

    // cURL işlem hatalarını kontrol et
    if (curl_errno($ch)) {
    $error = curl_error($ch);
    curl_close($ch);
    header("HTTP/1.1 500 Internal Server Error");
    die("Video akışı sırasında bir hata oluştu: $error");
    }

    // cURL işlemini kapat
    curl_close($ch);


  8. The Following User Says Thank You to köprülü For This Useful Post:

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •