Tul xxx Tul
User / IP
:
216.73.217.33
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
/
vidrieria
/
public
/
Viewing: index.php
<?php // Enable error reporting for development. Adjust as needed in production environments. error_reporting(E_ALL); ini_set('display_errors', '1'); define('BASE_PATH', dirname(__DIR__)); define('APP_PATH', BASE_PATH . '/app'); autoloadApp(); require_once APP_PATH . '/core/App.php'; require_once APP_PATH . '/core/Controller.php'; require_once APP_PATH . '/core/Model.php'; // Launch the MVC application. new App(); /** * Basic autoloader for application classes. */ function autoloadApp(): void { spl_autoload_register(function (string $className) { $directories = [ APP_PATH . '/controllers/', APP_PATH . '/models/', APP_PATH . '/core/', APP_PATH . '/helpers/', ]; foreach ($directories as $directory) { $filePath = $directory . $className . '.php'; if (file_exists($filePath)) { require_once $filePath; return; } } }); }
Coded With 💗 by
0x6ick