[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
var
/
cache
/
Acronis
/
APL
/
StatusDb
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 am.sqlite
57,344 B
SET
[ EDIT ]
|
[ DEL ]
📄 am.sqlite-wal
32 B
SET
[ EDIT ]
|
[ DEL ]
📄 am_tmp.sqlite
4,096 B
SET
[ EDIT ]
|
[ DEL ]
📄 am_tmp.sqlite-wal
32 B
SET
[ EDIT ]
|
[ DEL ]
📄 ap.sqlite
20,480 B
SET
[ EDIT ]
|
[ DEL ]
📄 ap.sqlite-wal
0 B
SET
[ EDIT ]
|
[ DEL ]
📄 ap_tmp.sqlite
4,096 B
SET
[ EDIT ]
|
[ DEL ]
📄 ap_tmp.sqlite-wal
32 B
SET
[ EDIT ]
|
[ DEL ]
📄 atpstatusdb_shared.lck
0 B
SET
[ EDIT ]
|
[ DEL ]
📄 shared.sqlite
45,056 B
SET
[ EDIT ]
|
[ DEL ]
📄 shared.sqlite-wal
32 B
SET
[ EDIT ]
|
[ DEL ]
📄 shared_tmp.sqlite
4,096 B
SET
[ EDIT ]
|
[ DEL ]
📄 shared_tmp.sqlite-wal
32 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: shared.sqlite
SQLite format 3 @ .c � �O �o � w 1� a 3indexsignature_timestampsignatureCREATE INDEX signature_timestamp ON signature (timestamp)�C �Utablesignaturesignature CREATE TABLE signature(disk,handle_type INTEGER NOT NULL,handle BLOB NOT NULL,mtime_sec INTEGER NOT NULL,mtime_nsec INTEGER NOT NULL,ctime_sec INTEGER NOT NULL,ctime_nsec INTEGER NOT NULL,status INTEGER NOT NULL,timestamp INTEGER NOT NULL,PRIMARY KEY(disk, handle_type, handle)) WITHOUT ROWIDU-sindexsha256_timestampsha256 CREATE INDEX sha256_timestamp ON sha256 (timestamp)�O�ytablesha256sha256CREATE TABLE sha256(disk,handle_type INTEGER NOT NULL,handle BLOB NOT NULL,mtime_sec INTEGER NOT NULL,mtime_nsec INTEGER NOT NULL,ctime_sec INTEGER NOT NULL,ctime_nsec INTEGER NOT NULL,hash BLOB NOT NULL CHECK(length(hash) == 32),timestamp INTEGER NOT NULL,PRIMARY KEY(disk, handle_type, handle)) WITHOUT ROWIDM)kindexsha1_timestampsha1CREATE INDEX sha1_timestamp ON sha1 (timestamp)�I�utablesha1sha1CREATE TABLE sha1(disk,handle_type INTEGER NOT NULL,handle BLOB NOT NULL,mtime_sec INTEGER NOT NULL,mtime_nsec INTEGER NOT NULL,ctime_sec INTEGER NOT NULL,ctime_nsec INTEGER NOT NULL,hash BLOB NOT NULL CHECK(length(hash) == 20),timestamp INTEGER NOT NULL,PRIMARY KEY(disk, handle_type, handle)) WITHOUT ROWIDI'gindexmd5_timestampmd5CREATE INDEX md5_timestamp ON md5 (timestamp)�F�stablemd5md5CREATE TABLE md5(disk,handle_type INTEGER NOT NULL,handle BLOB NOT NULL,mtime_sec INTEGER NOT NULL,mtime_nsec INTEGER NOT NULL,ctime_sec INTEGER NOT NULL,ctime_nsec INTEGER NOT NULL,hash BLOB NOT NULL CHECK(length(hash) == 16),timestamp INTEGER NOT NULL,PRIMARY KEY(disk, handle_type, handle)) WITHOUT ROWIDK#kindexunique_diskdisksCREATE UNIQUE INDEX unique_disk ON disks(value)b�#tabledisksdisksCREATE TABLE disks(id INTEGER NOT NULL,value BLOB NOT NULL,PRIMARY KEY(id))