Linux premium134.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.104 | : 216.73.216.25
Cant Read [ /etc/named.conf ]
?8.1.34
mfbsrygq
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby34 /
share /
ruby /
prism /
translation /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
parser
[ DIR ]
drwxr-xr-x
?;
ripper
[ DIR ]
drwxr-xr-x
parser.rb
14.14
KB
-rw-r--r--
parser33.rb
262
B
-rw-r--r--
parser34.rb
262
B
-rw-r--r--
parser35.rb
262
B
-rw-r--r--
parser_current.rb
604
B
-rw-r--r--
ripper.rb
94.94
KB
-rw-r--r--
ruby_parser.rb
53.51
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : parser_current.rb
# frozen_string_literal: true # :markup: markdown # typed: ignore # module Prism module Translation case RUBY_VERSION when /^3\.3\./ ParserCurrent = Parser33 when /^3\.4\./ ParserCurrent = Parser34 when /^3\.5\./ ParserCurrent = Parser35 else # Keep this in sync with released Ruby. parser = Parser34 major, minor, _patch = Gem::Version.new(RUBY_VERSION).segments warn "warning: `Prism::Translation::Current` is loading #{parser.name}, " \ "but you are running #{major}.#{minor}." ParserCurrent = parser end end end
Close