<?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; ?> PHP: $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 ?
Hello, I made a script that pings the major SE's with ColdFusion if you or anyone else is interested http://www.jasonbartholme.com/2007/...he-ask-google-msn-and-yahoo-sitemap-services/
...for now I just wanted the search engine urls, it appears only five accept sitemaps. I just came from your blog, by the way, "45 Working Sites.." and thought 'hey that guy actually knows what he's talking about'.