⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-roundcube
/
SQL
/
postgres
/
Edit File: 2016112200.sql
DROP TABLE "cache"; DROP TABLE "cache_shared"; CREATE TABLE "cache" ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, cache_key varchar(128) DEFAULT '' NOT NULL, expires timestamp with time zone DEFAULT NULL, data text NOT NULL, PRIMARY KEY (user_id, cache_key) ); CREATE INDEX cache_expires_idx ON "cache" (expires); CREATE TABLE "cache_shared" ( cache_key varchar(255) NOT NULL PRIMARY KEY, expires timestamp with time zone DEFAULT NULL, data text NOT NULL ); CREATE INDEX cache_shared_expires_idx ON "cache_shared" (expires);
Simpan