Tekil Mesaj gösterimi
  #3 (permalink)  
Alt 25.02.08, 03:34 PM
victories - ait Kullanıcı Resmi (Avatar)
victories victories isimli Üye şimdilik offline konumundadır
Sempron
 
Üyelik tarihi: Feb 2008
Nerden: kirsehir
Yaş: 27
Mesajlar: 10
Tecrübe Puanı: 0
victories is on a distinguished road
Alıntı:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
maalesef gene aynı hatayı verdi. ftp de açmam gereken rarlı dosyalar var, toplamda 30 gb civarı, hepsini indirip açıp geri upload etmekten başka fikri olan varsa lütfen bekliyorum...

tam olarak yazdığım kod bu
PHP- Kodu:
<?php

$rar_file 
rar_open('Alphaville_-_Big_in_Japan_.rar') or die("Can't open Rar archive");

$entries rar_list($rar_file);

foreach (
$entries as $entry) {
    echo 
'Filename: ' $entry->getName() . "\n";
    echo 
'Packed size: ' $entry->getPackedSize() . "\n";
    echo 
'Unpacked size: ' $entry->getUnpackedSize() . "\n";

    
$entry->extract('/home/xvid/public_html/files/');
}

rar_close($rar_file);

?>
ayrıca unrar varmı yokmu bilmiyorum, muhtemelen yok, nasıl kurabilirim. ilk mesajımda yazdığım adresten aldığım bilgilerle denedim ama beceremedim.

bu dosyaları açmanın herhangi bir başka yolu varsa php haricinde oda işimi görür

Konu victories tarafından (25.02.08 Saat 03:55 PM ) değiştirilmiştir..
Alıntı ile Cevapla