PluginProbe ʕ •ᴥ•ʔ
JetBackup – Backup, Restore & Migrate / 1.6.10
JetBackup – Backup, Restore & Migrate v1.6.10
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 / services.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 4 years ago cloud.php 5 years ago dashboardWidget.php 5 years ago pagesContent.php 4 years ago proFeatures.php 4 years ago restore_wordpress.php 4 years ago schedule.php 4 years ago security.php 4 years ago services.php 5 years ago settings.php 3 years ago support.php 4 years ago systemInfo.php 4 years ago videoTutorials.php 4 years ago
services.php
64 lines
1 <?php
2 require_once(dirname(__FILE__).'/boot.php');
3 require_once(SG_PUBLIC_INCLUDE_PATH.'header.php');
4 $contentClassName = getBackupPageContentClassName('services');
5 ?>
6 <div id="sg-backup-page-content-services" class="sg-backup-page-content <?php echo $contentClassName; ?>">
7 <div><h1 class="sg-backup-page-title"><?php _backupGuardT('Special services')?></h1></div>
8 <div class="sg-service-container">
9 <div class="plugin-card-top">
10 <div class="row">
11 <div class="col-md-3">
12 <div class="sg-migration-icon"></div>
13 <!-- <img src="<?php echo SG_PUBLIC_URL."img/wordPress-migration-service-product.png"?>" class="" alt=""> -->
14 </div>
15 <div class="col-md-7 sg-migration-info">
16 <div class="column-name">
17 <h1>
18 <a href="<?php echo SG_MIGRATION_SERVICE_URL?>" class="thickbox" target="_blank"><?php _backupGuardT('WordPress'); ?> <b><?php _backupGuardT('Migration Service'); ?></b></a>
19 </h1>
20 </div>
21 <div class="column-description">
22 <p class="column-description-p"><?php _backupGuardT('Our professionals will migrate all of your files and database and ensure <br> everything is working properly on your new server. With our migration service, you can expect:')?></p>
23 <div class="row">
24 <div class="col-md-5">
25 <p class="sg-migration-features">
26 <span class="sg-right-arrow sg-services-arrow"></span>
27 <?php _backupGuardT('Migration of your files')?>
28 </p>
29 <p class="sg-migration-features">
30 <span class="sg-right-arrow sg-services-arrow"></span>
31 <?php _backupGuardT('Migration of your database')?>
32 </p>
33 <p class="sg-migration-features">
34 <span class="sg-right-arrow sg-services-arrow"></span>
35 <?php _backupGuardT('Refactoring of all urls')?>
36 </p>
37 </div>
38 <div class="col-md-7">
39 <p class="sg-migration-features">
40 <span class="sg-right-arrow sg-services-arrow"></span>
41 <?php _backupGuardT('Refactoring of all file names and image paths')?>
42 </p>
43 <p class="sg-migration-features">
44 <span class="sg-right-arrow sg-services-arrow"></span>
45 <?php _backupGuardT('Serialized data refactoring')?>
46 </p>
47 </div>
48 </div>
49 </div>
50 </div>
51 <div class="col-md-2 sg-migration-right-column">
52 <div class="migration-price-wrapper">
53 <ul class="sg-migration-price-ul">
54 <li><p id="sg-migration-service-price">$<b>84.95</b></p></li>
55 <li>
56 <a class="btn btn-success" target="_blank" data-slug="" href="<?php echo SG_MIGRATION_SERVICE_URL?>" aria-label="" data-name=""><?php _backupGuardT('Order now')?></a>
57 </li>
58 </ul>
59 </div>
60 </div>
61 </div>
62 </div>
63 </div>
64 </div>