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 /
ruby32 /
share /
ri /
system /
URI /
Delete
Unzip
Name
Size
Permission
Date
Action
BadURIError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Error
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
FTP
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
File
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Generic
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
HTTP
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
HTTPS
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
InvalidComponentError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
InvalidURIError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
LDAP
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
LDAPS
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
MailTo
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Parser
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
REGEXP
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
RFC2396_Parser
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
RFC2396_REGEXP
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Schemes
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
WS
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
WSS
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
_decode_uri_component-c.ri
273
B
-rw-r--r--
2026-04-07 17:42
_encode_uri_component-c.ri
280
B
-rw-r--r--
2026-04-07 17:42
cdesc-URI.ri
6.31
KB
-rw-r--r--
2026-04-07 17:42
decode_uri_component-c.ri
428
B
-rw-r--r--
2026-04-07 17:42
decode_www_form-c.ri
1.08
KB
-rw-r--r--
2026-04-07 17:42
decode_www_form_component-c.ri
507
B
-rw-r--r--
2026-04-07 17:42
encode_uri_component-c.ri
415
B
-rw-r--r--
2026-04-07 17:42
encode_www_form-c.ri
1.54
KB
-rw-r--r--
2026-04-07 17:42
encode_www_form_component-c.ri
823
B
-rw-r--r--
2026-04-07 17:42
extract-c.ri
1.09
KB
-rw-r--r--
2026-04-07 17:42
for-c.ri
400
B
-rw-r--r--
2026-04-07 17:42
join-c.ri
1.24
KB
-rw-r--r--
2026-04-07 17:42
open-c.ri
1.05
KB
-rw-r--r--
2026-04-07 17:42
parse-c.ri
1.14
KB
-rw-r--r--
2026-04-07 17:42
regexp-c.ri
1.26
KB
-rw-r--r--
2026-04-07 17:42
register_scheme-c.ri
514
B
-rw-r--r--
2026-04-07 17:42
scheme_list-c.ri
313
B
-rw-r--r--
2026-04-07 17:42
split-c.ri
1.13
KB
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"decode_www_form:ETI"URI::decode_www_form;TT:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"4Decodes URL-encoded form data from given +str+.;To:RDoc::Markup::BlankLine o; ; [I"9This decodes application/x-www-form-urlencoded data ;TI".and returns an array of key-value arrays.;T@o; ; [I"HThis refers http://url.spec.whatwg.org/#concept-urlencoded-parser, ;TI"Hso this supports only &-separator, and doesn't support ;-separator.;T@o:RDoc::Markup::Verbatim; [I".ary = URI.decode_www_form("a=1&a=2&b=3") ;TI"Dary #=> [['a', '1'], ['a', '2'], ['b', '3']] ;TI"#ary.assoc('a').last #=> '1' ;TI"#ary.assoc('b').last #=> '3' ;TI"#ary.rassoc('a').last #=> '2' ;TI"4Hash[ary] #=> {"a"=>"2", "b"=>"3"} ;T:@format0o; ; [I"<See URI.decode_www_form_component, URI.encode_www_form.;T: @fileI"lib/uri/common.rb;T:0@omit_headings_from_table_of_contents_below000[ I"U(str, enc=Encoding::UTF_8, separator: '&', use__charset_: false, isindex: false);T@"FI"URI;TcRDoc::NormalModule00