Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.119.119.191
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/misswavenigeria.com/wp-content/themes/vantage/inc/sliders/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/themes/vantage/inc/sliders/sliders.php
<?php
/**
 * Integration with sliders.
 */
if ( ! function_exists( 'vantage_sliders_get_options' ) ) {
	function vantage_sliders_get_options( $has_demo = true ) {
		$options = array( '' => __( 'None', 'vantage' ) );

		if ( $has_demo ) {
			$options['demo'] = __( 'Demo Slider', 'vantage' );
		}

		if ( class_exists( 'MetaSliderPlugin' ) ) {
			$sliders = get_posts( array(
				'post_type' => 'ml-slider',
				'numberposts' => 200,
			) );

			foreach ( $sliders as $slider ) {
				$options[ 'meta:' . $slider->ID ] = __( 'MetaSlider: ', 'vantage' ) . $slider->post_title;
			}
		}

		if ( class_exists( 'SmartSlider3' ) ) {
			global $wpdb;
			$sliders = $wpdb->get_results( 'SELECT id, title FROM ' . $wpdb->prefix . 'nextend2_smartslider3_sliders LIMIT 200' );

			foreach ( $sliders as $slider ) {
				$options[ 'smart:' . $slider->id ] = __( 'Smart Slider: ', 'vantage' ) . $slider->title;
			}
		}

		return $options;
	}
}

if ( ! function_exists( 'vantage_smartslider_install_link' ) ) {
	function vantage_smartslider_install_link() {
		if ( function_exists( 'siteorigin_plugin_activation_install_url' ) ) {
			return siteorigin_plugin_activation_install_url( 'smart-slider-3', 'SmartSlider' );
		} else {
			return 'http://downloads.wordpress.org/plugin/smart-slider-3.zip';
		}
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit