Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
fichatecnica /
JS /
[ HOME SHELL ]
Name
Size
Permission
Action
agregarFotos.js
15.5
KB
-rw-r--r--
jquery-3.6.3.min.js
87.84
KB
-rw-r--r--
printThis.js
14.8
KB
-rw-r--r--
script.js
41.38
KB
-rw-r--r--
scriptCalibracion.js
2.82
KB
-rw-r--r--
sweetalert.min.js
39.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : scriptCalibracion.js
function AgregarSeccionTabla() { let contenedor = document.querySelector('#seccion-tabla'); let p = document.createElement('tbody'); p.innerHTML = ` <br><br><br><br><br><br><br><br> <tr> <th colspan = "3" scope = "row">EQUIPO DISPENSADOR</th> <td>CALIBRADOR 5 GL</td> <td>CALIBRADOR 0.5 GL</td> </tr> <tr> <th><b>EQUIPO N°</b> <input type = "number" class ="input-tabla form-control margin-b-20" placeholder ="Equipo N°"></th> <td><b>PRODUCTO</b> <input type = "text" class ="input-tabla form-control margin-b-20" placeholder ="Producto"></td> <td><b>CONT. INICIAL</b> <input type = "number" class ="input-tabla form-control margin-b-20" placeholder ="Contador Inicial"></td> <th><b>VERIFICACIÓN</b> <input type = "number" class ="input-tabla form-control margin-b-20" placeholder ="1"></th> <th><b>VERIFICACIÓN</b> <input type = "number" class ="input-tabla form-control margin-b-20" placeholder ="1"></th> </tr> <tr> <th><b>SERIE N°</b> <input type = "number" class ="input-tabla form-control margin-b-20" placeholder ="Serie N°"></th> <td><b>PRECI. INICIAL </b><input type = "number" class ="input-tabla form-control margin-b-20" placeholder ="Precinto Inicial"></td> <td><b>CONT. FINAL <input type = "number" class ="input-tabla form-control margin-b-20"placeholder ="Contador Final"></td> <th><b>VERIFICACIÓN</b> <input type = "number" class ="input-tabla form-control margin-b-20"placeholder ="2"></th> <th><b>VERIFICACIÓN</b> <input type = "number" class ="input-tabla form-control margin-b-20"placeholder ="2"></th> </tr> <tr> <th><b>MANGUERA<b> <input type = "number" class ="input-tabla form-control margin-b-20" placeholder ="Manguera"></th> <td><b>PRECINTO FINAL</b> <input type = "number" class ="input-tabla form-control margin-b-20" placeholder ="Precinto Final"></td> <td></td> <th><b>VERIFICACIÓN</b> <input type = "number" class ="input-tabla form-control margin-b-20"placeholder ="3"></th> <th><b>VERIFICACIÓN</b> <input type = "number" class ="input-tabla form-control margin-b-20"placeholder ="3"></th> </tr>`; contenedor.appendChild(p); }
Close