REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.75 KB
Close
//proc/self/root/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/backuply/status_logs.php
Text
Base64
<?php /* * BACKUPLY * https://backuply.com * (c) Backuply Team */ header('Content-Type: application/json; charset=utf-8'); if(!_verify_self()){ echo json_encode(array('success' => false, 'progress_log' => 'Security Check Failed!|error')); die(); } _get_status($_REQUEST['last_status']); // Returns the Security key function _get_config(){ $config_file = dirname(__FILE__, 3) . '/backuply/status_key.php'; if(!file_exists($config_file) || 0 == filesize($config_file)) { return false; } $fp = @fopen($config_file, 'r'); @fseek($fp, 16); $content = @fread($fp, filesize($config_file)); @fclose($fp); $status_key = $content; return $status_key; } // Verifies the backuply key function _verify_self(){ if(empty($_REQUEST['status_key'])) { return false; } $status_lock = dirname(__FILE__, 3). '/backuply/status.lock'; if(!file_exists($status_lock) || (time() - filemtime($status_lock) > 1800)){ return false; } $status_key = _get_config(); if(!$status_key) { return false; } if(urldecode($_REQUEST['status_key']) == $status_key) { return true; } return false; } // Returns array of logs function _get_status($last_log = 0){ $log_file = dirname(__FILE__, 3). '/backuply/backuply_log.php'; $logs = []; $last_log = (int) $last_log; if(!file_exists($log_file)){ $logs[] = 'Something went wrong!|error'; echo json_encode(array('success' => false, 'progress_log' => $logs)); die(); } $fh = fopen($log_file, 'r'); $seek_to = $last_log + 16; // 16 for php exit @fseek($fh, $seek_to); $lines = fread($fh, fstat($fh)['size']); fclose($fh); $fh = null; echo json_encode(array('success' => true, 'progress_log' => $lines)); die(); }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 10
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
assets
DIR
-
drwxr-xr-x
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lib
DIR
-
drwxr-xr-x
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
main
DIR
-
drwxr-xr-x
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
backuply.php
1.12 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
backuplytar.php
52.32 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
backup_ins.php
62.25 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
functions.php
47.56 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.html
0 B
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
init.php
18.42 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
license.txt
25.91 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
readme.txt
20.14 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
restore_ins.php
99.37 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
status_logs.php
1.75 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).