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 : content-featured-post.php
<?php /** * The template for displaying featured posts on the front page * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <a class="post-thumbnail" href="<?php the_permalink(); ?>"> <?php // Output the featured image. if ( has_post_thumbnail() ) : if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) { the_post_thumbnail(); } else { the_post_thumbnail( 'twentyfourteen-full-width' ); } endif; ?> </a> <header class="entry-header"> <?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?> <div class="entry-meta"> <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span> </div><!-- .entry-meta --> <?php endif; ?> <?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?> </header><!-- .entry-header --> </article><!-- #post-## -->
Close