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 : 404.php
<?php /** * The template for displaying 404 pages (Not Found) * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ get_header(); ?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <header class="page-header"> <h1 class="page-title"><?php _e( 'Not Found', 'twentyfourteen' ); ?></h1> </header> <div class="page-content"> <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyfourteen' ); ?></p> <?php get_search_form(); ?> </div><!-- .page-content --> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar( 'content' ); get_sidebar(); get_footer();
Close