Просмотр файла sitemap.php

Размер файла: 1.38Kb
  1. <?php
  2. /*
  3. #
  4. # +------------------------------------------------------------------------------+
  5. # | Sitemap Creator 0.2 beta build 20080514 |
  6. # +------------------------------------------------------------------------------+
  7. # | Sitemap Creator crawls/spiders your website, creates XML sitemaps , pings |
  8. # | Search Engine bots to crawl them, tracks bots and send it by mail. |
  9. # +------------------------------------------------------------------------------+
  10. # | Email gadelkareem@gmail.com |
  11. # | Web www.gadelkareem.com |
  12. # | |
  13. # | Before using, modifying or publishing this class, you should refer to the |
  14. # | GNU GENERAL PUBLIC LICENSE. This is available at: |
  15. # | http://www.gnu.org/licenses/gpl.txt |
  16. # +------------------------------------------------------------------------------+
  17. # | sitemap.php : start file , do not edit |
  18. # +------------------------------------------------------------------------------+
  19. #
  20. */
  21.  
  22.  
  23. error_reporting( 0 );
  24. if(isset($_GET['sm']) && isset($_GET['do']) && $_GET['do'] == 'showsitemap'){
  25. chdir('sitemap');
  26. include_once('sitemap.php');
  27. }
  28. ?>