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 /
Kernel /
[ HOME SHELL ]
Name
Size
Permission
Action
%60-i.yaml
656
B
-rw-r--r--
Array-i.yaml
542
B
-rw-r--r--
Float-i.yaml
550
B
-rw-r--r--
Integer-i.yaml
786
B
-rw-r--r--
Pathname-i.yaml
311
B
-rw-r--r--
String-i.yaml
498
B
-rw-r--r--
URI-i.yaml
296
B
-rw-r--r--
__method__-i.yaml
607
B
-rw-r--r--
abort-i.yaml
394
B
-rw-r--r--
at_exit-i.yaml
788
B
-rw-r--r--
autoload%3f-i.yaml
529
B
-rw-r--r--
autoload-i.yaml
527
B
-rw-r--r--
binding-i.yaml
678
B
-rw-r--r--
block_given%3f-i.yaml
739
B
-rw-r--r--
callcc-i.yaml
710
B
-rw-r--r--
caller-i.yaml
968
B
-rw-r--r--
catch-i.yaml
1.03
KB
-rw-r--r--
cdesc-Kernel.yaml
4.43
KB
-rw-r--r--
chomp%21-i.yaml
576
B
-rw-r--r--
chomp-i.yaml
660
B
-rw-r--r--
chop%21-i.yaml
562
B
-rw-r--r--
chop-i.yaml
642
B
-rw-r--r--
eval-i.yaml
884
B
-rw-r--r--
exec-i.yaml
1.22
KB
-rw-r--r--
exit%21-i.yaml
420
B
-rw-r--r--
exit-i.yaml
1.35
KB
-rw-r--r--
fail-i.yaml
1.07
KB
-rw-r--r--
fork-i.yaml
1.04
KB
-rw-r--r--
format-i.yaml
6.11
KB
-rw-r--r--
getc-i.yaml
207
B
-rw-r--r--
gets-i.yaml
1.26
KB
-rw-r--r--
global_variables-i.yaml
450
B
-rw-r--r--
gsub%21-i.yaml
572
B
-rw-r--r--
gsub-i.yaml
572
B
-rw-r--r--
iterator%3f-i.yaml
733
B
-rw-r--r--
lambda-i.yaml
392
B
-rw-r--r--
load-i.yaml
709
B
-rw-r--r--
local_variables-i.yaml
458
B
-rw-r--r--
loop-i.yaml
498
B
-rw-r--r--
method_missing-i.yaml
1.05
KB
-rw-r--r--
open-i.yaml
935
B
-rw-r--r--
open_uri_original_open-i.yaml
256
B
-rw-r--r--
p-i.yaml
625
B
-rw-r--r--
pp-i.yaml
285
B
-rw-r--r--
pretty_inspect-i.yaml
263
B
-rw-r--r--
print-i.yaml
937
B
-rw-r--r--
printf-i.yaml
515
B
-rw-r--r--
proc-i.yaml
388
B
-rw-r--r--
putc-i.yaml
299
B
-rw-r--r--
puts-i.yaml
309
B
-rw-r--r--
raise-i.yaml
1.07
KB
-rw-r--r--
rand-i.yaml
1
KB
-rw-r--r--
readline-i.yaml
346
B
-rw-r--r--
readlines-i.yaml
368
B
-rw-r--r--
require-i.yaml
1.15
KB
-rw-r--r--
scan-i.yaml
347
B
-rw-r--r--
scanf-i.yaml
170
B
-rw-r--r--
select-i.yaml
327
B
-rw-r--r--
set_trace_func-i.yaml
1.72
KB
-rw-r--r--
sleep-i.yaml
810
B
-rw-r--r--
split-i.yaml
335
B
-rw-r--r--
sprintf-i.yaml
6.11
KB
-rw-r--r--
srand-i.yaml
736
B
-rw-r--r--
sub%21-i.yaml
335
B
-rw-r--r--
sub-i.yaml
378
B
-rw-r--r--
syscall-i.yaml
905
B
-rw-r--r--
system-i.yaml
743
B
-rw-r--r--
test-i.yaml
2.83
KB
-rw-r--r--
throw-i.yaml
563
B
-rw-r--r--
trace_var-i.yaml
984
B
-rw-r--r--
trap-i.yaml
1.36
KB
-rw-r--r--
untrace_var-i.yaml
487
B
-rw-r--r--
warn-i.yaml
350
B
-rw-r--r--
y-i.yaml
545
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : require-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Ruby tries to load the library named <em>string</em>, returning <tt>true</tt> if successful. If the filename does not resolve to an absolute path, it will be searched for in the directories listed in <tt>$:</tt>. If the file has the extension ``.rb'', it is loaded as a source file; if the extension is ``.so'', ``.o'', or ``.dll'', or whatever the default shared library extension is on the current platform, Ruby loads the shared library as a Ruby extension. Otherwise, Ruby tries adding ``.rb'', ``.so'', and so on to the name. The name of the loaded feature is added to the array in <tt>$"</tt>. A feature will not be loaded if it's name already appears in <tt>$"</tt>. However, the file name is not converted to an absolute path, so that ``<tt>require 'a';require './a'</tt>'' will load <tt>a.rb</tt> twice. - !ruby/struct:SM::Flow::VERB body: " require "my-library.rb"\n require "db-driver"\n" full_name: Kernel#require is_singleton: false name: require params: | require(string) => true or false visibility: public
Close