Results 1 to 11 of 11

DOWNLOAD II sitemap error

This is a discussion on DOWNLOAD II sitemap error within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; hello i install download II and vbseo make rewrite perfect by your product but i just test vbseo sitemap by ...

  1. #1
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times

    DOWNLOAD II sitemap error

    hello
    i install download II and vbseo make rewrite perfect by your product but i just test vbseo sitemap by adding vbseo_sm_downloads2.php to the addon option and after that if i generate report it give me error
    so is there any addon which work for DOWNLOAD II in vbseo sitemap ?

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

    what exactly is the error you get?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times
    i use DOWNLOAD II

    it gives error of tables not exist

    i try to fix the file and i make it work but still not rewrite the url
    PHP Code:
    <?php

     
    /******************************************************************************************
     * vBSEO Google/Yahoo Sitemap Generator for vBulletin v3.x.x by Crawlability, Inc.         *
     *-----------------------------------------------------------------------------------------*
     *                                                                                         *
     * Copyright © 2005-2007, Crawlability, Inc. All rights reserved.                          *
     * You may not redistribute this file or its derivatives without written permission.       *
     *                                                                                         *
     * Sales Email: sales@crawlability.com                                                     *
     *                                                                                         *
     *-------------------------------------LICENSE AGREEMENT-----------------------------------*
     * 1. You are free to download and install this plugin on any vBulletin forum for which    *
     *    you hold a valid vB license.                                                         *
     * 2. You ARE NOT allowed to REMOVE or MODIFY the copyright text within the .php files     *
     *    themselves.                                                                          *
     * 3. You ARE NOT allowed to DISTRIBUTE the contents of any of the included files.         *
     * 4. You ARE NOT allowed to COPY ANY PARTS of the code and/or use it for distribution.    *
     ******************************************************************************************/
    $dyna_url 'http://www.mysite.com/';
        
    $mods $db->query("SELECT * FROM " TABLE_PREFIX "dl_cats");
        while (
    $mod $db->fetch_array($mods))
        {    
            
    $url 'downloads.php?do=cat&title='.urlencode($mod['name']).'&id='.$mod['id'];

            if(
    VBSEO_ON)
                
    $url vbseo_any_url($url);
    $url $dyna_url $url;
               
    vbseo_add_url($url1.0$mods['lastupdated'], 'daily');
        }

        
    $mods $db->query("SELECT ff.id as fid, ff.name as fname, fc.id as caid, fc.name as cname FROM " TABLE_PREFIX "dl_files ff LEFT JOIN vb5_dl_cats fc ON ff.id=fc.id");
        while (
    $mod $db->fetch_array($mods))
        {
            
            
    $url 'downloads.php?do=file&title='.urlencode($mod['fname']).'&cid='.$mod['caid'].'&ctitle='.urlencode($mod['cname']).'&id='.$mod['fid'];

            if(
    VBSEO_ON)
                
    $url vbseo_any_url($url);
          
    $url $dyna_url $url;
               
    vbseo_add_url($url1.0$mods['lastupdated'], 'daily');
        }
    ?>

  4. #4
    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 get in sitemap?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times
    i get :
    adress without rewrite roles
    ex:
    http://www.mysite.com/downloads.php?...orton-program&cid=&ctitle&id=87

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Mm.. it should not create "downloads.php?file=norton-program.." URLs as there are only "http://www.mysite.com/downloads.php?do=file&..." and "http://www.mysite.com/downloads.php?do=cat&..." links added.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times
    does this mean it will not rewrite the links completely?

    how to fix it

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Is that a *real* example URL?
    Code:
    http://www.mysite.com/downloads.php?...orton-program&cid=&ctitle&id=87
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #9
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times
    it is just an example !
    u can test the code

    thanks

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    I need an exact URL from your sitemap and CRRs list you have defined (you can PM it if you wish).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  11. #11
    Member REVHEAD's Avatar
    Real Name
    David
    Join Date
    Jan 2008
    Posts
    72
    Liked
    0 times
    I will keep an eye on this thread because I am running downloads II allso.

Similar Threads

  1. Error with the Download Site
    By Rene Kunze in forum Pre-Sales Questions
    Replies: 14
    Last Post: 11-08-2007, 01:23 AM
  2. Sorting Sitemap download log descending
    By StarBuG in forum Sitemap Features Archive
    Replies: 2
    Last Post: 07-26-2007, 03:16 PM
  3. Why Download vBSEO Sitemap Generator v1.7?
    By bela-meaad in forum Troubleshooting
    Replies: 2
    Last Post: 04-14-2007, 05:25 AM
  4. Google Error on sitemap download
    By jw00dy in forum Troubleshooting
    Replies: 6
    Last Post: 01-12-2007, 12:51 AM
  5. vBSEO Sitemap Generator CSV Download
    By Cos in forum vBSEO Features Archive
    Replies: 0
    Last Post: 11-28-2006, 03:33 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
  •