Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.149.29.192
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
cpanel-pdns-4.9.1 /
[ HOME SHELL ]
Name
Size
Permission
Action
3.4.0_to_4.1.0_schema.mysql.sq...
833
B
-rw-r--r--
4.1.0_to_4.2.0_schema.mysql.sq...
116
B
-rw-r--r--
4.2.0_to_4.3.0_schema.mysql.sq...
71
B
-rw-r--r--
4.3.0_to_4.7.0_schema.mysql.sq...
220
B
-rw-r--r--
COPYING
17.67
KB
-rw-r--r--
README
5.55
KB
-rw-r--r--
dnssec-3.x_to_3.4.0_schema.mys...
1.55
KB
-rw-r--r--
dnssec-3.x_to_3.4.0_schema.sql...
3.46
KB
-rw-r--r--
enable-foreign-keys.mysql.sql
1.08
KB
-rw-r--r--
nodnssec-3.x_to_3.4.0_schema.m...
2
KB
-rw-r--r--
nodnssec-3.x_to_3.4.0_schema.s...
2.28
KB
-rw-r--r--
schema.mysql.sql
3.07
KB
-rw-r--r--
schema.sqlite3.sql
3.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : enable-foreign-keys.mysql.sql
/* 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;
Close