[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.140: ~ $
<?php

require_once 'tutorial_autoload.php';
date_default_timezone_set( "UTC" );

// Open the gzipped TAR archive.
$archive = ezcArchive::open( "compress.zlib:///tmp/my_archive.tar.gz" );

while( $archive->valid() )
{
    // Returns the current entry (ezcArchiveEntry).
    $entry = $archive->current();

    // ezcArchiveEntry has an __toString() method.
    echo $entry, "\n";

    // Extract the current archive entry to /tmp/target_location/
    $archive->extractCurrent( "/tmp/target_location/" );

    $archive->next();
}

?>

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