Results 1 to 8 of 8

linkback problem

This is a discussion on linkback problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; today for the very first time, I clicked on moderate linkbacks in the admincp, to only find, that I have ...

  1. #1
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times

    linkback problem

    today for the very first time, I clicked on moderate linkbacks in the admincp, to only find, that I have hundreds of thousands that I have never done anything with.

    My dedicated server can not handle the loading of that page, it is crazy, I cant believe the page is not split up into separate pages.

    So this is the error I get after about 10 minutes

    Code:
    Database error in vBulletin 3.6.8:
    
    Invalid SQL:
    SELECT tb.*,t.forumid FROM vb3_linkback tb
    LEFT JOIN vb3_thread t on tb.t_threadid=t.threadid
    WHERE t_id='0';
    
    MySQL Error  : MySQL server has gone away
    Error Number : 2006
    I am still confused as what to do with those linkbacks (can only I see them) are they meant to be validated? which ones do you keep, which ones do you normally delete?

    Well I cant do anything with them currently, because the page will never load with the amount I have currently.

    What can I do?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Matt,

    you can remove linkbacks directly from db table with SQL query, the following one will remove all non-approved linkbacks:
    Code:
    DELETE FROM linkback WHERE t_approved = 0

  3. #3
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times
    An error occurred while attempting to execute your query. The following information was returned.
    error number: 1146
    error desc: Table '******_*****.linkback' doesn't exist


    I tried this after
    Code:
    DELETE FROM vb3_linkback WHERE t_approved = 0
    that gave me

    Code:
    An error occurred while attempting to execute your query. The following information was returned. 
    error number: 1054 
    error desc: Unknown column 't_approved' in 'where clause'

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Sorry, it should be t_approve instead of t_approved.

  5. #5
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times
    Okay got it to work now.

    now for the second part:

    I am still confused as what to do with those linkbacks (can only I see them) are they meant to be validated? which ones do you keep, which ones do you normally delete?

    I read the linkback documentations and that didnt really help me understand which ones to delete etc.

  6. #6
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Hello Matt ,

    If the incoming refback , pingback or trackback is related to your topic and the originated site is not a spam site then i advise you to approve it. Otherwise you shall delete them.
    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

  7. #7
    Senior Member
    Real Name
    Matt
    Join Date
    May 2006
    Posts
    973
    Liked
    4 times
    What about if it is a competitor site? would you keep it or delete it?

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    That will be a thought choice because a competitor site will be 100% related to the content and that will value both of the threads however you also supply a link to your competitive site. I believe it is a decision the webmaster shall decide. It never happened to me so i personally cannot advise anything on this matter but frankly i would keep it because i turst my boards on page seo
    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

Similar Threads

  1. The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD
    By Joe Ward in forum General Discussion
    Replies: 49
    Last Post: 09-20-2011, 07:10 PM
  2. Linkback problem with an extra "/"
    By TheHeartSmasher in forum LinkBacks
    Replies: 4
    Last Post: 05-12-2007, 11:43 PM
  3. Replies: 5
    Last Post: 03-18-2007, 06:35 PM

Posting Permissions

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