Tul xxx Tul
User / IP
:
216.73.216.146
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
/
trabajostoremaylor
/
app
/
models
/
Viewing: Job.php
<?php namespace App\Models; class Job { private static array $jobs = [ [ 'id' => 101, 'title' => 'Desarrollador Full Stack', 'company' => 'TechNova', 'location' => 'Remoto', 'state' => 'Antioquia', 'country' => 'Colombia', 'salary' => 5200, 'type' => 'Tiempo completo', 'category' => 'Tecnología', 'posted' => 'Hace 2 días', ], [ 'id' => 102, 'title' => 'Product Designer Senior', 'company' => 'Designly', 'location' => 'Ciudad de México', 'state' => 'Ciudad de México', 'country' => 'México', 'salary' => 4200, 'type' => 'Híbrido', 'category' => 'Diseño', 'posted' => 'Hace 5 días', ], [ 'id' => 103, 'title' => 'Especialista en Marketing Digital', 'company' => 'GrowthHub', 'location' => 'Bogotá', 'state' => 'Cundinamarca', 'country' => 'Colombia', 'salary' => 3500, 'type' => 'Tiempo completo', 'category' => 'Marketing', 'posted' => 'Hace 1 semana', ], [ 'id' => 104, 'title' => 'Analista Financiero', 'company' => 'FinPlus', 'location' => 'Buenos Aires', 'state' => 'Buenos Aires', 'country' => 'Argentina', 'salary' => 3900, 'type' => 'Presencial', 'category' => 'Finanzas', 'posted' => 'Hace 3 días', ], ]; public static function featured(): array { return array_slice(self::$jobs, 0, 2); } public static function all(): array { return self::$jobs; } public static function find(int $id): ?array { foreach (self::$jobs as $job) { if ($job['id'] === $id) { return $job; } } return null; } public static function employerJobs(): array { return [ [ 'id' => 201, 'title' => 'Lead Backend Engineer', 'status' => 'Publicado', 'applicants' => 18, 'updated_at' => 'Hace 4 horas', ], [ 'id' => 202, 'title' => 'QA Automation Specialist', 'status' => 'En revisión', 'applicants' => 9, 'updated_at' => 'Hace 1 día', ], [ 'id' => 203, 'title' => 'UX Researcher', 'status' => 'Borrador', 'applicants' => 0, 'updated_at' => 'Hace 3 días', ], ]; } }
Coded With 💗 by
0x6ick