PluginProbe ʕ •ᴥ•ʔ
JetBackup – Backup, Restore & Migrate / 1.6.11
JetBackup – Backup, Restore & Migrate v1.6.11
1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.8.1 1.4.9 1.5.0 1.5.1 1.5.1.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.10 1.6.11 1.6.12 1.6.13 1.6.15 1.6.5.1 1.6.8.8 1.6.9 1.6.9.1 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7.5 2.0.8.7 2.0.9.11 2.0.9.14 2.0.9.15 2.0.9.6 2.0.9.7 2.0.9.9 3.1.10.7 3.1.11.1 3.1.12.3 3.1.13.4 3.1.14.17 3.1.15.4 3.1.16.1 3.1.17.5 3.1.18.10 3.1.18.8 3.1.18.9 3.1.19.8 3.1.20.3 3.1.21.3 3.1.7.9 3.1.9.2 trunk 1.1.90 1.1.91 1.2.0 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2
backup / public / proFeatures.php
backup / public Last commit date
ajax 3 years ago config 4 years ago cron 6 years ago css 3 years ago fonts 5 years ago img 3 years ago include 3 years ago js 3 years ago templates 3 years ago backups.php 3 years ago boot.php 3 years ago cloud.php 3 years ago dashboardWidget.php 3 years ago pagesContent.php 3 years ago proFeatures.php 3 years ago restore_wordpress.php 3 years ago schedule.php 3 years ago security.php 3 years ago services.php 3 years ago settings.php 3 years ago support.php 3 years ago systemInfo.php 3 years ago videoTutorials.php 3 years ago
proFeatures.php
111 lines
1 <?php
2 $contentClassName = getBackupPageContentClassName('pro_features');
3 $optionsAvailability = array();
4 $optionsAvailability['Website Backup & Restore'] = array('free' => 1, 'silver' => 1, 'gold' => 1, 'platinum' => 1);
5 $optionsAvailability['Website Migration'] = array('free' => 0, 'silver' => 1, 'gold' => 1, 'platinum' => 1);
6 $optionsAvailability['Backup to Dropbox (64-bit OS)'] = array('free' => 1, 'silver' => 1, 'gold' => 1, 'platinum' => 1);
7 $optionsAvailability['Backup Download & Import'] = array('free' => 1, 'silver' => 1, 'gold' => 1, 'platinum' => 1);
8 $optionsAvailability['Automatic Backups (single profile)'] = array('free' => 0, 'silver' => 1, 'gold' => 1,
9 'platinum' => 1);
10 $optionsAvailability['E-mail Notifications'] = array('free' => 0, 'silver' => 1, 'gold' => 1, 'platinum' => 1);
11 $optionsAvailability['Backup to SFTP/FTP'] = array('free' => 0, 'silver' => 1, 'gold' => 1, 'platinum' => 1);
12 /// start Gold
13 $optionsAvailability['Backup to Google Drive'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1);
14 $optionsAvailability['Backup to Amazon S3'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1);
15 $optionsAvailability['Backup to OneDrive'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1);
16 $optionsAvailability['Backup Retention'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1);
17 $optionsAvailability['Restore from all Supported Clouds'] = array('free' => 0, 'silver' => 0, 'gold' => 1,
18 'platinum' => 1);
19 $optionsAvailability['Delete Local Copy after Upload'] = array('free' => 0, 'silver' => 0, 'gold' => 1,
20 'platinum' => 1);
21 $optionsAvailability['Customize Backup Name'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1);
22 // start Platinum
23 $optionsAvailability['Multiple Automatic Backups'] = array('free' => 0, 'silver' => 0, 'gold' => 0, 'platinum' => 1);
24 $optionsAvailability['Multiple Automatic Backups'] = array('free' => 0, 'silver' => 0, 'gold' => 0, 'platinum' => 1);
25 ?>
26 <div id="sg-backup-page-content-pro_features" class="sg-backup-page-content <?php echo $contentClassName; ?>">
27 <div><h1 class="sg-backup-page-title"><?php _backupGuardT('Why upgrade?') ?></h1></div>
28 <div class="sg-wrap-container sg-pricing-table-wrapper">
29 <h3 class="sg-backup-guard-plans-title"><?php _backupGuardT('BackupGuard Plans') ?></h3>
30 <div class="sg-backup-header-row sg-backup-table-row" style="clear: both">
31 <div class="col-sm-4 sg-pricing-table-header-first-column">
32 <span class="sg-pricing-table-header-label"></span>
33 </div>
34 <div class="col-sm-2">
35 <span class="sg-pricing-table-header-label"><?php _backupGuardT('Free'); ?></span>
36 <span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('0'); ?></b> <span
37 class="sg-backup-pricing-currency">US$</span></span>
38 </div>
39 <div class="col-sm-2">
40 <span class="sg-pricing-table-header-label"><?php _backupGuardT('Silver'); ?></span>
41 <span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('25'); ?></b> <span
42 class="sg-backup-pricing-currency">US$</span></span>
43 </div>
44 <div class="col-sm-2">
45 <span class="sg-pricing-table-header-label"><?php _backupGuardT('Gold'); ?></span>
46 <span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('39'); ?></b> <span
47 class="sg-backup-pricing-currency">US$</span></span>
48 </div>
49 <div class="col-sm-2">
50 <span class="sg-pricing-table-header-label"><?php _backupGuardT('Platinum'); ?></span>
51 <span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('99'); ?></b> <span
52 class="sg-backup-pricing-currency">US$</span></span>
53 </div>
54 </div>
55 <div class="sg-backup-table-row" style="clear: both">
56 <div class="col-sm-4">
57 <span class="sg-pricng-table-option"><?php _backupGuardT('Websites Licences ') ?></span>
58 </div>
59 <div class="col-sm-2" style="text-align: center">
60 <span class="sg-backup-plan-excluded"></span>
61 </div>
62 <div class="col-sm-2" style="text-align: center">
63 <span class="sg-pricing-table-includes"><?php _backupGuardT('Up to 2') ?></span>
64 </div>
65 <div class="col-sm-2" style="text-align: center">
66 <span class="sg-pricing-table-includes"><?php _backupGuardT('Up to 5') ?></span>
67 </div>
68 <div class="col-sm-2" style="text-align: center">
69 <span class="sg-pricing-table-includes"><?php _backupGuardT('Unlimited') ?></span>
70 </div>
71 </div>
72 <div class="sg-backup-table-options-wrapper">
73 <?php foreach ($optionsAvailability as $label => $availability) : ?>
74 <div class="sg-backup-table-row" style="clear: both">
75 <div class="col-sm-4 sg-pricing-table-option-wrapper">
76 <span class="sg-pricing-table-option"><?php _backupGuardT($label); ?></span>
77 </div>
78 <div class="col-sm-2">
79 <?php if ($availability['free'] == 1) : ?>
80 <span class="sg-backup-plan-included"></span>
81 <?php else : ?>
82 <span class="sg-backup-plan-excluded"></span>
83 <?php endif; ?>
84 </div>
85 <div class="col-sm-2">
86 <?php if ($availability['silver'] == 1) : ?>
87 <span class="sg-backup-plan-included"></span>
88 <?php else : ?>
89 <span class="sg-backup-plan-excluded"></span>
90 <?php endif; ?>
91 </div>
92 <div class="col-sm-2">
93 <?php if ($availability['gold'] == 1) : ?>
94 <span class="sg-backup-plan-included"></span>
95 <?php else : ?>
96 <span class="sg-backup-plan-excluded"></span>
97 <?php endif; ?>
98 </div>
99 <div class="col-sm-2">
100 <?php if ($availability['platinum'] == 1) : ?>
101 <span class="sg-backup-plan-included"></span>
102 <?php else : ?>
103 <span class="sg-backup-plan-excluded"></span>
104 <?php endif; ?>
105 </div>
106 </div>
107 <?php endforeach; ?>
108 </div>
109 </div>
110 </div>
111