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 : 404.php
<?php wp_head(); global $unipix_option;?> <div class="page-error"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <div class="container"> <section class="error-404 not-found"> <div class="page-content"> <?php if (!empty($unipix_option['404_bg']['url'])) {?> <img class="error-image" src="<?php echo esc_url($unipix_option['404_bg']['url']); ?>" alt="<?php echo esc_attr(get_bloginfo('name')); ?>"> <?php } else{ ?> <h2> <span> <?php if (!empty($unipix_option['title_404'])) { echo esc_html($unipix_option['title_404']); } else { echo esc_html__('404', 'unipix'); } ?> </span> </h2> <?php } ?> <h2 class="opps-nothing"> <?php if (!empty($unipix_option['text_404'])) { echo esc_html($unipix_option['text_404']); } else { echo esc_html__('Oops! Nothing Was Found', 'unipix'); } ?> </h2> <p class="error-msg"> <?php if (!empty($unipix_option['des_404'])) { echo esc_html($unipix_option['des_404']); } else { echo esc_html__("Sorry, we couldn't find the page you where looking for. We suggest that you return to homepage.", 'unipix'); } ?> </p> <a class="reacbutton" href="<?php echo esc_url(home_url('/')); ?>"> <?php if (!empty($unipix_option['back_home'])) { echo esc_html($unipix_option['back_home']); } else { esc_html_e('Or back to homepage', 'unipix'); } ?> </a> </div><!-- .page-content --> </section><!-- .error-404 --> </div> </main><!-- #main --> </div><!-- #primary --> </div> <!-- .page-error --> <?php wp_footer();
Close