Tul xxx Tul
User / IP
:
216.73.216.191
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
/
gimnasiofitnes
/
app
/
Views
/
admin
/
bills
/
Viewing: ticket.php
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <title>Ticket de Gasto</title> <link rel="stylesheet" href="<?= base_url('assets/admin/css/ticket.css'); ?>"> </head> <body> <div class="ticket"> <!-- Detalles de la Empresa --> <div class="company-details"> <h3><?= esc($company['name']) ?></h3> <p><?= esc($company['address']) ?></p> <p>Tel: <?= esc($company['phone']) ?></p> </div> <!-- Detalles del Gasto --> <div class="sale-details"> <p style="text-align: center; font-weight: bold; margin-bottom: 5px;">COMPROBANTE DE GASTO</p> <p><strong>Nro:</strong> # <?= str_pad($bill['id'], 6, '0', STR_PAD_LEFT) ?></p> <p><strong>Fecha:</strong> <?= date('d/m/Y h:i A', strtotime($bill['created_at'])) ?></p> <p><strong>Usuario:</strong> <?= esc($bill['user_name']) ?></p> <p><strong>Categoría:</strong> <?= esc($bill['category_name'] ?? 'General') ?></p> <p><strong>Subcat:</strong> <?= esc($bill['subcategory_name'] ?? 'N/A') ?></p> </div> <!-- Detalles de los Items (Concepto) --> <table class="items-table"> <thead> <tr> <th colspan="2">Descripción / Concepto</th> </tr> </thead> <tbody> <tr> <td colspan="2" style="padding: 5px 0;"> <?= nl2br(esc($bill['description'])) ?> </td> </tr> </tbody> </table> <!-- Totales --> <div class="total"> <p><strong>Total:</strong> <?= get_currency($bill['amount']) ?></p> </div> <?php if (!empty($photoBase64)): ?> <div class="qr-container" style="border-top: 1px dashed #000; padding-top: 10px;"> <p style="font-size: 10px; margin-bottom: 5px;">--- SOPORTE ADJUNTO ---</p> <img src="<?= $photoBase64 ?>" style="width: 100%; height: auto;"> </div> <?php endif; ?> <!-- Footer --> <div class="footer"> <p><?= date('d/m/Y h:i:s A') ?></p> <p><?= $company['website'] ?></p> </div> </div> </body> </html>
Coded With 💗 by
0x6ick