Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.130.207
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
cpanel-pdns /
[ HOME SHELL ]
Name
Size
Permission
Action
3.4.0_to_4.0.0_schema.sqlite3....
977
B
-rw-r--r--
3.4.0_to_4.1.0_schema.mysql.sq...
833
B
-rw-r--r--
4.0.0_to_4.2.0_schema.sqlite3....
1.66
KB
-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.2.0_to_4.3.0_schema.sqlite3....
606
B
-rw-r--r--
4.3.0_to_4.3.1_schema.sqlite3....
508
B
-rw-r--r--
4.3.0_to_4.7.0_schema.mysql.sq...
220
B
-rw-r--r--
4.3.1_to_4.7.0_schema.sqlite3....
272
B
-rw-r--r--
changelog.Debian.gz
3.38
KB
-rw-r--r--
copyright
154
B
-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 : 4.2.0_to_4.3.0_schema.sqlite3.sql
.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;
Close