Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
phpMyAdmin /
js /
src /
designer /
Delete
Unzip
Name
Size
Permission
Date
Action
database.js
6.23
KB
-rw-rw-rw-
2023-02-07 22:26
history.js
28.34
KB
-rw-rw-rw-
2023-02-07 22:26
init.js
2.03
KB
-rw-rw-rw-
2023-02-07 22:26
move.js
80.49
KB
-rw-rw-rw-
2023-02-07 22:26
objects.js
718
B
-rw-rw-rw-
2023-02-07 22:26
page.js
6.14
KB
-rw-rw-rw-
2023-02-07 22:26
Save
Rename
// eslint-disable-next-line no-unused-vars var DesignerObjects = { PdfPage: function (dbName, pageDescr, tblCords) { // no dot set the auto increment before put() in the database // issue #12900 // eslint-disable-next-line no-unused-vars var pgNr; this.dbName = dbName; this.pageDescr = pageDescr; this.tblCords = tblCords; }, TableCoordinate: function (dbName, tableName, pdfPgNr, x, y) { // no dot set the auto increment before put() in the database // issue #12900 // var id; this.dbName = dbName; this.tableName = tableName; this.pdfPgNr = pdfPgNr; this.x = x; this.y = y; } };