__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* @package akeebabackup
* @copyright Copyright (c)2006-2024 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
"use strict";
window.akeebabackup = window.akeebabackup || {};
window.akeebabackup.ControlPanel = window.akeebabackup.ControlPanel || {
needsDownloadID: true,
outputDirUnderSiteRoot: false,
hasSecurityFiles: false,
checkOutputFolderSecurity: function () {
if (!Joomla.getOptions("akeebabackup.ControlPanel.outputDirUnderSiteRoot", false)) {
return;
}
akeebabackup.System.doAjax({
ajaxURL: "index.php?option=com_akeebabackup&view=Controlpanel&task=checkOutputDirectory&format=raw"
}, function (data) {
var readFile = data.hasOwnProperty("readFile") ? data.readFile : false;
var listFolder = data.hasOwnProperty("listFolder") ? data.listFolder : false;
var isSystem = data.hasOwnProperty("isSystem") ? data.isSystem : false;
var hasRandom = data.hasOwnProperty("hasRandom") ? data.hasRandom : true;
if (listFolder && isSystem)
{
document.getElementById("outDirSystem").style.display = "block";
}
else if (listFolder)
{
document.getElementById("insecureOutputDirectory").style.display = "block";
}
else if (readFile && !listFolder && !hasRandom)
{
if (!akeeba.System.getOptions("akeeba.ControlPanel.hasSecurityFiles", true))
{
document.getElementById("insecureOutputDirectory").style.display = "block";
return;
}
if (!hasRandom)
{
document.getElementById("missingRandomFromFilename").style.display = "block";
}
}
}, function (message) {
// I can ignore errors for this AJAX requesy
}, false
);
}
};
window.addEventListener('DOMContentLoaded', function(event) {
akeebabackup.System.addEventListener("comAkeebaControlPanelProfileSwitch", "choice", function ()
{
// The timeout is necessary. The choice event is fired before the hidden SELECT element is updated. There is no
// event after that change takes place. Therefore we need to wait a little bit for the change to take effect.
setTimeout(function () {
document.forms.switchActiveProfileForm.submit();
}, 500);
});
akeebabackup.System.notification.askPermission();
akeebabackup.ControlPanel.checkOutputFolderSecurity();
var elNotFixedPerms = document.getElementById("notfixedperms");
if (elNotFixedPerms !== null)
{
elNotFixedPerms.parentElement.removeChild(elNotFixedPerms);
}
});| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Backup.js | File | 18.73 KB | 0664 |
|
| Backup.min.js | File | 10.27 KB | 0664 |
|
| Browser.js | File | 1018 B | 0664 |
|
| Browser.min.js | File | 647 B | 0664 |
|
| Configuration.js | File | 75.16 KB | 0664 |
|
| Configuration.min.js | File | 33.87 KB | 0664 |
|
| ConfigurationWizard.js | File | 13.3 KB | 0664 |
|
| ConfigurationWizard.min.js | File | 7.78 KB | 0664 |
|
| ControlPanel.js | File | 2.92 KB | 0664 |
|
| ControlPanel.min.js | File | 1.51 KB | 0664 |
|
| DatabaseFilters.js | File | 16.6 KB | 0664 |
|
| DatabaseFilters.min.js | File | 7.96 KB | 0664 |
|
| Discover.js | File | 614 B | 0664 |
|
| Discover.min.js | File | 326 B | 0664 |
|
| FileFilters.js | File | 31.18 KB | 0664 |
|
| FileFilters.min.js | File | 14.23 KB | 0664 |
|
| IncludeFolders.js | File | 13.03 KB | 0664 |
|
| IncludeFolders.min.js | File | 6.27 KB | 0664 |
|
| Log.js | File | 1.06 KB | 0664 |
|
| Log.min.js | File | 702 B | 0664 |
|
| Manage.js | File | 5.55 KB | 0664 |
|
| Manage.min.js | File | 3.39 KB | 0664 |
|
| MultipleDatabases.js | File | 16.75 KB | 0664 |
|
| MultipleDatabases.min.js | File | 8.19 KB | 0664 |
|
| RegExDatabaseFilters.js | File | 10.87 KB | 0664 |
|
| RegExDatabaseFilters.min.js | File | 5.49 KB | 0664 |
|
| RegExFileFilters.js | File | 11.11 KB | 0664 |
|
| RegExFileFilters.min.js | File | 5.67 KB | 0664 |
|
| RemoteFiles.js | File | 1.75 KB | 0664 |
|
| RemoteFiles.min.js | File | 876 B | 0664 |
|
| Restore.js | File | 14.35 KB | 0664 |
|
| Restore.min.js | File | 6.28 KB | 0664 |
|
| S3Import.js | File | 2.9 KB | 0664 |
|
| S3Import.min.js | File | 1.69 KB | 0664 |
|
| System.js | File | 43.92 KB | 0664 |
|
| System.min.js | File | 11.09 KB | 0664 |
|
| Transfer.js | File | 18.97 KB | 0664 |
|
| Transfer.min.js | File | 12.98 KB | 0664 |
|
| Upload.js | File | 1.11 KB | 0664 |
|
| Upload.min.js | File | 567 B | 0664 |
|
| WebPush.js | File | 11.81 KB | 0664 |
|
| WebPush.min.js | File | 7.77 KB | 0664 |
|
| WebPushWorker.js | File | 479 B | 0664 |
|
| WebPushWorker.min.js | File | 256 B | 0664 |
|