Linux server123.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.126.127 | : 216.73.216.107
Cant Read [ /etc/named.conf ]
?8.4.14
ezdajrnh
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
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 : new-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Creates a new CGI instance. - !ruby/struct:SM::Flow::P body: "<tt>type</tt> specifies which version of HTML to load the HTML generation methods for. The following versions of HTML are supported:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "html3:" body: HTML 3.x - !ruby/struct:SM::Flow::LI label: "html4:" body: HTML 4.0 - !ruby/struct:SM::Flow::LI label: "html4Tr:" body: HTML 4.0 Transitional - !ruby/struct:SM::Flow::LI label: "html4Fr:" body: HTML 4.0 with Framesets type: :NOTE - !ruby/struct:SM::Flow::P body: If not specified, no HTML generation methods will be loaded. - !ruby/struct:SM::Flow::P body: If the CGI object is not created in a standard CGI call environment (that is, it can't locate REQUEST_METHOD in its environment), then it will run in "offline" mode. In this mode, it reads its parameters from the command line or (failing that) from standard input. Otherwise, cookies and other parameters are parsed automatically from the standard CGI locations, which varies according to the REQUEST_METHOD. full_name: CGI::new is_singleton: true name: new params: (type = "query") visibility: public
Close