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