Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
pr /
wp-content /
themes /
Extra /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
ai-app
[ DIR ]
drwxr-xr-x
cloud
[ DIR ]
drwxr-xr-x
common
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
epanel
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
framework
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
scripts
[ DIR ]
drwxr-xr-x
CREDITS.md
66.49
KB
-rwxr-xr-x
LICENSE.md
16.23
KB
-rwxr-xr-x
README.md
1.34
KB
-rwxr-xr-x
changelog.txt
731.92
KB
-rwxr-xr-x
comments.php
3.13
KB
-rwxr-xr-x
footer.php
2.84
KB
-rwxr-xr-x
functions.php
2.28
KB
-rwxr-xr-x
header.php
8.69
KB
-rwxr-xr-x
home.php
525
B
-rwxr-xr-x
index-content.php
2.4
KB
-rwxr-xr-x
index.php
769
B
-rwxr-xr-x
module-ads.php
1.12
KB
-rwxr-xr-x
module-featured-posts-slider.php
1.58
KB
-rwxr-xr-x
module-posts-blog-feed-loop.php
2.94
KB
-rwxr-xr-x
module-posts-blog-feed.php
2.42
KB
-rwxr-xr-x
module-posts-carousel.php
2.53
KB
-rwxr-xr-x
module-posts-content.php
3.66
KB
-rwxr-xr-x
module-posts.php
568
B
-rwxr-xr-x
module-tabbed-posts-tab.php
230
B
-rwxr-xr-x
module-tabbed-posts.php
1.17
KB
-rwxr-xr-x
options_extra.php
64.39
KB
-rwxr-xr-x
page-template-authors.php
3.73
KB
-rwxr-xr-x
page-template-blog-feed.php
4.28
KB
-rwxr-xr-x
page-template-contact.php
3.11
KB
-rwxr-xr-x
page-template-fullwidth.php
1.51
KB
-rwxr-xr-x
page-template-member.php
1.91
KB
-rwxr-xr-x
page-template-portfolio.php
2.97
KB
-rwxr-xr-x
page-template-sitemap.php
1.69
KB
-rwxr-xr-x
page-template-timeline.php
2.09
KB
-rwxr-xr-x
page.php
1.37
KB
-rwxr-xr-x
post-top-content.php
5.6
KB
-rwxr-xr-x
post_thumbnails_extra.php
1.01
KB
-rwxr-xr-x
screenshot.png
7.56
KB
-rwxr-xr-x
sidebar-footer.php
1.1
KB
-rwxr-xr-x
sidebar.php
146
B
-rwxr-xr-x
single-et_pb_layout.php
364
B
-rwxr-xr-x
single-post.php
8.43
KB
-rwxr-xr-x
single-project.php
3.73
KB
-rwxr-xr-x
single.php
1.61
KB
-rwxr-xr-x
style-cpt-rtl.min.css
377.55
KB
-rwxr-xr-x
style-cpt.min.css
377.55
KB
-rwxr-xr-x
style-rtl.min.css
368.48
KB
-rwxr-xr-x
style-static-cpt-rtl.min.css
1.17
MB
-rwxr-xr-x
style-static-cpt.min.css
1.17
MB
-rwxr-xr-x
style-static-rtl.min.css
969.47
KB
-rwxr-xr-x
style-static.min.css
969.47
KB
-rwxr-xr-x
style.css
273
B
-rwxr-xr-x
style.min.css
368.48
KB
-rwxr-xr-x
theme-after-wrappers.php
475
B
-rwxr-xr-x
theme-before-wrappers.php
310
B
-rwxr-xr-x
theme-footer.php
2.46
KB
-rwxr-xr-x
theme-header.php
7.69
KB
-rwxr-xr-x
theme.json
131
B
-rwxr-xr-x
timeline-posts-content.php
1.92
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single-project.php
<?php get_header(); ?> <div id="main-content"> <?php if ( et_builder_is_product_tour_enabled() ): while ( have_posts() ): the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content"> <?php the_content(); ?> </div> <!-- .entry-content --> </article> <!-- .et_pb_post --> <?php endwhile; else: ?> <div class="container"> <div id="content-area" class="<?php extra_project_sidebar_class(); ?> clearfix"> <div class="et_pb_extra_column_main"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'module single-project-module' ); ?>> <?php if ( is_post_extra_title_meta_enabled() ) { ?> <div class="post-header"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="post-meta"> <p> <?php echo et_extra_display_post_meta( array('rating_stars' => false) ); ?> </p> </div> </div> <?php } ?> <?php $attachments = extra_get_the_project_gallery_images(); $thumbnail_id = get_post_thumbnail_id(); if ( $attachments ) { ?> <?php $gallery_autoplay = get_post_meta( get_the_ID(), '_gallery_autoplay', true ); ?> <div class="post-thumbnail post-gallery"> <div class="gallery et-slider" <?php if ( $gallery_autoplay ) { echo ' data-autoplay="' . esc_attr( $gallery_autoplay ) . '"'; } ?>> <div class="carousel-items"> <div class="carousel-item-size"></div> <?php foreach ( $attachments as $attachment_id => $attachment_src ) { ?> <div class="gallery_image carousel-item"> <img src="<?php echo esc_attr( $attachment_src ); ?>" alt="<?php echo esc_attr( get_the_title() ); ?>" /> </div> <?php } ?> </div> </div> </div><!-- .post-thumbnail.post-gallery --> <?php } else if ( $thumbnail_id && is_post_extra_featured_image_enabled() ) { ?> <div class="post-thumbnail"> <?php list($thumb_src, $thumb_width, $thumb_height) = wp_get_attachment_image_src( $thumbnail_id, 'extra-image-huge' ); ?> <img src="<?php echo esc_attr( $thumb_src ); ?>" alt="<?php echo esc_attr( get_the_title() ); ?>" /> </div><!-- .post-thumbnail --> <?php } ?> <div class="post-wrap"> <div class="post-content entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'extra' ), 'after' => '</div>', ) ); ?> </div> </div> </article> <?php endwhile; ?> <?php else : ?> <h2><?php esc_html_e( 'Post not found', 'extra' ); ?></h2> <?php endif; ?> <?php extra_project_get_below_content(); ?> <nav class="post-nav"> <div class="nav-links clearfix"> <div class="nav-link nav-link-prev"> <?php previous_post_link( '%link', et_get_safe_localization( __( '<span class="button" title="%title"></span>', 'extra' ) ) ); ?> </div> <div class="nav-link nav-link-next"> <?php next_post_link( '%link', et_get_safe_localization( __( '<span class="button" title="%title"></span>', 'extra' ) ) ); ?> </div> </div> </nav> <?php if ( ( comments_open() || get_comments_number() ) && 'on' == et_get_option( 'extra_show_postcomments', 'on' ) ) { comments_template( '', true ); } ?> </div><!-- /.et_pb_extra_column.et_pb_extra_column_main --> <?php extra_project_get_sidebar(); ?> </div> <!-- #content-area --> </div> <!-- .container --> <?php endif; ?> </div> <!-- #main-content --> <?php get_footer();
Close