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: Escape only the tags of certain HTML elements in <tt>string</tt>. - !ruby/struct:SM::Flow::P body: Takes an element or elements or array of elements. Each element is specified by the name of the element, without angle brackets. This matches both the start and the end tag of that element. The attribute list of the open tag will also be escaped (for instance, the double-quotes surrounding attribute values). - !ruby/struct:SM::Flow::VERB body: " print CGI::escapeElement('<BR><A HREF="url"></A>', "A", "IMG")\n # "<BR>&lt;A HREF=&quot;url&quot;&gt;&lt;/A&gt"\n\n print CGI::escapeElement('<BR><A HREF="url"></A>', ["A", "IMG"])\n # "<BR>&lt;A HREF=&quot;url&quot;&gt;&lt;/A&gt"\n" full_name: CGI::escapeElement is_singleton: true name: escapeElement params: (string, *elements) visibility: public