__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
-- Dynamic Content collections
-- v5.5.0
CREATE TABLE IF NOT EXISTS `#__sppagebuilder_collections` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` bigint unsigned NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `published` tinyint NOT NULL DEFAULT 1,
  `access` int unsigned NOT NULL DEFAULT 0,
  `ordering` int NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '*',
  `created` datetime NOT NULL,
  `created_by` bigint DEFAULT NULL,
  `modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `modified_by` bigint DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

CREATE TABLE IF NOT EXISTS `#__sppagebuilder_collection_fields` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `collection_id` bigint unsigned NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(255) NOT NULL DEFAULT '' COMMENT 'title, alias, text, rich-text, image, video, datetime, link, number, switch, color, option, file, checkbox, reference, multi-reference, divider, and more',
  `description` TEXT,
  `options` TEXT,
  `max_length` int unsigned DEFAULT NULL,
  `min_length` int unsigned DEFAULT NULL,
  `default_value` TEXT,
  `placeholder` varchar(255) DEFAULT NULL,
  `required` tinyint NOT NULL DEFAULT 0,
  `reference_collection_id` bigint unsigned DEFAULT NULL,
  `is_textarea` tinyint NOT NULL DEFAULT 0,
  `show_time` tinyint NOT NULL DEFAULT 0,
  `file_extensions` varchar(300) DEFAULT NULL COMMENT 'Comma separated extensions for file type',
  `number_format` varchar(100) DEFAULT NULL COMMENT 'Available values: decimal, integer. NULL for allow both.',
  `allow_negative` tinyint NOT NULL DEFAULT 0,
  `number_unit` varchar(100) DEFAULT NULL COMMENT 'Available values: percent, degree. NULL for no unit.',
  `number_step` decimal(13, 2) DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT 0,
  `created` datetime NOT NULL,
  `created_by` bigint DEFAULT NULL,
  `modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `modified_by` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  FOREIGN KEY (`collection_id`) REFERENCES `#__sppagebuilder_collections`(`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  KEY `idx_collection_id` (`collection_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

CREATE TABLE IF NOT EXISTS `#__sppagebuilder_collection_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` bigint unsigned NOT NULL DEFAULT 0,
  `collection_id` bigint unsigned NOT NULL,
  `published` tinyint NOT NULL DEFAULT 0,
  `access` int unsigned NOT NULL DEFAULT 0,
  `ordering` int NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '*',
  `created` datetime NOT NULL,
  `created_by` bigint DEFAULT NULL,
  `modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `modified_by` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  FOREIGN KEY (`collection_id`) REFERENCES `#__sppagebuilder_collections`(`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  KEY `idx_collection_id` (`collection_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

CREATE TABLE IF NOT EXISTS `#__sppagebuilder_collection_item_values` (
  `item_id` bigint unsigned NOT NULL,
  `field_id` bigint unsigned NOT NULL,
  `value` TEXT,
  `reference_item_id` bigint unsigned DEFAULT NULL COMMENT 'The reference item id from the #__sppagebuilder_collection_items table.',
  FOREIGN KEY (`item_id`) REFERENCES `#__sppagebuilder_collection_items`(`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  FOREIGN KEY (`field_id`) REFERENCES `#__sppagebuilder_collection_fields`(`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  FOREIGN KEY (`reference_item_id`) REFERENCES `#__sppagebuilder_collection_items`(`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Filemanager

Name Type Size Permission Actions
1.0.7-2015-10-12.sql File 824 B 0664
1.0.8-2016-01-20.sql File 111 B 0664
2.0-2016-11-04.sql File 1.47 KB 0664
2.4.7-2017-05-31.sql File 404 B 0664
2.4.8-2017-06-22.sql File 75 B 0664
3.0-2017-11-13.sql File 333 B 0664
3.1-2018-01-01.sql File 328 B 0664
3.3-2018-06-28.sql File 155 B 0664
3.6.2-2019-08-20.sql File 167 B 0664
3.7.1-2020-02-20.sql File 140 B 0664
3.7.10.sql File 10 B 0664
3.7.14.sql File 1.45 KB 0664
3.7.5.sql File 1.46 KB 0664
3.8.3.sql File 163 B 0664
4.0.0.sql File 796 B 0664
4.0.1.sql File 8 B 0664
4.0.10.sql File 9 B 0664
4.0.11.sql File 9 B 0664
4.0.2.sql File 8 B 0664
4.0.3.sql File 8 B 0664
4.0.4.sql File 8 B 0664
4.0.5.sql File 8 B 0664
4.0.6.sql File 8 B 0664
4.0.7.sql File 8 B 0664
4.0.8.sql File 8 B 0664
4.0.9.sql File 8 B 0664
5.0.0-beta.2.sql File 946 B 0664
5.0.0-beta.3.sql File 127 B 0664
5.0.0-rc.1.sql File 0 B 0664
5.0.0-rc.2.sql File 89 B 0664
5.0.0-rc.3.sql File 1.76 KB 0664
5.0.0.sql File 0 B 0664
5.0.1.sql File 79 B 0664
5.0.10.sql File 18 B 0664
5.0.2.sql File 154 B 0664
5.0.3.sql File 8 B 0664
5.0.4.sql File 17 B 0664
5.0.5.sql File 17 B 0664
5.0.6.sql File 17 B 0664
5.0.7.sql File 17 B 0664
5.0.8.sql File 17 B 0664
5.0.9.sql File 17 B 0664
5.1.0.sql File 477 B 0664
5.1.1.sql File 17 B 0664
5.1.2.sql File 17 B 0664
5.1.3.sql File 17 B 0664
5.1.4.sql File 17 B 0664
5.1.5.sql File 17 B 0664
5.1.6.sql File 17 B 0664
5.1.7.sql File 17 B 0664
5.1.8.sql File 17 B 0664
5.1.9.sql File 17 B 0664
5.2.0.sql File 17 B 0664
5.2.1.sql File 17 B 0664
5.2.2.sql File 17 B 0664
5.2.3.sql File 17 B 0664
5.2.4.sql File 17 B 0664
5.2.5.sql File 17 B 0664
5.2.6.sql File 17 B 0664
5.2.7.sql File 17 B 0664
5.2.8.sql File 17 B 0664
5.2.9.sql File 17 B 0664
5.3.0.sql File 17 B 0664
5.3.1.sql File 297 B 0664
5.3.2.sql File 17 B 0664
5.3.3.sql File 17 B 0664
5.3.4.sql File 17 B 0664
5.3.5.sql File 17 B 0664
5.3.6.sql File 17 B 0664
5.3.7.sql File 17 B 0664
5.3.8.sql File 17 B 0664
5.4.0.sql File 17 B 0664
5.4.1.sql File 17 B 0664
5.4.2.sql File 17 B 0664
5.4.3.sql File 17 B 0664
5.4.4.sql File 17 B 0664
5.4.5.sql File 17 B 0664
5.4.6.sql File 17 B 0664
5.5.0-beta.1.sql File 24 B 0664
5.5.0.sql File 3.65 KB 0664
5.5.1.sql File 17 B 0664
5.5.2.sql File 17 B 0664
5.5.3.sql File 17 B 0664
5.5.4.sql File 17 B 0664
5.5.5.sql File 372 B 0664
5.5.6.sql File 17 B 0664
5.5.7.sql File 17 B 0664
5.6.0.sql File 17 B 0664
5.6.1.sql File 17 B 0664
5.7.0.sql File 331 B 0664
5.7.1.sql File 17 B 0664
Filemanager