PHP Classes

File: get.php

Recommend this page to a friend!
  Classes of Lee J   Automap   get.php   Download  
File: get.php
Role: Example script
Content type: text/plain
Description: get the site map
Class: Automap
Crawl a site a build a sitemap
Author: By
Last change: updated to class
Date: 15 years ago
Size: 1,083 bytes
 

Contents

Class file image Download
<?php
/*------------------------------------------------------------------------------------------

This file is part of auto google site maps creation by lee johnstone
this file was orginaly made by a third party site please read below for there license.

YOU MAY NOT
(1) Remove or modify this copyright notice.
(2) Distribute this code as your own
(3) Use this code in commercial projects
   
YOU MAY
(1) Use this code or any modified version of it on your website.
(2) Use this code as part of another product.

u may not remove this notice
please read our copyright license here
http://www.freakcms.com/licensing.php
or contact us here
http://www.toy17s.com/index.php?page=Contact-us
--------------------------------------------------------------------------------------------

this file grabs the sitemap after the user requests it.

-------------------------------------------------------------------------------------------*/


include 'create.php';
$map = new AutoMaps();
$map->GetMap();
                                               
?>