Digital Point Forums
Send Telegram

Go Back   Digital Point Forums > Design & Development > Programming > PHP
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Feb 29th 2008, 11:26 am
juust's Avatar
juust juust is offline
Champion of the Naaru
 
Join Date: Feb 2008
Location: in the livingroom
Posts: 201
juust will become famous soon enough
pinging sitemaps

php Code:
<?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 ?
Reply With Quote
  #2  
Old Feb 29th 2008, 11:44 am
JasonBartholme's Avatar
JasonBartholme JasonBartholme is offline
Hand of A'dal
 
Join Date: Jun 2006
Location: Illinois
Posts: 397
JasonBartholme will become famous soon enough
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/1...emap-services/
__________________
Author's Wanted: Article Submission | SEO Blog |
Reply With Quote
  #3  
Old Feb 29th 2008, 12:30 pm
juust's Avatar
juust juust is offline
Champion of the Naaru
 
Join Date: Feb 2008
Location: in the livingroom
Posts: 201
juust will become famous soon enough
thanks, but...

...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'.
Reply With Quote
  #4  
Old Feb 29th 2008, 12:36 pm
JasonBartholme's Avatar
JasonBartholme JasonBartholme is offline
Hand of A'dal
 
Join Date: Jun 2006
Location: Illinois
Posts: 397
JasonBartholme will become famous soon enough
Thanks, glad to help.
__________________
Author's Wanted: Article Submission | SEO Blog |
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question re: sitemaps xml-sitemaps.com jgjg Search Engine Optimization 3 Apr 15th 2008 10:02 pm
Pinging allwayslearning Blogging 0 Nov 28th 2007 11:24 pm
Having Problems Generating Sitemaps! HELP? not just google sitemaps mckST Site & Server Administration 0 Sep 12th 2007 9:00 am
Pinging Joshman1204 WordPress 5 May 29th 2006 12:13 pm
Sitemaps questions (xml/gz and multiple sitemaps) mariush Google Sitemaps 2 Mar 30th 2006 7:01 am


All times are GMT -8. The time now is 11:48 am.