Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php53 /
usr /
share /
doc /
pear /
Archive /
docs /
Delete
Unzip
Name
Size
Permission
Date
Action
CREDITS
229
B
-rw-r--r--
2015-01-28 06:29
LICENSE
1.53
KB
-rw-r--r--
2015-01-28 06:29
example.php
1.44
KB
-rw-r--r--
2015-01-28 06:29
tutorial.txt
4.96
KB
-rw-r--r--
2015-01-28 06:29
tutorial_autoload.php
495
B
-rw-r--r--
2015-01-28 06:29
tutorial_directories.php
390
B
-rw-r--r--
2015-01-28 06:29
tutorial_extract.php
532
B
-rw-r--r--
2015-01-28 06:29
tutorial_iterator.php
298
B
-rw-r--r--
2015-01-28 06:29
tutorial_read_only.php
383
B
-rw-r--r--
2015-01-28 06:29
tutorial_recursive.php
949
B
-rw-r--r--
2015-01-28 06:29
tutorial_replacing.php
390
B
-rw-r--r--
2015-01-28 06:29
Save
Rename
<?php require_once 'tutorial_autoload.php'; $options = new ezcArchiveOptions( array( 'readOnly' => true ) ); $archive = ezcArchive::open( "compress.zlib:///tmp/my_archive.tar.gz", null, $options ); // The foreach method calls internally the iterator methods. foreach( $archive as $entry ) { echo $entry, "\n"; $archive->extractCurrent( "/tmp/target_location/" ); } ?>