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: ticket.php
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="<?php echo base_url('css/ticket.css') ?>"> </head> <body> <?php if ($compra['estado'] == 0) { ?> <img style="position: absolute; width: 100%; height: 100%; opacity: 0.3;" src="<?php echo base_url('img/anulado.png') ?>" alt="ANULADO"> <?php } ?> <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="content-proveedor"> <h4 class="text-center">Proveedor</h4> <br> <p><b>N° doc.</b> <?php echo $compra['num_doc']; ?></p> <p><b>Nombre.</b> <?php echo $compra['nombre']; ?></p> <p><b>Teléfono.</b> <?php echo $compra['telefono']; ?></p> <p><b>Dirección.</b> <?php echo $compra['direccion']; ?></p> </div> ============================= <div class="ticket-details"> <p>Fecha: <?php $dato = $compra['fecha']; $fecha = date('d/m/Y', strtotime($dato)); $hora = date('h:i A', strtotime($dato)); echo $fecha . ' ' . $hora; ?></p> <p>Compra: <?php echo $compra['id']; ?></p> <p>Serie: <?php echo $compra['serie']; ?></p> <table> <thead> <tr> <td colspan="4">====================================================</td> </tr> <tr> <th>Cant.</th> <th>Producto</th> <th>P/U</th> <th>Total</th> </tr> <tr> <td colspan="4">====================================================</td> </tr> </thead> <tbody> <?php foreach ($productos as $producto) { ?> <tr> <td><?php echo $producto['cantidad']; ?></td> <td><?php echo $producto['producto']; ?></td> <td><?= number_format($producto['precio'], 2); ?></td> <td><?= number_format($producto['precio'] * $producto['cantidad'], 2); ?></td> </tr> <?php } ?> <tr> <td colspan="4">-----------------------------------------------------------------------------------------</td> </tr> <!-- Cambiar el orden aquí --> <tr> <td colspan="4" class="text-right"> <h3>Total: <?php echo number_format($compra['total'], 2); ?></h3> <?php if ($compra['metodo'] == 'Contado') { ?> <h3>Pago con: <?php echo number_format($compra['pago_con'], 2); ?></h3> <h3>Vuelto: <?php echo number_format($compra['pago_con'] - $compra['total'], 2); ?></h3> <?php } ?> </td> </tr> </tbody> </table> </div> </div> </body> </html>
Coded With 💗 by
0x6ick