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 /
mathtemp /
wp-content /
themes /
unipix /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
.DS_Store
10
KB
-rw-r--r--
404.php
2.97
KB
-rw-r--r--
archive.php
8.39
KB
-rw-r--r--
comments.php
1.45
KB
-rw-r--r--
footer.php
375
B
-rw-r--r--
functions.php
10.51
KB
-rw-r--r--
header.php
1.74
KB
-rw-r--r--
index.php
8.4
KB
-rw-r--r--
page-single.php
659
B
-rw-r--r--
page.php
788
B
-rw-r--r--
pagination.php
1.32
KB
-rw-r--r--
readme.txt
231
B
-rw-r--r--
screenshot.png
123.3
KB
-rw-r--r--
search.php
1.64
KB
-rw-r--r--
searchform.php
511
B
-rw-r--r--
sidebar-page.php
741
B
-rw-r--r--
sidebar-single.php
1.27
KB
-rw-r--r--
sidebar.php
303
B
-rw-r--r--
single-rt-department.php
616
B
-rw-r--r--
single-rt-faculty.php
606
B
-rw-r--r--
single-rt-portfolios.php
269
B
-rw-r--r--
single-rt-program.php
637
B
-rw-r--r--
single-rt-research.php
609
B
-rw-r--r--
single-teams.php
4.45
KB
-rw-r--r--
single.php
4.76
KB
-rw-r--r--
style.css
18.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single.php
<?php get_header(); global $unipix_option; $post_id = get_the_ID(); $author_id = get_post_field('post_author', $post_id); $layout = get_post_meta($post_id, 'layout', true); $col_side = ($layout == '2left' || $layout == '2right') ? '8' : '12'; $col_left = ($layout == '2left') ? 'left-sidebar' : ''; $show_comments = isset($unipix_option['blog-comments']) ? $unipix_option['blog-comments'] : 'show'; $show_author = isset($unipix_option['blog-author']) ? $unipix_option['blog-author'] : 'show'; ?> <div class="container"> <div id="content"> <div class="reactheme-blog-details pt-70 pb-70"> <div class="row padding-<?php echo esc_attr($col_left); ?>"> <div class="col-lg-<?php echo esc_attr($col_side) . ' ' . esc_attr($col_left); ?>"> <div class="news-details-inner"> <?php while (have_posts()) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php $featured_option = isset($unipix_option['featured_show']) ? $unipix_option['featured_show'] : 'show'; if ($featured_option !== 'hide' && has_post_thumbnail()) : ?> <div class="bs-img"><?php the_post_thumbnail(); ?></div> <?php endif; ?> <?php get_template_part('template-parts/post/content', get_post_format()); ?> </article> <?php if ($show_author === 'show') : ?> <?php $author_meta = get_the_author_meta('description'); ?> <?php if (!empty($author_meta)) : ?> <div class="author-block"> <div class="author-img"> <?php echo get_avatar($author_id, 200); ?> </div> <div class="author-desc"> <h3 class="author-title"><?php the_author(); ?></h3> <?php echo wpautop($author_meta); ?> <?php $twitter = get_the_author_meta('twitter_url', $author_id); $instagram = get_the_author_meta('instagram_url', $author_id); $pinterest = get_the_author_meta('pinterest_url', $author_id); if ($twitter || $instagram || $pinterest) : ?> <div class="rts-author-social-area"> <ul> <?php if ($twitter) : ?> <li><a href="<?php echo esc_url($twitter); ?>" target="_blank"><i class="fab fa-twitter"></i></a></li> <?php endif; ?> <?php if ($instagram) : ?> <li><a href="<?php echo esc_url($instagram); ?>" target="_blank"><i class="fab fa-instagram"></i></a></li> <?php endif; ?> <?php if ($pinterest) : ?> <li><a href="<?php echo esc_url($pinterest); ?>" target="_blank"><i class="fab fa-pinterest"></i></a></li> <?php endif; ?> </ul> </div> <?php endif; ?> </div> </div> <?php endif; ?> <?php endif; ?> <?php if ($show_comments === 'show' && (comments_open() || get_comments_number())) { comments_template(); } ?> <?php endwhile; ?> </div> </div> <?php if ($layout == '2left' || $layout == '2right') : ?> <?php get_sidebar('single'); ?> <?php endif; ?> </div> </div> </div> </div> <?php get_footer(); ?>
Close