• 30-08-2013, 12:14:40
    #1
    örneğin bu sitedeki gibi ; http://www.dllindir.com/program/sdcnetcheck.dll.html
    olursa, download linklerini nasıl görebiliriz ?
  • 30-08-2013, 14:39:28
    #2
    Üyeliği durduruldu
    İndirme başlayınca orada yazıyor dosyanın bulunduğu asıl link. Örneğin vermiş olduğunuz linkteki dosyanın adresi

    http://dllindir.com/dlls/sdcnetcheck.dll
    Sitedeki tüm dll ler kendi adlarıyla bu klasörde tutuluyor olması lazım.
  • 30-08-2013, 16:43:40
    #3
    istanbullili adlı üyeden alıntı: mesajı görüntüle
    İndirme başlayınca orada yazıyor dosyanın bulunduğu asıl link. Örneğin vermiş olduğunuz linkteki dosyanın adresi

    http://dllindir.com/dlls/sdcnetcheck.dll
    Sitedeki tüm dll ler kendi adlarıyla bu klasörde tutuluyor olması lazım.
    evet öyle de oradan görmeseydik nasıl indirecektik
  • 30-08-2013, 18:32:15
    #4
    Bu konularda deneyimli bir ekibiz.
    İhtiyaç duyduğunuz işler için pm atabilirsiniz.
  • 30-08-2013, 18:32:48
    #5
    http://www.dllindir.com/indir/sdcnetcheck.dll.html

    Bu sayfayı curl ile çekerseniz ve de çekim işlemi sırasında followlocation kapatıp, header açarsanız görebilirsiniz download linkini.

    Örneğin

    <?php
    $url = 'http://www.dllindir.com/indir/sdcnetcheck.dll.html';
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_REFERER, $url);
    curl_setopt($ch, CURLOPT_USERAGENT, 'firefox');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_TIMEOUT, 180);
    curl_setopt($ch, CURLOPT_COOKIEFILE, dirname(__FILE__).'/cookies.txt');
    curl_setopt($ch, CURLOPT_COOKIEJAR, dirname(__FILE__).'/cookies.txt');
    curl_setopt($ch, CURLOPT_HTTPHEADER, array("Expect:"));
    curl_setopt($ch, CURLOPT_HEADER , 1);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
    $exec = curl_exec($ch);
    echo $exec;
    ?>
    Refresh ile başlayan satırda görünüyor download linki.

    Refresh: 3; url=http://dllindir.com/dlls/sdcnetcheck.dll
  • 31-08-2013, 11:28:02
    #6
    Hayko adlı üyeden alıntı: mesajı görüntüle
    http://www.dllindir.com/indir/sdcnetcheck.dll.html

    Bu sayfayı curl ile çekerseniz ve de çekim işlemi sırasında followlocation kapatıp, header açarsanız görebilirsiniz download linkini.

    Örneğin

    <?php
    $url = 'http://www.dllindir.com/indir/sdcnetcheck.dll.html';
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_REFERER, $url);
    curl_setopt($ch, CURLOPT_USERAGENT, 'firefox');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_TIMEOUT, 180);
    curl_setopt($ch, CURLOPT_COOKIEFILE, dirname(__FILE__).'/cookies.txt');
    curl_setopt($ch, CURLOPT_COOKIEJAR, dirname(__FILE__).'/cookies.txt');
    curl_setopt($ch, CURLOPT_HTTPHEADER, array("Expect:"));
    curl_setopt($ch, CURLOPT_HEADER , 1);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
    $exec = curl_exec($ch);
    echo $exec;
    ?>
    Refresh ile başlayan satırda görünüyor download linki.

    Refresh: 3; url=http://dllindir.com/dlls/sdcnetcheck.dll
    http://www.dlldll.com/getdll/7236.html

    burada bişey yapılabilir mi ?