Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Module /
[ HOME SHELL ]
Name
Size
Permission
Action
%3c%3d%3e-i.yaml
542
B
-rw-r--r--
%3c%3d-i.yaml
512
B
-rw-r--r--
%3c-i.yaml
476
B
-rw-r--r--
%3d%3d%3d-i.yaml
460
B
-rw-r--r--
%3d%3d-i.yaml
1.32
KB
-rw-r--r--
%3e%3d-i.yaml
515
B
-rw-r--r--
%3e-i.yaml
479
B
-rw-r--r--
alias_method-i.yaml
754
B
-rw-r--r--
ancestors-i.yaml
515
B
-rw-r--r--
append_features-i.yaml
627
B
-rw-r--r--
attr-i.yaml
861
B
-rw-r--r--
attr_accessor-i.yaml
565
B
-rw-r--r--
attr_reader-i.yaml
427
B
-rw-r--r--
attr_writer-i.yaml
348
B
-rw-r--r--
autoload%3f-i.yaml
524
B
-rw-r--r--
autoload-i.yaml
593
B
-rw-r--r--
cdesc-Module.yaml
4.5
KB
-rw-r--r--
class_eval-i.yaml
1.02
KB
-rw-r--r--
class_exec-i.yaml
729
B
-rw-r--r--
class_variable_defined%3f-i.ya...
567
B
-rw-r--r--
class_variable_get-i.yaml
604
B
-rw-r--r--
class_variable_set-i.yaml
613
B
-rw-r--r--
class_variables-i.yaml
610
B
-rw-r--r--
const_defined%3f-i.yaml
442
B
-rw-r--r--
const_get-i.yaml
388
B
-rw-r--r--
const_missing-i.yaml
1.14
KB
-rw-r--r--
const_set-i.yaml
591
B
-rw-r--r--
constants-c.yaml
648
B
-rw-r--r--
constants-i.yaml
403
B
-rw-r--r--
define_method-i.yaml
1.27
KB
-rw-r--r--
extend_object-i.yaml
965
B
-rw-r--r--
extended-i.yaml
223
B
-rw-r--r--
freeze-i.yaml
263
B
-rw-r--r--
include%3f-i.yaml
577
B
-rw-r--r--
include-i.yaml
305
B
-rw-r--r--
included-i.yaml
686
B
-rw-r--r--
included_modules-i.yaml
507
B
-rw-r--r--
instance_method-i.yaml
1.08
KB
-rw-r--r--
instance_methods-i.yaml
1.07
KB
-rw-r--r--
method_added-i.yaml
231
B
-rw-r--r--
method_defined%3f-i.yaml
929
B
-rw-r--r--
method_removed-i.yaml
235
B
-rw-r--r--
method_undefined-i.yaml
239
B
-rw-r--r--
module_eval-i.yaml
1.03
KB
-rw-r--r--
module_exec-i.yaml
731
B
-rw-r--r--
module_function-i.yaml
1.16
KB
-rw-r--r--
name-i.yaml
267
B
-rw-r--r--
nesting-c.yaml
497
B
-rw-r--r--
new-c.yaml
787
B
-rw-r--r--
private-i.yaml
657
B
-rw-r--r--
private_class_method-i.yaml
621
B
-rw-r--r--
private_instance_methods-i.yam...
731
B
-rw-r--r--
private_method_defined%3f-i.ya...
904
B
-rw-r--r--
protected-i.yaml
441
B
-rw-r--r--
protected_instance_methods-i.y...
472
B
-rw-r--r--
protected_method_defined%3f-i....
926
B
-rw-r--r--
public-i.yaml
425
B
-rw-r--r--
public_class_method-i.yaml
324
B
-rw-r--r--
public_instance_methods-i.yaml
460
B
-rw-r--r--
public_method_defined%3f-i.yam...
902
B
-rw-r--r--
remove_class_variable-i.yaml
623
B
-rw-r--r--
remove_const-i.yaml
406
B
-rw-r--r--
remove_method-i.yaml
373
B
-rw-r--r--
to_s-i.yaml
397
B
-rw-r--r--
undef_method-i.yaml
1.14
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : const_missing-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Invoked when a reference is made to an undefined constant in <em>mod</em>. It is passed a symbol for the undefined constant, and returns a value to be used for that constant. The following code is a (very bad) example: if reference is made to an undefined constant, it attempts to load a file whose name is the lowercase version of the constant (thus class <tt>Fred</tt> is assumed to be in file <tt>fred.rb</tt>). If found, it returns the value of the loaded class. It therefore implements a perverse kind of autoload facility." - !ruby/struct:SM::Flow::VERB body: " def Object.const_missing(name)\n @looked_for ||= {}\n str_name = name.to_s\n raise "Class not found: #{name}" if @looked_for[str_name]\n @looked_for[str_name] = 1\n file = str_name.downcase\n require file\n klass = const_get(name)\n return klass if klass\n raise "Class not found: #{name}"\n end\n" full_name: Module#const_missing is_singleton: false name: const_missing params: | mod.const_missing(sym) => obj visibility: public
Close