Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
coburg-whisky /
wp-includes /
blocks /
video /
Delete
Unzip
Name
Size
Permission
Date
Action
block.json
1.77
KB
-rw-r--r--
2022-09-20 15:43
editor-rtl.css
1.96
KB
-rw-r--r--
2023-03-09 00:05
editor-rtl.min.css
1.8
KB
-rw-r--r--
2023-03-09 00:05
editor.css
1.96
KB
-rw-r--r--
2023-03-09 00:05
editor.min.css
1.8
KB
-rw-r--r--
2023-03-09 00:05
style-rtl.css
317
B
-rw-r--r--
2023-03-09 00:05
style-rtl.min.css
269
B
-rw-r--r--
2023-03-09 00:05
style.css
317
B
-rw-r--r--
2023-03-09 00:05
style.min.css
269
B
-rw-r--r--
2023-03-09 00:05
theme-rtl.css
194
B
-rw-r--r--
2023-03-09 00:05
theme-rtl.min.css
170
B
-rw-r--r--
2023-03-09 00:05
theme.css
194
B
-rw-r--r--
2023-03-09 00:05
theme.min.css
170
B
-rw-r--r--
2023-03-09 00:05
Save
Rename
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "core/video", "title": "Video", "category": "media", "description": "Embed a video from your media library or upload a new one.", "keywords": [ "movie" ], "textdomain": "default", "attributes": { "autoplay": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "autoplay" }, "caption": { "type": "string", "source": "html", "selector": "figcaption", "__experimentalRole": "content" }, "controls": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "controls", "default": true }, "id": { "type": "number", "__experimentalRole": "content" }, "loop": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "loop" }, "muted": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "muted" }, "poster": { "type": "string", "source": "attribute", "selector": "video", "attribute": "poster" }, "preload": { "type": "string", "source": "attribute", "selector": "video", "attribute": "preload", "default": "metadata" }, "src": { "type": "string", "source": "attribute", "selector": "video", "attribute": "src", "__experimentalRole": "content" }, "playsInline": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "playsinline" }, "tracks": { "__experimentalRole": "content", "type": "array", "items": { "type": "object" }, "default": [] } }, "supports": { "anchor": true, "align": true, "spacing": { "margin": true, "padding": true } }, "editorStyle": "wp-block-video-editor", "style": "wp-block-video" }