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
/
creditos
/
Viewing: reportePorPagar.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php echo $data['title']; ?></title> <?php include dirname(__DIR__) . '/templates/pdf_style.php'; ?> </head> <body> <div class="header-container"> <table class="company-table"> <tr> <td class="company-logo"> <?php if (!empty($data['logo'])) { ?> <img src="<?php echo $data['logo']; ?>" alt=""> <?php } else { ?> <img src="<?php echo assetVersion('assets/images/logo.png'); ?>" alt=""> <?php } ?> </td> <td class="company-info"> <p class="company-name"><?php echo $data['empresa']['nombre']; ?></p> <p class="company-meta">RNC: <?php echo $data['empresa']['ruc']; ?></p> <p class="company-meta">Teléfono: <?php echo $data['empresa']['telefono']; ?></p> <p class="company-meta">Dirección: <?php echo $data['empresa']['direccion']; ?></p> </td> <td class="invoice-details"> <div class="container-factura"> <span class="invoice-title">Reporte</span> <div class="invoice-line"><span class="label">Crédito N°:</span> <span class="value"><?php echo str_pad($data['credito']['id'], 5, '0', STR_PAD_LEFT); ?></span></div> <div class="invoice-line"><span class="label">Fecha:</span> <span class="value"><?php echo $data['credito']['fecha']; ?></span></div> <div class="invoice-line"><span class="label">Hora:</span> <span class="value"><?php echo $data['credito']['hora']; ?></span></div> </div> </td> </tr> </table> </div> <div class="section-header"> <h5 class="section-title">Datos del Proveedor</h5> </div> <table class="company-table" style="margin-bottom:15px; font-size: 10px;"> <tr> <td style="width: 50%;"> <span style="color:#6b7280; font-weight:bold;">Ruc:</span> <span style="color:#111827; font-weight:bold; margin-left: 5px;"><?php echo $data['credito']['ruc'] ?></span> </td> <td style="width: 50%;"> <span style="color:#6b7280; font-weight:bold;">Nombre:</span> <span style="color:#111827; font-weight:bold; margin-left: 5px;"><?php echo $data['credito']['nombre'] ?></span> </td> </tr> <tr> <td> <span style="color:#6b7280; font-weight:bold;">Teléfono:</span> <span style="color:#111827; font-weight:bold; margin-left: 5px;"><?php echo $data['credito']['telefono'] ?></span> </td> <td> <span style="color:#6b7280; font-weight:bold;">Dirección:</span> <span style="color:#111827; margin-left: 5px;"><?php echo $data['credito']['direccion'] ?></span> </td> </tr> </table> <div class="section-header"> <h5 class="section-title">Detalle de los Productos</h5> </div> <table class="data-table"> <thead> <tr> <th class="text-center">Cant</th> <th>Descripción</th> <th class="text-right">Precio</th> <th class="text-right">SubTotal</th> </tr> </thead> <tbody> <?php $productos = json_decode($data['credito']['productos'], true) ?? []; foreach ($productos as $producto) { ?> <tr> <td class="text-center"><?php echo $producto['cantidad']; ?></td> <td><?php echo $producto['nombre']; ?></td> <td class="text-right"><?php echo number_format($producto['precio'], 2); ?></td> <td class="text-right"><?php echo number_format($producto['cantidad'] * $producto['precio'], 2); ?></td> </tr> <?php } ?> <tr class="row-total"> <td class="text-right" colspan="3">Monto Total</td> <td class="text-right"><?php echo number_format($data['credito']['monto'], 2); ?></td> </tr> </tbody> </table> <div class="section-header"> <h5 class="section-title">Detalle de los Abonos</h5> </div> <table class="data-table"> <thead> <tr> <th class="text-center">Fecha</th> <th class="text-right">Abono</th> </tr> </thead> <tbody> <?php $abonado = 0; foreach ($data['abonos'] as $abono) { $abonado += $abono['abono']; ?> <tr> <td class="text-center"><?php echo $abono['fecha']; ?></td> <td class="text-right"><?php echo number_format($abono['abono'], 2); ?></td> </tr> <?php } ?> <tr class="row-total"> <td class="text-right">Total Abonado</td> <td class="text-right"><?php echo number_format($abonado, 2); ?></td> </tr> <tr class="row-total"> <td class="text-right">Restante</td> <td class="text-right"><?php echo number_format($data['credito']['monto'] - $abonado, 2); ?></td> </tr> </tbody> </table> <div class="final-box-container"> <div class="final-box" style="margin-top: 15px; width: 40%; margin-left: auto; margin-right: 0;"> <div class="final-box-label">ESTADO DEL CRÉDITO</div> <?php if ($data['credito']['estado'] == 0) { ?> <div class="final-box-value" style="color: #10b981;">FINALIZADO</div> <?php } else { ?> <div class="final-box-value" style="color: #ef4444;">PENDIENTE</div> <?php } ?> </div> </div> <?php if (!empty($data['empresa']['mensaje'])) { ?> <div style="margin-top: 20px; text-align: center; font-size: 10px; color: #6b7280; font-style: italic;"> <?php echo $data['empresa']['mensaje']; ?> </div> <?php } ?> </body> </html>
Coded With 💗 by
0x6ick