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.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby21 /
share /
ri /
2.1.0 /
system /
URI /
Delete
Unzip
Name
Size
Permission
Date
Action
BadURIError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Error
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Escape
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
FTP
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Generic
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
HTTP
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
HTTPS
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
InvalidComponentError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
InvalidURIError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
LDAP
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
LDAPS
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
MailTo
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Parser
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
REGEXP
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
cdesc-URI.ri
5.25
KB
-rw-r--r--
2023-07-26 17:52
decode_www_form-c.ri
1.04
KB
-rw-r--r--
2023-07-26 17:52
decode_www_form_component-c.ri
504
B
-rw-r--r--
2023-07-26 17:52
encode_www_form-c.ri
1.53
KB
-rw-r--r--
2023-07-26 17:52
encode_www_form_component-c.ri
801
B
-rw-r--r--
2023-07-26 17:52
extract-c.ri
1.09
KB
-rw-r--r--
2023-07-26 17:52
join-c.ri
1.28
KB
-rw-r--r--
2023-07-26 17:52
parse-c.ri
1.04
KB
-rw-r--r--
2023-07-26 17:52
regexp-c.ri
1.25
KB
-rw-r--r--
2023-07-26 17:52
scheme_list-c.ri
311
B
-rw-r--r--
2023-07-26 17:52
split-c.ri
1004
B
-rw-r--r--
2023-07-26 17:52
Save
Rename
U:RDoc::AnyMethod[iI"decode_www_form:EFI"URI::decode_www_form;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"3Decode URL-encoded form data from given +str+.;To:RDoc::Markup::BlankLine o; ; [I"9This decodes application/x-www-form-urlencoded data ;TI"*and returns array of key-value array.;T@o; ; [I"IThis refers http://url.spec.whatwg.org/#concept-urlencoded-parser , ;TI"Bso this supports only &-separator, don't support ;-separator.;T@o; ; [I".ary = URI.decode_www_form("a=1&a=2&b=3") ;TI"Ep ary #=> [['a', '1'], ['a', '2'], ['b', '3']] ;TI"$p ary.assoc('a').last #=> '1' ;TI"$p ary.assoc('b').last #=> '3' ;TI"$p ary.rassoc('a').last #=> '2' ;TI"5p Hash[ary] # => {"a"=>"2", "b"=>"3"};T@o; ; [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;FcRDoc::NormalModule00