Linux webm008.cluster106.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.106.20.8 | : 216.73.217.10
Cant Read [ /etc/named.conf ]
5.6.40
associattd
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
/
home /
associattd /
www /
wp-includes /
block-patterns /
[ HOME SHELL ]
Name
Size
Permission
Action
heading-paragraph.php
1.12
KB
-rw-r--r--
large-header-button.php
2.61
KB
-rw-r--r--
large-header.php
1.29
KB
-rw-r--r--
quote.php
1.34
KB
-rw-r--r--
text-three-columns-buttons.php
2.55
KB
-rw-r--r--
text-two-columns-with-images.p...
2.32
KB
-rw-r--r--
text-two-columns.php
2.11
KB
-rw-r--r--
three-buttons.php
1.72
KB
-rw-r--r--
two-buttons.php
1.08
KB
-rw-r--r--
two-images.php
992
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : two-buttons.php
<?php /** * Two Buttons block pattern. * * @package WordPress */ return array( 'title' => __( 'Two buttons' ), 'content' => "<!-- wp:buttons {\"align\":\"center\"} -->\n<div class=\"wp-block-buttons aligncenter\"><!-- wp:button {\"borderRadius\":2,\"style\":{\"color\":{\"background\":\"#ba0c49\",\"text\":\"#fffffa\"}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:2px;background-color:#ba0c49;color:#fffffa\">" . __( 'Download now' ) . "</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":2,\"style\":{\"color\":{\"text\":\"#ba0c49\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color\" style=\"border-radius:2px;color:#ba0c49\">" . __( 'About Cervantes' ) . "</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->", 'viewportWidth' => 500, 'categories' => array( 'buttons' ), 'description' => _x( 'Two buttons, one filled and one outlined, side by side.', 'Block pattern description' ), );
Close