vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

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

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

    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
    Posts
    16,944
    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.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

  3. #3
    Junior Member
    Real Name
    John
    Join Date
    Mar 2008
    Posts
    3
    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
    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
    24,550
    What do you see when submitting sitemap manually with:
    http://api.moreover.com/ping?u=http:...p_index.xml.gz ?
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  6. #6
    Member
    Join Date
    Sep 2005
    Posts
    50
    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
    24,550
    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.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  8. #8
    Member
    Join Date
    Sep 2005
    Posts
    50
    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
    24,550
    update: the issue resolved via support ticket (http connection function code updated).
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  10. #10
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    196
    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
    24,550
    Did you update the code as described?
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  12. #12
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    196
    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
    24,550
    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.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


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

  15. #15
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    196
    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

Similar Threads

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