<?php 
header("Content-type: text/xml; charset=utf-8"); 
echo '<?xml version="1.0" encoding="UTF-8"?>';
$host=(isset($_SERVER['HTTP_HOST']))?$_SERVER['HTTP_HOST']:'m.xvideos.fr';
?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
  <url> 
    <loc>http://<?php echo $host; ?>/?w=1&amp;lg=fr</loc>
    <lastmod><? echo date('Y-m-d')?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
    <mobile:mobile/>
  </url>
  <url> 
    <loc>http://<?php echo $host; ?>/?w=0&amp;lg=fr</loc>
    <lastmod><? echo date('Y-m-d')?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <mobile:mobile/>
  </url>
  <url> 
    <loc>http://<?php echo $host; ?>/?module=login&amp;lg=fr&amp;w=0</loc>
    <lastmod><? echo date('Y-m-d')?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.4</priority>
    <mobile:mobile/>
  </url>
  <url> 
    <loc>http://<?php echo $host; ?>/?action=cgu&amp;lg=fr&amp;w=0</loc>
    <lastmod><? echo date('Y-m-d')?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    <mobile:mobile/>
  </url>
  <url> 
    <loc>http://<?php echo $host; ?>/?action=price&amp;lg=fr&amp;w=0</loc>
    <lastmod><? echo date('Y-m-d')?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    <mobile:mobile/>
  </url>
<?php foreach(array(37,55,4,45,5,35,6,7,8,9,31,57,52,11,56,12,49,53,44,50,48,15,18,19,20,59,46,61,60,23,24,25,27,58,51,28,29,41,14,13,32,34,17,2,47,38,39) AS $c) { ?>
  <url> 
    <loc>http://<?php echo $host; ?>/?module=home&amp;lg=fr&amp;w=0&amp;c=<?php echo $c; ?></loc>
    <lastmod><? echo date('Y-m-d')?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
    <mobile:mobile/>
  </url>
<?php } ?>  
  <url> 
    <loc>http://<?php echo $host; ?>/?module=home&amp;syn=gay&amp;lg=fr&amp;w=0</loc>
    <lastmod><? echo date('Y-m-d')?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    <mobile:mobile/>
  </url>
<?php foreach(array(75,130,147,117,51,110,119,138,77,151,113,61,55,118,80,135,72,137,163,78,152,74,71,134,166,126,171,150,112,57,62) AS $c) { ?>
  <url> 
    <loc>http://<?php echo $host; ?>/?module=home&amp;syn=gay&amp;lg=fr&amp;w=0&amp;c=<?php echo $c; ?></loc>
    <lastmod><? echo date('Y-m-d')?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
    <mobile:mobile/>
  </url>
<?php } ?>
</urlset>