File size: 1.38Kb
<?php
/*
#
# +------------------------------------------------------------------------------+
# | Sitemap Creator 0.2 beta build 20080514 |
# +------------------------------------------------------------------------------+
# | Sitemap Creator crawls/spiders your website, creates XML sitemaps , pings |
# | Search Engine bots to crawl them, tracks bots and send it by mail. |
# +------------------------------------------------------------------------------+
# | Email [email protected] |
# | Web www.gadelkareem.com |
# | |
# | Before using, modifying or publishing this class, you should refer to the |
# | GNU GENERAL PUBLIC LICENSE. This is available at: |
# | http://www.gnu.org/licenses/gpl.txt |
# +------------------------------------------------------------------------------+
# | sitemap.php : start file , do not edit |
# +------------------------------------------------------------------------------+
#
*/
error_reporting( 0 );
if(isset($_GET['sm']) && isset($_GET['do']) && $_GET['do'] == 'showsitemap'){
chdir('sitemap');
include_once('sitemap.php');
}
?>