vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

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 ...

Go Back   vBulletin SEO Forums > vBSEO Google/Yahoo Sitemap > General Discussion

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-14-2008, 08:46 PM
Member
 
Real Name: nayf
Join Date: May 2007
Posts: 35
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-14-2008, 10:11 PM
Member
 
Real Name: nayf
Join Date: May 2007
Posts: 35
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-14-2008, 10:13 PM
Member
 
Real Name: nayf
Join Date: May 2007
Posts: 35
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-15-2008, 12:04 AM
Member
 
Real Name: nayf
Join Date: May 2007
Posts: 35
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-15-2008, 11:54 AM
Joe Ward's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Joseph Ward
Join Date: Jun 2005
Location: Puerto Rico
Posts: 19,272
Blog Entries: 7
Please report this possible 3.2 bug via a support ticket:
http://www.vbseo.com/tickets/
__________________
Joe Ward / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-15-2008, 01:02 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,502
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
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); 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-15-2008, 03:08 PM
Member
 
Real Name: nayf
Join Date: May 2007
Posts: 35
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-15-2008, 03:30 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,502
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
If you use arabic then you need to enable UTF-8 support
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Sitemap Errors reefland Troubleshooting 3 06-17-2008 04:24 PM
errors with sitemap greenpassion Troubleshooting 4 05-06-2008 08:50 PM
sitemap errors! alpozdemir Türkçe 10 09-03-2007 07:20 AM
Sitemap errors thebassman General Discussion 4 08-20-2007 05:08 PM
This Sitemap has the following errors: Sonnie Troubleshooting 3 09-27-2006 03:50 PM


All times are GMT -4. The time now is 05:03 PM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.