Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 16 to 30 of 42

VBA Links Directory site map

This is a discussion on VBA Links Directory site map within the Sitemap Features Archive forums, part of the vBulletin Links & Resources category; Thanks for that Oleg. Just tested it and it works fine...

  1. #16
    Senior Member Lee G's Avatar
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    683
    Liked
    40 times
    Blog Entries
    4
    Thanks for that Oleg. Just tested it and it works fine

  2. #17
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Great!
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #18
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times
    Database error in vBulletin 3.6.8:

    Invalid SQL:
    SELECT * FROM vb5_adv_links_categories WHERE private = 0;

    MySQL Error : Unknown column 'private' in 'where clause'
    Error Number : 1054

  4. #19
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times
    and what about pages of the category , some categories has more than 1 page

  5. #20
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Try to remove "WHERE private = 0" part from the query.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #21
    Member RoyMogg's Avatar
    Real Name
    Roy
    Join Date
    Dec 2007
    Posts
    39
    Liked
    0 times

    Post VBA Links Directory

    I would like to include vbadvanced links directory in the sitemap - also photopost classifieds.

    I have been through this thread and cannot see if the issues around install of the addon have been completely resolved.

    I have VBA Links Directory v2.0.1 installed on BizFace Community - Business Directory

    cheers

    RoyMogg

  7. #22
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please try the add-on code posted above: VBA Links Directory site map
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #23
    Member RoyMogg's Avatar
    Real Name
    Roy
    Join Date
    Dec 2007
    Posts
    39
    Liked
    0 times

    Post Remove Where clause

    Hi Oleg

    From the code posted is is necessary to remove the where clause in the following statement for 3.6.8

    SELECT * FROM vb5_adv_links_categories WHERE private = 0;


    cheers

    Roy

  9. #24
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You should remove it if you get database error when generating sitemap.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #25
    Member REVHEAD's Avatar
    Real Name
    David
    Join Date
    Jan 2008
    Posts
    72
    Liked
    0 times
    This all seems very complicated, could we please include vblinks sitemap stuff in the next version of VB seo/Google sitemap generator? please ,because I dont like playing with messy code,as I am most likely to break something.

  11. #26
    Member RoyMogg's Avatar
    Real Name
    Roy
    Join Date
    Dec 2007
    Posts
    39
    Liked
    0 times

    Post Sitemap LINKs installed

    Hi Oleg,

    Just to confim no issues at all with this small hack.

    vbadvanced 3.0 RC1 vbadavanced links 2.0.1 and vb 3.6.8p2

    Its as simple as suggested just the file to create and upload and include in the add-ons dialogue in vbseo - good job

    cheers

    Roy



    www.bizface.co.uk

  12. #27
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Great, I'm glad that it works fine.
    Last edited by Joe Ward; 02-10-2008 at 09:42 AM.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  13. #28
    Member RoyMogg's Avatar
    Real Name
    Roy
    Join Date
    Dec 2007
    Posts
    39
    Liked
    0 times

    Post SQL Error in Links add-on during Cron Job

    Hi, Oleg

    The timing of the error at 6.08 occurred during the site map generation with the links directory add-on so I expect the fault is here. I updated the links directory this weekend.

    Can you advise issue - I will check is suspended is still a valid col in the new release if so I assume it can be removed from this statement in the vba_links module.

    regards

    RoyMogg

    sorry this thread starter is a little old - admin can push to new thread if necessary no bump intended.



    Database error in vBulletin 3.7.3:

    Invalid SQL:
    SELECT * FROM bf_adv_links WHERE suspended = 0 AND open > 0;

    MySQL Error : Unknown column 'suspended' in 'where clause'
    Error Number : 1054
    Request Date : Thursday, September 4th 2008 @ 06:08:37 AM
    Error Date : Thursday, September 4th 2008 @ 06:08:45 AM
    Script : http://www.example.com/bizfaceforum/...hp?rand=257151
    Referrer : http://www.example.com/bizfaceforum/register.php
    IP Address :
    Username : Unregistered
    Classname : vb_database
    MySQL Version :

  14. #29
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    I do not have the latest vBa Links version, so please check if there is a "suspended" column in "bf_adv_links" db table and if it's not existing you can remove "suspeded = 0 AND" from sql query.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #30
    Member RoyMogg's Avatar
    Real Name
    Roy
    Join Date
    Dec 2007
    Posts
    39
    Liked
    0 times

    Post VBA Links Sitemape add-on

    Thanks Oleg,

    I have checked over with Brian at VBA and carried out the following tweak to the script:

    In the vbseo_sm_vba_links.php file

    Changed 'suspended = 0' to 'valid != 2' as suggested.

    I have manually started a sitemap generations and it went through OK and seems to have mapped the links dir.

    I suggest the script at the top of the thread is amended

    regards

    Roy

Page 2 of 3 FirstFirst 1 2 3 LastLast

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, 08:10 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
  •