<?php
$dir = "index.php";
$domain = "https://bitcofast.com";

$files = scandir($dir);

$xml .= "<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n";

foreach ($files as $file) {
    if (pathinfo($file, PATHINFO_EXTENSION) === 'php') {
        $lastmod = date('c', filemtime($file));
        $xml .= "  <url>\n";
        $xml .= "    <loc>$domain/$file</loc>\n";
        $xml .= "    <changefreq>weekly</changefreq>\n";
        $xml .= "  </url>\n";
    }
}

$xml .= "</urlset>";

file_put_contents("sitemap.xml", $xml);
echo "✅ Sitemap generated.";
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 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/sitemap.xsd">
<!--  created with Free Online Sitemap Generator www.xml-sitemaps.com  -->
<url>
<loc>https://www.bitcofast.com/</loc>
<lastmod>2026-02-11T10:39:23+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://www.bitcofast.com/index.php</loc>
<lastmod>2026-02-11T10:39:23+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.bitcofast.com/payment_proof.php</loc>
<lastmod>2026-02-11T10:39:23+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.bitcofast.com/store/auto_deposit_ptc.php</loc>
<lastmod>2026-02-11T10:39:23+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.bitcofast.com/store/zerads.php</loc>
<lastmod>2026-02-11T10:39:23+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.bitcofast.com/store/viefaucet.php</loc>
<lastmod>2026-02-11T10:39:23+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.bitcofast.com/store/atclaim.php</loc>
<lastmod>2026-02-11T10:39:23+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.bitcofast.com/store/tapclick.php</loc>
<lastmod>2026-02-11T10:39:23+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.bitcofast.com/store/coinflip.php</loc>
<lastmod>2026-02-11T10:39:23+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.bitcofast.com/store/gr8s.php</loc>
<lastmod>2026-02-11T10:39:23+00:00</lastmod>
<priority>0.80</priority>
</url>
  <url>
    <loc>https://bitcofast.com/</loc>
    <priority>1.0</priority>
  </url>
  
  <url>
    <loc>https://bitcofast.com/?ref=1</loc>
  </url>
   <url>
    <loc>https://bitcofast.com</loc>
  </url>
     <url>
    <loc>https://bitcofast.com/history.php</loc>
  </url>
     <url>
    <loc>https://bitcofast.com/payment_proof.php</loc>
  </url>
     <url>
    <loc>https://bitcofast.com/promo_backup.php</loc>
  </url>
   <url>
    <loc>https://bitcofast.com/referral.php</loc>
  </url>
   <url>
    <loc>https://bitcofast.com/withdraw.php</loc>
  </url>
   <url>
    <loc>https://bitcofast.com/campaign.php</loc>
  </url>
   <url>
    <loc>https://bitcofast.com/shortlink.php</loc>
  </url>
   <url>
    <loc>https://bitcofast.com/ads_tasks.php</loc>
  </url>
   <url>
    <loc>https://bitcofast.com/promo_claim.php</loc>
  </url>
   <url>
    <loc>https://bitcofast.com/articles.php</loc>
  </url>

  <url>
    <loc>https://bitcofast.com/earnings.php</loc>
  </url>

</urlset>