Linux thaedus.aserv.co.za 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 197.242.159.149 & Your IP : 216.73.216.114
Domains :
Cant Read [ /etc/named.conf ]
User : bigpuxtb
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-06-10 12:56
3.4.0_to_4.1.0_schema.mysql.sql
833
B
-rw-r--r--
2026-06-10 12:56
4.0.0_to_4.2.0_schema.sqlite3.sql
1.66
KB
-rw-r--r--
2026-06-10 12:56
4.1.0_to_4.2.0_schema.mysql.sql
116
B
-rw-r--r--
2026-06-10 12:56
4.2.0_to_4.3.0_schema.mysql.sql
71
B
-rw-r--r--
2026-06-10 12:56
4.2.0_to_4.3.0_schema.sqlite3.sql
606
B
-rw-r--r--
2026-06-10 12:56
4.3.0_to_4.3.1_schema.sqlite3.sql
508
B
-rw-r--r--
2026-06-10 12:56
4.3.0_to_4.7.0_schema.mysql.sql
220
B
-rw-r--r--
2026-06-10 12:56
4.3.1_to_4.7.0_schema.sqlite3.sql
272
B
-rw-r--r--
2026-06-10 12:56
COPYING
17.67
KB
-rw-r--r--
2026-06-10 12:56
README
5.55
KB
-rw-r--r--
2026-06-10 12:56
dnssec-3.x_to_3.4.0_schema.mysql.sql
1.55
KB
-rw-r--r--
2026-06-10 12:56
dnssec-3.x_to_3.4.0_schema.sqlite3.sql
3.46
KB
-rw-r--r--
2026-06-10 12:56
enable-foreign-keys.mysql.sql
1.08
KB
-rw-r--r--
2026-06-10 12:56
nodnssec-3.x_to_3.4.0_schema.mysql.sql
2
KB
-rw-r--r--
2026-06-10 12:56
nodnssec-3.x_to_3.4.0_schema.sqlite3.sql
2.28
KB
-rw-r--r--
2026-06-10 12:56
schema.mysql.sql
3.07
KB
-rw-r--r--
2026-06-10 12:56
schema.sqlite3.sql
3.12
KB
-rw-r--r--
2026-06-10 12:56
Save
Rename
/* Using this SQL causes Mysql to create foreign keys on your database. This will make sure that no records, comments or keys exists for domains that you already removed. This is not enabled by default, because we're not sure what the consequences are from a performance point of view. If you do have feedback, please let us know how this affects your setup. Please note that it's not possible to apply this, before you cleaned up your database, as the foreign keys do not exist. */ ALTER TABLE records ADD CONSTRAINT `records_domain_id_ibfk` FOREIGN KEY (`domain_id`) REFERENCES `domains` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; ALTER TABLE comments ADD CONSTRAINT `comments_domain_id_ibfk` FOREIGN KEY (`domain_id`) REFERENCES `domains` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; ALTER TABLE domainmetadata ADD CONSTRAINT `domainmetadata_domain_id_ibfk` FOREIGN KEY (`domain_id`) REFERENCES `domains` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; ALTER TABLE cryptokeys ADD CONSTRAINT `cryptokeys_domain_id_ibfk` FOREIGN KEY (`domain_id`) REFERENCES `domains` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;