Results 1 to 5 of 5

Weird.. last submit to yahoo - FAILED

This is a discussion on Weird.. last submit to yahoo - FAILED within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Since i've had sitemap generater installed, the ping has always worked.. but today, its stoped working.. settings are still the ...

  1. #1
    Senior Member
    Real Name
    Martyn Day
    Join Date
    Dec 2005
    Location
    Kent - UK
    Posts
    650
    Liked
    0 times
    Blog Entries
    1

    Weird.. last submit to yahoo - FAILED

    Since i've had sitemap generater installed, the ping has always worked.. but today, its stoped working.. settings are still the same, and so is the key...

    only thing i've changed is the htaccess file and added
    Code:
    RewriteCond %{HTTP_HOST} !^www\.resellerclubtalk\.com
    RewriteRule (.*) http://www.resellerclubtalk.com/$1 [L,R=301]
    any suggestions?

  2. #2
    Senior Member
    Real Name
    Martyn Day
    Join Date
    Dec 2005
    Location
    Kent - UK
    Posts
    650
    Liked
    0 times
    Blog Entries
    1
    Worked perfectly on Tue 18/09/2007 3:23 AM and before - every time.

    I change htaccess on 19/09/2007 12:51:00 AM i added
    Code:
    RewriteCond %{HTTP_HOST} !^www\.resellerclubtalk\.com
    RewriteRule (.*) http://www.resellerclubtalk.com/$1 [L,R=301]
    now at Wed 19/09/2007 4:56 AM
    Code:
      Google ping: Successful.
      Yahoo ping: FAILED.
    its obviously something to do with the code..

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    please try to modify vbseo_sitemap_functions.php file:
    FIND:
    PHP Code:
                   $yurl 'http://api.search.yahoo.com/SiteExplorerService/V1/updateNotification?appid='.$y_id.'&url=';
            
                   
    vbseo_query_http($yurl.urlencode(vbseo_sitemap_furl('sitemap_index.xml.gz')), 1);

                
    $yping vbseo_query_http($yurl.urlencode($xmlsitemap), 1); 
    REPLACE WITH:
    PHP Code:
               $purl 'http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=';
                
    $yping vbseo_query_http($purl.urlencode($ysitemap), 1); 
    Last edited by Oleg Ignatiuk; 10-03-2007 at 09:20 AM.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    Senior Member
    Real Name
    Martyn Day
    Join Date
    Dec 2005
    Location
    Kent - UK
    Posts
    650
    Liked
    0 times
    Blog Entries
    1
    it seems to be working now without the code edit, what does that code do?

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    That is a new (updated) Yahoo ping URL that allows to use it without App ID.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. So do I have to manually submit to Yahoo or not?
    By ChrisGuthrie.net in forum General Discussion
    Replies: 5
    Last Post: 05-16-2007, 12:14 PM
  2. Yahoo Ping Failed
    By Cromulent in forum General Discussion
    Replies: 10
    Last Post: 12-05-2006, 01:26 PM
  3. i have really problem with server, maybe vbseo
    By croportal in forum General Discussion
    Replies: 7
    Last Post: 11-08-2006, 10:15 AM
  4. Sorry to raise again..
    By Mirzone in forum Troubleshooting
    Replies: 3
    Last Post: 06-22-2006, 11:49 AM
  5. Yahoo Submit Question
    By Ocean in forum General Discussion
    Replies: 2
    Last Post: 03-07-2006, 12:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •