Sunucuya arşiv yükleyip açmak için PHP script olur mu?
Sunucuya arşiv yükleyip açmak için PHP script olur mu?
Sunucuya bir arşiv dosya yükleyip, bulunduğu klasörde açmak için bir script var mıdır?
Unix sisteminde bazı komutlar ile olabildiğini duydum. Ancak hosting firması böyle bir komut çalıştırma yetkimizin olmadığını söyledi. siz gönderin biz klasöre açalım şeklinde bildirdi.
arşiv manual de yüklenebilir. Asıl sorun dosyanın orada açılmasında.
Unix sisteminde bazı komutlar ile olabildiğini duydum. Ancak hosting firması böyle bir komut çalıştırma yetkimizin olmadığını söyledi. siz gönderin biz klasöre açalım şeklinde bildirdi.
arşiv manual de yüklenebilir. Asıl sorun dosyanın orada açılmasında.
arşiv zip ise acan scripler var...
phpclasses.org ta bulursun. upload ise ondan daha kolay.
sql mi upload edip açacaksın.
phpclasses.org ta bulursun. upload ise ondan daha kolay.
sql mi upload edip açacaksın.
Kişi odur ki, koyar dünyada bir eser. Eseri olmayanın yerinde yeller eser./Muhammed Hadimi
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
buldunmu bir gelişme varmı? yoksa bende arayıp linki tam verebilirim.
Kişi odur ki, koyar dünyada bir eser. Eseri olmayanın yerinde yeller eser./Muhammed Hadimi
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
Kişi odur ki, koyar dünyada bir eser. Eseri olmayanın yerinde yeller eser./Muhammed Hadimi
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
http://www.weberdev.com/get_example-4108.html
You can extract any sort of Archive (Tar, Gzip, Zip) to any selected path using 3 line codes :
require olan dosyayı webdebn bulursun.
You can extract any sort of Archive (Tar, Gzip, Zip) to any selected path using 3 line codes :
Kod: Tümünü seç
<?php
require 'ArchiveExtractor.class.php';
/* Init. ArchiveExtractor Object */
$archExtractor=new ArchiveExtractor();
/* Extract */
// -Archive -Path
$extractedFileList=$archExtractor->extractArchive("Desktop.zip",".");
?>
<pre>
<?php print_r($extractedFileList); ?>
</pre>
Kişi odur ki, koyar dünyada bir eser. Eseri olmayanın yerinde yeller eser./Muhammed Hadimi
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
php classes org a uye olmanı öneririm acaip kodlar veriliyor ajax gridler classlar vs
Kişi odur ki, koyar dünyada bir eser. Eseri olmayanın yerinde yeller eser./Muhammed Hadimi
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
#
Detailed description:
Allows the creation of tar, gzip, bzip2, and zip archives, and the extraction of tar, gzip, and bzip2. Supports relative paths/no paths, comments, and recursing through subdirectories. Can write file to disk, allow user to download directly, or return file contents in a string or an array. Does not require any external programs to run. PHP must be compiled with '--with-zlib' for gzip and zip and '--with-bzip2' for bzip2. Supports creation of self-extracting zip archives. See readme for full details.
http://www.phpclasses.org/browse/package/945.html
download için uyelik gerek
Detailed description:
Allows the creation of tar, gzip, bzip2, and zip archives, and the extraction of tar, gzip, and bzip2. Supports relative paths/no paths, comments, and recursing through subdirectories. Can write file to disk, allow user to download directly, or return file contents in a string or an array. Does not require any external programs to run. PHP must be compiled with '--with-zlib' for gzip and zip and '--with-bzip2' for bzip2. Supports creation of self-extracting zip archives. See readme for full details.
http://www.phpclasses.org/browse/package/945.html
download için uyelik gerek
Kişi odur ki, koyar dünyada bir eser. Eseri olmayanın yerinde yeller eser./Muhammed Hadimi
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
Bunlara hiç gerek yokmuş. bir klasörde u.zip dosyamız olsun. Bu dosyayı açmak üzere unzip.php dosyası oluşturup içine aşağıdaki kodu yazıyoruz
Daha sonra bu unzip.php dosyasını tarayıcımız ile çağırıyoruz. Klasöre baktığımızda uzaktaki dosyamızın içeriğinin klasöre açılmış olduğunu görüyoruz.
Kod: Tümünü seç
<?php
exec('unzip u.zip',$ret);
?>
senin dediğini bu arada yapmak için komut çalıştırmna yetkisi gerek
http://www.eburhan.com/php-ile-zip-dosy ... k-ve-acmak
kökten çözüm..
http://www.eburhan.com/php-ile-zip-dosy ... k-ve-acmak
kökten çözüm..
Kişi odur ki, koyar dünyada bir eser. Eseri olmayanın yerinde yeller eser./Muhammed Hadimi
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog
http://www.ibrahimkutluay.net
http://www.ibrahimkutluay.net/blog