PATH:
home
/
njujpgyl
/
public_html
<?php ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); //include 'config.php'; echo 'test'; /* 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("arealist.xml")) { throw new Exception("Area data file not found"); } $xml = loadCityList("arealist.xml"); $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); } 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(); } */
[+]
..
[+]
cgi-bin
[-] delhigal.zip
[edit]
[+]
content1
[+]
image
[-] .ftpquota
[edit]
[-] 404.php
[edit]
[-] android-chrome-192x192.png
[edit]
[-] android-chrome-512x512.png
[edit]
[-] apple-touch-icon.png
[edit]
[-] arealist.xml
[edit]
[-] auth.php
[edit]
[-] cache.php
[edit]
[-] config.php
[edit]
[-] content_manager.php
[edit]
[-] error_log
[edit]
[-] favicon.ico
[edit]
[-] favicon-16x16.png
[edit]
[-] favicon-32x32.png
[edit]
[-] frontpage.php
[edit]
[-] functions.php
[edit]
[-] google2fabcdaeda4836e4.html
[edit]
[-] index.php
[edit]
[-] index1.html
[edit]
[-] index1.php
[edit]
[-] login.php
[edit]
[-] logout.php
[edit]
[-] robots.txt
[edit]
[-] style.css
[edit]
[-] template.php
[edit]
[-] template-footer.php
[edit]
[-] template-header.php
[edit]
[-] test.php
[edit]
[-] xml_manager.php
[edit]
[+]
.well-known
[+]
cache
[+]
content
[-] error_logs.php
[edit]
[-] _
[edit]