Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.141.46.208
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby22 /
lib64 /
ruby /
2.2.0 /
shell /
Delete
Unzip
Name
Size
Permission
Date
Action
builtin-command.rb
2.4
KB
-rw-r--r--
2014-08-22 03:32
command-processor.rb
18.54
KB
-rw-r--r--
2014-08-22 03:32
error.rb
573
B
-rw-r--r--
2011-05-19 00:07
filter.rb
2.56
KB
-rw-r--r--
2013-12-15 02:09
process-controller.rb
7.46
KB
-rw-r--r--
2014-08-26 02:44
system-command.rb
3.56
KB
-rw-r--r--
2014-07-26 17:44
version.rb
255
B
-rw-r--r--
2012-12-05 02:55
Save
Rename
# # shell/error.rb - # $Release Version: 0.7 $ # $Revision: 31641 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # # # require "e2mmap" class Shell module Error extend Exception2MessageMapper def_e2message TypeError, "wrong argument type %s (expected %s)" def_exception :DirStackEmpty, "Directory stack empty." def_exception :CantDefine, "Can't define method(%s, %s)." def_exception :CantApplyMethod, "This method(%s) does not apply to this type(%s)." def_exception :CommandNotFound, "Command not found(%s)." end end