Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.191.165.88
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby23 /
lib64 /
ruby /
2.3.0 /
xmlrpc /
Delete
Unzip
Name
Size
Permission
Date
Action
base64.rb
1.44
KB
-rw-r--r--
2015-12-16 05:07
client.rb
18.87
KB
-rw-r--r--
2016-03-29 05:43
config.rb
1.04
KB
-rw-r--r--
2015-12-16 05:07
create.rb
6.57
KB
-rw-r--r--
2015-12-16 05:07
datetime.rb
3.56
KB
-rw-r--r--
2015-12-16 05:07
marshal.rb
1.5
KB
-rw-r--r--
2015-12-16 05:07
parser.rb
20.77
KB
-rw-r--r--
2015-12-16 05:07
server.rb
19.83
KB
-rw-r--r--
2015-12-16 05:07
utils.rb
3.95
KB
-rw-r--r--
2015-12-16 05:07
Save
Rename
# frozen_string_literal: false # # $Id: config.rb 53141 2015-12-16 05:07:31Z naruse $ # Configuration file for XML-RPC for Ruby # module XMLRPC # :nodoc: module Config # or XMLWriter::XMLParser DEFAULT_WRITER = XMLWriter::Simple # === Available parsers # # * XMLParser::NQXMLTreeParser # * XMLParser::NQXMLStreamParser # * XMLParser::XMLTreeParser # * XMLParser::XMLStreamParser (fastest) # * XMLParser::REXMLStreamParser # * XMLParser::XMLScanStreamParser # * XMLParser::LibXMLStreamParser DEFAULT_PARSER = XMLParser::REXMLStreamParser # enable <code><nil/></code> tag ENABLE_NIL_CREATE = false ENABLE_NIL_PARSER = false # allows integers greater than 32-bit if +true+ ENABLE_BIGINT = false # enable marshalling Ruby objects which include XMLRPC::Marshallable ENABLE_MARSHALLING = true # enable multiCall extension by default ENABLE_MULTICALL = false # enable Introspection extension by default ENABLE_INTROSPECTION = false end end