Tul xxx Tul
User / IP
:
216.73.216.217
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
aircan.me
/
public_html
/
vendefacil
/
views
/
modales
/
Viewing: venta.php
<div class="modal fade" id="modalCliente" tabindex="-1" data-bs-backdrop="static" data-bs-keyboard="false" role="dialog" aria-labelledby="modalTitleId" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header d-flex justify-content-between align-items-center flex-wrap gap-2"> <h5 class="modal-title m-0" id="modalTitleId"> Clientes </h5> <button class="btn btn-primary btn-sm" type="button" onclick="nuevoCliente()"> <i class="fas fa-plus"></i> Nuevo Cliente </button> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <div class="table-responsive"> <table class="table table-bordered table-striped table-hover align-middle nowrap" id="tblClientes" style="width: 100%;"> <thead> <tr> <th></th> <th>Identidad</th> <th>N° Identidad</th> <th>Nombre</th> <th>Telefono</th> <th>Dirección</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> </div> <div class="modal fade" id="modalProducto" tabindex="-1" data-bs-backdrop="static" data-bs-keyboard="false" role="dialog" aria-labelledby="modalTitleId" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title"> Productos </h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <div class="table-responsive"> <table class="table table-bordered table-striped table-hover nowrap" id="tblProductos" style="width: 100%;"> <thead> <tr> <th></th> <th>Codigo</th> <th>Descripcion</th> <th>P. Venta</th> <th>Stock</th> <th>Medida</th> <th>Categoria</th> <th>Marca</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> </div> <div class="modal fade" id="modalRegistrarCliente" tabindex="-1" data-bs-backdrop="static" data-bs-keyboard="false" role="dialog" aria-labelledby="modalTitleId" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="modalTitleId"> Registrar Cliente </h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <form id="formulario" autocomplete="off"> <div class="modal-body"> <div class="row mb-3"> <div class="col-md-6 mb-3"> <label for="identidad">Tipo Identidad <span class="text-danger">*</span></label> <div class="input-group"> <span class="input-group-text"><i class="fas fa-list"></i></span> <select class="form-control" name="identidad" id="identidad"> <option value="">Seleccione una opción</option> <?php foreach ($data['identidades'] as $identidad) { ?> <option value="<?= $identidad['nombre']; ?>"><?= $identidad['nombre']; ?></option> <?php } ?> </select> </div> <span id="errorIdentidad" class="text-danger"></span> </div> <div class="col-md-6 mb-3"> <label for="num_identidad">N° Identidad <span class="text-danger">*</span></label> <div class="input-group"> <span class="input-group-text"><i class="fas fa-list"></i></span> <input class="form-control" type="text" name="num_identidad" id="num_identidad" placeholder="N° Identidad"> </div> <span id="errorNum_identidad" class="text-danger"></span> </div> <div class="col-md-6 mb-3"> <label for="nombre">Nombre <span class="text-danger">*</span></label> <div class="input-group"> <span class="input-group-text"><i class="fas fa-list"></i></span> <input class="form-control" type="text" name="nombre" id="nombre" placeholder="Nombre"> </div> <span id="errorNombre" class="text-danger"></span> </div> <div class="col-md-6 mb-3"> <label for="telefono">Teléfono <span class="text-danger">*</span></label> <div class="input-group"> <span class="input-group-text"><i class="fas fa-phone"></i></span> <input class="form-control" type="text" name="telefono" id="telefono" placeholder="Telefono"> </div> <span id="errorTelefono" class="text-danger"></span> </div> <div class="col-md-6 mb-3"> <label for="correo">Correo</label> <div class="input-group"> <span class="input-group-text"><i class="fas fa-envelope"></i></span> <input class="form-control" type="text" name="correo" id="correo" placeholder="Correo Electrónico"> </div> <span id="errorCorreo" class="text-danger"></span> </div> <div class="col-md-6 mb-3"> <div class="form-group"> <label for="direccion">Dirreción</label> <textarea id="direccion" class="form-control" name="direccion" rows="3" placeholder="Dirección"></textarea> </div> <span id="errorDireccion" class="text-danger"></span> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-bs-dismiss="modal"> Cancelar </button> <button class="btn btn-primary" type="button" id="btnRegistrarCliente">Registrar</button> </div> </form> </div> </div> </div>
Coded With 💗 by
0x6ick