Page 1 of 2 1 2 LastLast
Results 1 to 15 of 20

All PINGS FAILED

This is a discussion on All PINGS FAILED within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Should I be worried about this? ( vbseo 3.1 & vb3.7 RC1) Summary: ============================ Forum Display: 18 Show Thread: 60 ...

  1. #1
    Junior Member
    Real Name
    John
    Join Date
    Mar 2008
    Posts
    3
    Liked
    0 times

    All PINGS FAILED

    Should I be worried about this? (vbseo 3.1 & vb3.7 RC1)

    Summary:
    ============================
    Forum Display: 18
    Show Thread: 60
    Show Post: 103
    Member Profiles: 89
    Poll Results: 0
    Archive: 19

    Total Indexed URLs: 290
    Total Processing Time: 0.44 seconds

    Google ping: FAILED.
    Yahoo ping: FAILED.
    Ask ping: FAILED.
    Moreover ping: FAILED.

    --------

    thanks for advice or tips how to fix this!

    john

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,361
    Liked
    540 times
    Blog Entries
    4
    Hello John ,

    Please edit vbseo_sitemap_functions.php file and search for

    PHP Code:
        function vbseo_query_http($url)  
        {  
            return @
    implode(''file($url));  
        } 
    Replace with

    PHP Code:
       function vbseo_query_http($url$retcont false)  
        {  
               
    ini_set('default_socket_timeout'5);  
               
    $purl parse_url($url);  
            
    $connsocket = @fsockopen($purl['host'], 80$errno$errstr5);  
               
    $start 0;  
               
    $timeout 50;  
               while(
    $start $timeout)  
               {  
                
    $start++;  
                if (
    $connsocket)  
                {  
                 
    $start 100;  
                 
    $out "GET ".$url." HTTP/1.0\n";  
                 
    $out .= "Host: ".$purl['host']."\n";  
                    
    $out .= "Referer: http://".$purl['host']."/\n";  
                 
    $out .= "Connection: Close\n\n";  
                  
    $inp '';  
                 @
    fwrite($connsocket$out);  
                 while (!
    feof($connsocket)) {  
                    
    $inp .= @fread($connsocket4096);  
                 }  
                 @
    fclose($connsocket);  
                }  

            }  

            
    preg_match("#^(.*?)\r?\n\r?\n(.*)$#s",$inp,$hm);  
            
    $headersstr $hm[1] ? $hm[1] : $inp;  
            
    $headers split("\r?\n"$headersstr);  
             list(
    $proto$code) = sscanf($headers[0], '%s %s');  

            return 
    $hm[2] ; 
        } 
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Junior Member
    Real Name
    John
    Join Date
    Mar 2008
    Posts
    3
    Liked
    0 times
    Thank you Mert for your quick reply!

    I've changed the code, uploaded and will report back if pings are working.

    all the best!

    john

  4. #4
    Member
    Join Date
    Sep 2005
    Posts
    50
    Liked
    0 times
    I've had same problem until I did the edit, and it works for the first three, but Moreover still shows FAILED. Should I be concerned about that? Is there any way for me to check what caused it to fail and correct that?

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    What do you see when submitting sitemap manually with:
    http://api.moreover.com/ping?u=http:...p_index.xml.gz ?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Member
    Join Date
    Sep 2005
    Posts
    50
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    What do you see when submitting sitemap manually with:
    http://api.moreover.com/ping?u=http:...p_index.xml.gz ?
    I tried manually using Firefox here on my PC, and it appears fine:
    Thank you for your ping. The moreover database will be updated with the new data from your url - http://www.touchtoolset.com/sitemap_index.xml.gz as soon as possible.
    I tried manually using wget from the server, and it also appears fine with the same message. However, just requested vbseo_sitemap to regenerate the sitemap, and it says failed (for just that one) again.

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Looks like it's pinged correctly, but just displayed incorrectly in reports. If you can provide us wtih ftp access via support ticket, we'll check that.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #8
    Member
    Join Date
    Sep 2005
    Posts
    50
    Liked
    0 times
    Ticket filed; I'm gonna go sleep now (5am), if you need any more information, please feel free to let me know in ticket and I'll get back to you ASAP. Thanks!

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    update: the issue resolved via support ticket (http connection function code updated).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #10
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    207
    Liked
    2 times
    mine still says and i did the edit : Moreover ping: FAILED.

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Did you update the code as described?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #12
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    207
    Liked
    2 times
    yeah i did cause the other ones are all successful

    Total Indexed URLs: 471024
    Total Processing Time: 60.38 seconds

    Google ping: Successful.
    Yahoo ping: Successful.
    Ask ping: Successful.
    Moreover ping: FAILED.
    Msn ping: Successful.
    I even tried manually like you told the guy up there and i got that :

    http://api.moreover.com/ping?u=http:...p_index.xml.gz

    Thank you for your ping. The moreover database will be updated with the new data from your url - http://www.dancehallareaz.com/forum/...p_index.xml.gz as soon as possible.

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please try to modify vbseo_sitemap_functions.php file.
    FIND:
    PHP Code:
    $out "GET ".$url." HTTP/1.0\n"
    REPLACE WITH:
    PHP Code:
    $out "GET ".$purl['path']."?".$purl['query']." HTTP/1.1\n"
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  14. #14
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    207
    Liked
    2 times
    Yep That worked all successful Thanks!

  15. #15
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    207
    Liked
    2 times
    heads up today i got the e-mail for the sitemap updated and Moreover ping: FAILED. again
    i didn't touch anything :-/ i didn't log in my website the whole week-end

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Pings Failed
    By msolano in forum Troubleshooting
    Replies: 11
    Last Post: 01-10-2008, 11:16 AM
  2. Search Engines Pings FAILED
    By ang2el in forum General Discussion
    Replies: 1
    Last Post: 12-26-2007, 01:40 PM
  3. how to disable pings/trackbacks
    By kaggy in forum General Discussion
    Replies: 3
    Last Post: 09-09-2006, 02:49 PM
  4. Trackbacks/Pings
    By rex_b in forum Troubleshooting
    Replies: 4
    Last Post: 09-06-2006, 12:21 AM
  5. Incoming Pings and Trackbacks
    By majordude in forum General Discussion
    Replies: 4
    Last Post: 08-24-2006, 11:11 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
  •