Results 1 to 8 of 8

sitemap errors

This is a discussion on sitemap errors within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; hi my addons for some hacks was worked in vbseo2.1 with correct url but now with vbsitemap 2.2 it give ...

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

    sitemap errors

    hi
    my addons for some hacks was worked in vbseo2.1 with correct url
    but now with vbsitemap 2.2 it give me error in urls

    PHP Code:
    <?php
       
        $dyna_url 
    'http://www.mysite.com/jokes/';


          
    $lnkg $db->query_read("SELECT * FROM " TABLE_PREFIX "jokes_categories WHERE active = 1");
        while (
    $lnk $db->fetch_array($lnkg))
        {
            
    $url 'browsecategory.php?c='.$lnk['catid'];
            if(
    VBSEO_ON)
                
    $url vbseo_any_url($url);

            
    $url $dyna_url $url;

              
    vbseo_add_url($url1.0$lnk['lastupdated'], 'daily');
        }


        
        
    $lnkg $db->query_read("SELECT * FROM " TABLE_PREFIX "jokes_entries WHERE valid = 1 AND open > 0");
        while (
    $lnk $db->fetch_array($lnkg))
        {
            
    $url 'showentry.php?e='.$lnk['entryid'];

            if(
    VBSEO_ON)
                
    $url vbseo_any_url($url);

            
    $url $dyna_url $url;

              
    vbseo_add_url($url0.7$lnk['lastupdated'] ? $lnk['lastupdated'] : $lnk['dateline'], 'daily');
        }



    ?>
    it give me urls like this:
    http://www.mysite.com/jokes/http://www.mydomain.com/showentry321.html

    how to make it:
    http://www.mysite.com/jokes/showentry321.html

    thanks

  2. #2
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times
    the same errors occur with
    vbseo_sm_vbalinks.php


    i run vbseo 3.2.0
    vbseo sitemap 2.2
    vbulletin 3.7.2 patch1
    php 5.2.6

  3. #3
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times
    also there are bug in vbseo 3,2
    when there are tag with this character : 3/07/2008
    and i enable the vbseo tags
    it will give 404
    u can chick it in this board also

  4. #4
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times
    after i be back to the vbsitemap 2.1 the error still there
    i think the bug will be in vbseo 3.2
    plz investigate it
    thanks

  5. #5
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    36 times
    Blog Entries
    9
    Please report this possible 3.2 bug via a support ticket:
    http://www.vbseo.com/tickets/

  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,100
    Liked
    622 times
    Blog Entries
    4
    Quote Originally Posted by yahoooh View Post
    also there are bug in vbseo 3,2
    when there are tag with this character : 3/07/2008
    and i enable the vbseo tags
    it will give 404
    u can chick it in this board also
    You need to enable the following option within config_vbseo.php
    PHP Code:
        define('VBSEO_URL_TAGS_FILTER',        0); 
    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
    Member
    Real Name
    nayf
    Join Date
    May 2007
    Posts
    96
    Liked
    1 times
    Quote Originally Posted by Mert Gökçeimam View Post
    You need to enable the following option within config_vbseo.php
    PHP Code:
        define('VBSEO_URL_TAGS_FILTER',        0); 
    if i enabled it
    the tags in arabic word will not work ,all tags will be in a.html , for all arabic tags

    and what about the main bug also for addons vbsitemap
    i disable addons becuase it is not works in right way

  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,100
    Liked
    622 times
    Blog Entries
    4
    If you use arabic then you need to enable UTF-8 support
    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. Sitemap Errors
    By reefland in forum Troubleshooting
    Replies: 3
    Last Post: 06-17-2008, 03:24 PM
  2. errors with sitemap
    By greenpassion in forum Troubleshooting
    Replies: 4
    Last Post: 05-06-2008, 07:50 PM
  3. sitemap errors!
    By alpozdemir in forum Türkçe
    Replies: 10
    Last Post: 09-03-2007, 06:20 AM
  4. Sitemap errors
    By thebassman in forum General Discussion
    Replies: 4
    Last Post: 08-20-2007, 04:08 PM
  5. This Sitemap has the following errors:
    By Sonnie in forum Troubleshooting
    Replies: 3
    Last Post: 09-27-2006, 02:50 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
  •