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 /
twentythirteen /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
genericons
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
404.php
843
B
-rw-r--r--
archive.php
1.78
KB
-rw-r--r--
author-bio.php
1.09
KB
-rw-r--r--
author.php
1.69
KB
-rw-r--r--
category.php
1.12
KB
-rw-r--r--
comments.php
1.86
KB
-rw-r--r--
content-aside.php
1.39
KB
-rw-r--r--
content-audio.php
1.54
KB
-rw-r--r--
content-chat.php
1.33
KB
-rw-r--r--
content-gallery.php
1.99
KB
-rw-r--r--
content-image.php
1.84
KB
-rw-r--r--
content-link.php
1.51
KB
-rw-r--r--
content-none.php
956
B
-rw-r--r--
content-quote.php
1.38
KB
-rw-r--r--
content-status.php
1.18
KB
-rw-r--r--
content-video.php
1.84
KB
-rw-r--r--
content.php
2.3
KB
-rw-r--r--
error_log
166
B
-rw-r--r--
footer.php
923
B
-rw-r--r--
functions.php
23.4
KB
-rw-r--r--
header.php
2.03
KB
-rw-r--r--
image.php
3.19
KB
-rw-r--r--
index.php
1.01
KB
-rw-r--r--
page.php
1.66
KB
-rw-r--r--
readme.txt
4.11
KB
-rw-r--r--
rtl.css
12.88
KB
-rw-r--r--
screenshot.png
171.37
KB
-rw-r--r--
search.php
872
B
-rw-r--r--
sidebar-main.php
473
B
-rw-r--r--
sidebar.php
578
B
-rw-r--r--
single.php
612
B
-rw-r--r--
style.css
55.77
KB
-rw-r--r--
tag.php
1.15
KB
-rw-r--r--
taxonomy-post_format.php
1.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : content-video.php
<?php /** * The template for displaying posts in the Video post format * * @package WordPress * @subpackage Twenty_Thirteen * @since Twenty Thirteen 1.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php if ( is_single() ) : ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php else : ?> <h1 class="entry-title"> <a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a> </h1> <?php endif; // is_single() ?> </header><!-- .entry-header --> <div class="entry-content"> <?php /* translators: %s: Name of current post */ the_content( sprintf( __( 'Continue reading %s <span class="meta-nav">→</span>', 'twentythirteen' ), the_title( '<span class="screen-reader-text">', '</span>', false ) ) ); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentythirteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content --> <footer class="entry-meta"> <?php twentythirteen_entry_meta(); ?> <?php if ( comments_open() && ! is_single() ) : ?> <span class="comments-link"> <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a comment', 'twentythirteen' ) . '</span>', __( 'One comment so far', 'twentythirteen' ), __( 'View all % comments', 'twentythirteen' ) ); ?> </span><!-- .comments-link --> <?php endif; // comments_open() ?> <?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?> <?php if ( is_single() && get_the_author_meta( 'description' ) && is_multi_author() ) : ?> <?php get_template_part( 'author-bio' ); ?> <?php endif; ?> </footer><!-- .entry-meta --> </article><!-- #post -->
Close