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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
CGI /
Delete
Unzip
Name
Size
Permission
Date
Action
Cookie
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
HtmlExtension
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
InvalidEncoding
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
QueryExtension
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Session
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
accept_charset%3d-c.ri
269
B
-rw-r--r--
2023-07-26 17:26
accept_charset-c.ri
256
B
-rw-r--r--
2023-07-26 17:26
accept_charset-i.ri
241
B
-rw-r--r--
2023-07-26 17:26
cdesc-CGI.ri
11.85
KB
-rw-r--r--
2023-07-26 17:26
env_table-i.ri
204
B
-rw-r--r--
2023-07-26 17:26
escape-c.ri
339
B
-rw-r--r--
2023-07-26 17:26
escapeElement-c.ri
942
B
-rw-r--r--
2023-07-26 17:26
escapeHTML-c.ri
377
B
-rw-r--r--
2023-07-26 17:26
escape_element-c.ri
236
B
-rw-r--r--
2023-07-26 17:26
escape_html-c.ri
227
B
-rw-r--r--
2023-07-26 17:26
header-i.ri
4.26
KB
-rw-r--r--
2023-07-26 17:26
new-c.ri
2.5
KB
-rw-r--r--
2023-07-26 17:26
out-i.ri
2.54
KB
-rw-r--r--
2023-07-26 17:26
parse-c.ri
449
B
-rw-r--r--
2023-07-26 17:26
pretty-c.ri
711
B
-rw-r--r--
2023-07-26 17:26
print-i.ri
398
B
-rw-r--r--
2023-07-26 17:26
rfc1123_date-c.ri
404
B
-rw-r--r--
2023-07-26 17:26
stdinput-i.ri
205
B
-rw-r--r--
2023-07-26 17:26
stdoutput-i.ri
208
B
-rw-r--r--
2023-07-26 17:26
unescape-c.ri
383
B
-rw-r--r--
2023-07-26 17:26
unescapeElement-c.ri
632
B
-rw-r--r--
2023-07-26 17:26
unescapeHTML-c.ri
382
B
-rw-r--r--
2023-07-26 17:26
unescape_element-c.ri
242
B
-rw-r--r--
2023-07-26 17:26
unescape_html-c.ri
233
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"new:EFI" CGI::new;FT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"Create a new CGI instance.;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@labelI"<tt>tag_maker</tt>;T; [o; ; [ I"KThis is the same as using the +options_hash+ form with the value <tt>{;TI"J:tag_maker => tag_maker }</tt> Note that it is recommended to use the;TI"J+options_hash+ form, since it also allows you specify the charset you;TI"will accept.;To;;I"<tt>options_hash</tt>;T; [o; ; [I"(A Hash that recognizes two options:;T@o;; ;;[o;;I"<tt>:accept_charset</tt>;T; [o; ; [I">specifies encoding of received query string. If omitted,;TI"H<tt>@@accept_charset</tt> is used. If the encoding is not valid, a;TI")CGI::InvalidEncoding will be raised.;T@o; ; [I":Example. Suppose <tt>@@accept_charset</tt> is "UTF-8";T@o; ; [I"when not specified:;T@o:RDoc::Markup::Verbatim; [I"5cgi=CGI.new # @accept_charset # => "UTF-8" ;Fo; ; [I" when specified as "EUC-JP":;T@o;; [I"<cgi=CGI.new(:accept_charset => "EUC-JP") # => "EUC-JP" ;Fo;;I"<tt>:tag_maker</tt>;T; [ o; ; [I"JString that specifies which version of the HTML generation methods to;TI"Guse. If not specified, no HTML generation methods will be loaded.;T@o; ; [I"(The following values are supported:;T@o;; ;;[ o;;I""html3";T; [o; ; [I" HTML 3.x;To;;I""html4";T; [o; ; [I" HTML 4.0;To;;I""html4Tr";T; [o; ; [I"HTML 4.0 Transitional;To;;I""html4Fr";T; [o; ; [I"HTML 4.0 with Framesets;T@o;;I"<tt>block</tt>;T; [o; ; [I"AIf provided, the block is called when an invalid encoding is;TI"encountered. For example:;T@o;; [ I"encoding_errors={} ;FI"<cgi=CGI.new(:accept_charset=>"EUC-JP") do |name,value| ;FI"% encoding_errors[name] = value ;FI" end ;Fo; ; [I"EFinally, if the CGI object is not created in a standard CGI call;TI"Nenvironment (that is, it can't locate REQUEST_METHOD in its environment),;TI"Othen it will run in "offline" mode. In this mode, it reads its parameters;TI"Mfrom the command line or (failing that) from standard input. Otherwise,;TI"Lcookies and other parameters are parsed automatically from the standard;TI"ACGI locations, which varies according to the REQUEST_METHOD.;T: @file0I"GCGI.new(tag_maker) { block } CGI.new(options_hash = {}) { block } ;TI"name, value;F[ I"(options = {});TI"lib/cgi/core.rb;T