juust
Feb 29th 2008, 11:26 am
<?php
include('../classes/Snoopy.class.php');
$mymap="http://juustout.gethost.nl/sitemap.xml";
$s = new Snoopy;
$url = "http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=".$mymap;
$s->submit($url);
print $s->results;
?>
$url = "http://webmaster.live.com/ping.aspx?sitemap=".$mymap;
$url = "http://www.google.com/webmasters/sitemaps/ping?".$mymap;
$url = "http://submissions.ask.com/ping?sitemap=".$mymap;
$url = "http://api.moreover.com/ping?u=".$mymap;
that stuffs my sitemap up the engines, are there more ping urls ?
include('../classes/Snoopy.class.php');
$mymap="http://juustout.gethost.nl/sitemap.xml";
$s = new Snoopy;
$url = "http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=".$mymap;
$s->submit($url);
print $s->results;
?>
$url = "http://webmaster.live.com/ping.aspx?sitemap=".$mymap;
$url = "http://www.google.com/webmasters/sitemaps/ping?".$mymap;
$url = "http://submissions.ask.com/ping?sitemap=".$mymap;
$url = "http://api.moreover.com/ping?u=".$mymap;
that stuffs my sitemap up the engines, are there more ping urls ?