Tul xxx Tul
User / IP
:
216.73.216.110
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
/
farmaciaprobar
/
app
/
Views
/
compras
/
Viewing: creditos.php
<div class="card"> <div class="card-body"> <?php if (!empty(session()->getFlashdata('message'))) { ?> <div class="alert border-0 border-start border-5 border-success alert-dismissible fade show py-2"> <div class="d-flex align-items-center"> <div class="font-35 text-success"><i class='bx bxs-check-circle'></i> </div> <div class="ms-3"> <h6 class="mb-0 text-success">Mensaje</h6> <div><?php echo session()->getFlashdata('message'); ?></div> </div> </div> <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button> </div> <?php } ?> <h6>Lista de créditos por pagar</h6> <hr> <div class="table-responsive"> <table class="table table table-striped table-hover nowrap" id="tblCreditos" style="width: 100%;"> <thead> <tr> <th>#</th> <th>Fecha</th> <th>Serie</th> <th>Proveedor</th> <th>Monto</th> <th>Abonado</th> <th>Restante</th> <th>Estado</th> <th></th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> <div id="modalAbono" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="my-modal-title" aria-hidden="true"> <div class="modal-dialog modal-sm" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="my-modal-title">Abonar</h5> <button class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <input type="hidden" id="id_credito"> <div class="mb-3"> <label for="" class="form-label">Monto</label> <input type="text" id="monto" class="form-control" autocomplete="off" placeholder="0.00"> </div> <div class="mb-3"> <label for="" class="form-label">Fecha</label> <input type="date" id="fecha" name="fecha" class="form-control" value="<?= date('Y-m-d'); ?>"> </div> <div class="mb-3"> <label for="" class="form-label">Forma de pago</label> <select id="id_formapago" class="form-control"> <option value="">Seleccione</option> <?php foreach ($formaPagos as $forma) { ?> <option value="<?php echo $forma['id']; ?>"><?php echo $forma['nombre']; ?></option> <?php } ?> </select> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal">Cerrar</button> <button type="button" class="btn btn-primary" id="btnAbonar">Registrar</button> </div> </div> </div> </div>
Coded With 💗 by
0x6ick