<?php 
 
  #standard settings that apply to all servers
  include("config.php");

  $SITE = ucfirst(str_replace( "www.", "", $_SERVER['HTTP_HOST'])); 

        
  #per server settings
  if( ! include( $_SERVER['HTTP_HOST'] . ".php"))
  {
  echo "<div>ERROR: Could not find server config file</div>";
  } 

  #$FORSALESEDOLINK = ($PARK["ForSaleSedo"] ? "http://sedo.com/search/details.php4?domain=$SITE" : "");

?>
<?php echo "<?xml version=\"1.0\"?>"; ?>
<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">
<url>
  <loc>http://www.<?php echo $SITE;?>/</loc>
</url>
<url>
  <loc>http://www.<?php echo $SITE;?>/other.php</loc>
</url>
</urlset>
