[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.140: ~ $
<?php

require_once 'tutorial_autoload.php';

$output = new ezcConsoleOutput();

$menu = new ezcConsoleMenuDialog( $output );
$menu->options = new ezcConsoleMenuDialogOptions();
$menu->options->text = "Please choose a possibility:\n";
$menu->options->validator = new ezcConsoleMenuDialogDefaultValidator(
    array(
        "1" => "Perform some more actions",
        "2" => "Perform another action",
        "0" => "Quit",
    ),
    "0"
);

while ( ( $choice = ezcConsoleDialogViewer::displayDialog( $menu ) ) != 0 )
{
    switch ( $choice )
    {
        case 1:
            echo "Performing some more actions...\n";
            break;
        case 2:
            echo "Performing some other actions!\n";
            break;
    }
}

?>

Filemanager

Name Type Size Permission Actions
img Folder 0755
CREDITS File 229 B 0644
LICENSE File 1.53 KB 0644
example_input.php File 2.64 KB 0644
example_menu_dialog_full.php File 624 B 0644
example_output.php File 2.06 KB 0644
example_progressbar.php File 3.36 KB 0644
example_progressmonitor.php File 1.07 KB 0644
example_question_dialog_collection_full.php File 613 B 0644
example_question_dialog_factory_yesno.php File 461 B 0644
example_question_dialog_type_full.php File 630 B 0644
example_statusbar.php File 987 B 0644
example_table.php File 2.09 KB 0644
example_table_2.php File 1.71 KB 0644
tutorial.txt File 23.92 KB 0644
tutorial_autoload.php File 495 B 0644
tutorial_example_01_output_basic.php File 184 B 0644
tutorial_example_02_output_advanced.php File 657 B 0644
tutorial_example_03_output_options.php File 755 B 0644
tutorial_example_04_input_basic.php File 399 B 0644
tutorial_example_05_input_advanced.php File 1.11 KB 0644
tutorial_example_06_progressbar_basic.php File 271 B 0644
tutorial_example_07_progressbar_advanced.php File 596 B 0644
tutorial_example_08_statusbar.php File 656 B 0644
tutorial_example_09_table_basic.php File 1.06 KB 0644
tutorial_example_10_table_advanced.php File 1 KB 0644
tutorial_example_11_progressmonitor.php File 299 B 0644
tutorial_example_12_input_arguments.php File 1.41 KB 0644
tutorial_example_13_dialog_question.php File 552 B 0644
tutorial_example_14_dialog_yesnoquestion.php File 334 B 0644
tutorial_example_15_dialog_menu.php File 739 B 0644
tutorial_example_output_targets.php File 308 B 0644