Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
cpanel-pdns /
Delete
Unzip
Name
Size
Permission
Date
Action
3.4.0_to_4.0.0_schema.sqlite3.sql
5.34
KB
-rw-r--r--
2026-08-05 13:24
3.4.0_to_4.1.0_schema.mysql.sql
833
B
-rw-r--r--
2026-08-05 13:24
4.0.0_to_4.2.0_schema.sqlite3.sql
1.66
KB
-rw-r--r--
2026-08-05 13:24
4.1.0_to_4.2.0_schema.mysql.sql
116
B
-rw-r--r--
2026-08-05 13:24
4.2.0_to_4.3.0_schema.mysql.sql
71
B
-rw-r--r--
2026-08-05 13:24
4.2.0_to_4.3.0_schema.sqlite3.sql
606
B
-rw-r--r--
2026-08-05 13:24
4.3.0_to_4.3.1_schema.sqlite3.sql
508
B
-rw-r--r--
2026-08-05 13:24
4.3.0_to_4.7.0_schema.mysql.sql
220
B
-rw-r--r--
2026-08-05 13:24
4.3.1_to_4.7.0_schema.sqlite3.sql
272
B
-rw-r--r--
2026-08-05 13:24
COPYING
17.67
KB
-rw-r--r--
2026-08-05 13:24
README
5.55
KB
-rw-r--r--
2026-08-05 13:24
dnssec-3.x_to_3.4.0_schema.mysql.sql
1.55
KB
-rw-r--r--
2026-08-05 13:24
dnssec-3.x_to_3.4.0_schema.sqlite3.sql
3.46
KB
-rw-r--r--
2026-08-05 13:24
enable-foreign-keys.mysql.sql
1.08
KB
-rw-r--r--
2026-08-05 13:24
nodnssec-3.x_to_3.4.0_schema.mysql.sql
2
KB
-rw-r--r--
2026-08-05 13:24
nodnssec-3.x_to_3.4.0_schema.sqlite3.sql
2.28
KB
-rw-r--r--
2026-08-05 13:24
schema.mysql.sql
3.07
KB
-rw-r--r--
2026-08-05 13:24
schema.sqlite3.sql
3.12
KB
-rw-r--r--
2026-08-05 13:24
Save
Rename
.bail on BEGIN TRANSACTION; CREATE TABLE cryptokeys_temp ( id INTEGER PRIMARY KEY, domain_id INT NOT NULL, flags INT NOT NULL, active BOOL, published BOOL DEFAULT 1, content TEXT, FOREIGN KEY(domain_id) REFERENCES domains(id) ON DELETE CASCADE ON UPDATE CASCADE ); INSERT INTO cryptokeys_temp SELECT id,domain_id,flags,active,1,content FROM cryptokeys; DROP TABLE cryptokeys; ALTER TABLE cryptokeys_temp RENAME TO cryptokeys; CREATE INDEX domainidindex ON cryptokeys(domain_id); COMMIT;