Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.217.1.165
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
cleahvkv /
dsfdf /
wp-content /
themes /
specia /
Delete
Unzip
Name
Size
Permission
Date
Action
css
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
images
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
inc
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
js
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
languages
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
sections
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
template-parts
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
templates
[ DIR ]
drwxr-xr-x
2021-01-05 18:46
404.php
765
B
-rw-r--r--
2021-01-05 18:46
archive.php
1.17
KB
-rw-r--r--
2021-01-05 18:46
comments.php
2.4
KB
-rw-r--r--
2021-01-05 18:46
footer.php
2.61
KB
-rw-r--r--
2021-01-05 18:46
functions.php
3.8
KB
-rw-r--r--
2021-01-05 18:46
header.php
1.08
KB
-rw-r--r--
2021-01-05 18:46
index.php
1.15
KB
-rw-r--r--
2021-01-05 18:46
page.php
1.4
KB
-rw-r--r--
2021-01-05 18:46
readme.txt
8.86
KB
-rw-r--r--
2021-01-05 18:46
screenshot.jpg
572.46
KB
-rw-r--r--
2021-01-05 18:46
search.php
1.56
KB
-rw-r--r--
2021-01-05 18:46
sidebar-woocommerce.php
231
B
-rw-r--r--
2021-01-05 18:46
sidebar.php
239
B
-rw-r--r--
2021-01-05 18:46
single.php
931
B
-rw-r--r--
2021-01-05 18:46
style.css
42.83
KB
-rw-r--r--
2021-01-05 18:46
woocommerce.php
636
B
-rw-r--r--
2021-01-05 18:46
Save
Rename
<?php if ( ! function_exists( 'specia_setup' ) ) : function specia_setup() { /* * Make theme available for translation. */ load_theme_textdomain( 'specia', get_template_directory() . '/languages' ); // 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' ); /* * Enable support for Post Thumbnails on posts and pages. */ add_theme_support( 'post-thumbnails' ); // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'primary_menu' => esc_html__( 'Primary Menu', 'specia' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_theme_support('custom-logo'); /* * WooCommerce Plugin Support */ add_theme_support( 'woocommerce' ); /* * This theme styles the visual editor to resemble the theme style, * specifically font, colors, icons, and column width. */ add_editor_style( array( 'css/editor-style.css', specia_google_font() ) ); } endif; add_action( 'after_setup_theme', 'specia_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. */ function specia_content_width() { $GLOBALS['content_width'] = apply_filters( 'specia_content_width', 1170 ); } add_action( 'after_setup_theme', 'specia_content_width', 0 ); /** * All Styles & Scripts. */ require_once get_template_directory() . '/inc/enqueue.php'; /** * Bootstrap Nav Walker. */ if( ! class_exists( 'specia_nav_walker' ) ) { require_once get_template_directory() . '/inc/specia-nav-walker.php'; } /** * Implement the Custom Header feature. */ require_once get_template_directory() . '/inc/custom-header.php'; /** * Called Breadcrumb */ require_once get_template_directory() . '/inc/breadcrumb/breadcrumb.php'; /** * Sidebar. */ require_once get_template_directory() . '/inc/sidebar/sidebar.php'; /** * Widgets. */ require_once get_template_directory() . '/inc/widget/widget_feature.php'; /** * Custom template tags for this theme. */ require_once get_template_directory() . '/inc/template-tags.php'; /** * Load Jetpack compatibility file. */ require_once get_template_directory() . '/inc/jetpack.php'; /** * Load Sanitization file. */ require_once get_template_directory() . '/inc/sanitization.php'; /** * Load Theme Info Page */ require_once get_template_directory() . '/inc/theme-info.php'; /** * Load Upsale Section in Customizer */ require_once( trailingslashit( get_template_directory() ) . '/inc/upsale/class-customize.php' ); /** * Load Preview Images on WordPress demo */ require_once( get_template_directory() . '/inc/preview-demo/init-prevdem.php' ); /** * Called all the Customize file. */ require_once( get_template_directory() . '/inc/customize/specia-customizer.php'); require_once( get_template_directory() . '/inc/customize/specia-header-section.php'); require_once( get_template_directory() . '/inc/customize/specia-slider-section.php'); require_once( get_template_directory() . '/inc/customize/specia-call-action.php'); require_once( get_template_directory() . '/inc/customize/specia-service.php'); require_once( get_template_directory() . '/inc/customize/specia-features.php'); require_once( get_template_directory() . '/inc/customize/specia-portfolio.php'); require_once( get_template_directory() . '/inc/customize/specia-blog.php'); require_once( get_template_directory() . '/inc/customize/specia-footer-section.php'); require_once( get_template_directory() . '/inc/customize/specia-premium.php');