• 21-04-2007, 08:21:06
    #10
    Üyeliği durduruldu
    hocam php.ini dosyasinda allow_url_fopen ozelligini On yaparsan, script calisir...

    Eger php.ini ye ulasamiyorsan, yani hosting shared ise,oradaki kodu degistireceksin... curl kullanman lazim...Asagidaki kod example.com in aynisini senin sayfanda cikarir... Bunu elindeki scripte uyarlamaya calis.

    <?php
    $ch = curl_init();
    $timeout = 0; // set to zero for no timeout
    curl_setopt ($ch, CURLOPT_URL, 'http://example.com');
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
    $file_contents = curl_exec($ch);
    curl_close($ch);

    // display file
    echo $file_contents;

    ?>
  • 21-04-2007, 22:05:36
    #11
    Scriptin en üstüne şunu yaz:

     ini_set('allow_url_fopen','1')
    çalışmazsa şu yöntemi dene

    .htaccess dosyasına şunu yaz

    php_value allow_url_fopen 1
    yine çalışmazsa hostuna söylemen gerek bu özelliği aktif etmeli manuel olarak.
  • 22-04-2007, 00:14:59
    #12
    Üyeliği durduruldu
    SohbetList adlı üyeden alıntı: mesajı görüntüle
    YouTube Downloader Buraya kurdum bende hiçbir sorun çıkmadı.
    "Youtube videolarini bilgisayarina kayet indir izle" bu kelime grubunu bi yerden tanıyorum ama